[twsocket] POP3 and fetching messages?

2011-03-08 Thread Fredrik Larsson
Hi, I haven't used the POP3-component before so I need a little help. 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? Regards, Fredrik. -- To

Re: [twsocket] POP3 and fetching messages?

2011-03-08 Thread Angus Robertson - Magenta Systems Ltd
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

Re: [twsocket] POP3 and fetching messages?

2011-03-08 Thread Fredrik Larsson
: [twsocket] POP3 and fetching messages? Hi, I haven't used the POP3-component before so I need a little help. 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