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

POP3

 [1/3] from: morgenwe::ynhh::org at: 21-Mar-2002 15:04


Is there away to set the limit on the number of emails when using the POP read object?

 [2/3] 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?

 [3/3] 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?