Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] POP3

From: philb:upnaway at: 22-Mar-2002 13:33

Ooops that should read mailbox: open pop://user:[password--host--com] Cheers Phil === Original Message === Hi, After your mailbox is openened mailbox: open user:[password--host--com] You can determine how many emails that are in your inbox by using no-mails: length? mailbox You can also see the sizes of the emails probe mailbox/locals You can then read & remove as many emails by using a loop. HTH Cheers Phil === Original Message === Is there away to set the limit on the number of emails when using the POP read object?