I have this little bit of code :
    mailbox: read pop://XXX:[EMAIL PROTECTED]
    ctr: 0
    foreach message mailbox [
      print pick mailbox ctr
      wait 0:00:5
      remove at mailbox ctr
      ctr: ctr + 1
    ]

It seems to work perfectly happily, however it always skips the first 
message. How do I make it read the first message in the list?
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to