> If I want to fetch all of the messages on the server, can I use > something > like MsgNum = 1 up to MsgCount or can the actual number change so I > have to do a combination of List and Retr?
Most POP3 servers offer a snapshot of the mailbox when it is opened, and ignore any new email that arrives subsequently, so STAT, LIST, UIDL and RETR all use the same message numbers. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
