> In my application reach more than 400 message per day. > I changed management and I had some problems. > First of all, can make the connection (opensync) and disconnect > (quitsync) once and manage to read the message with buttons > increasing the msgnum?
When you open a POP3 mailbox, you get a snapshot of the mailbox at that moment, new messages that arrive while the mailbox is open don't appear via POP3 until you close and re-open it. You can set msgnum to any message number within the open mailbox, specifically any number in the list of messages from the LIST or UIDL commands. Don't increment msgnum, the numbers may not be sequential. 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