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 8:54

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?