On 8/17/2012 2:46 PM, tim wrote:
and the imap client probably does a similar:

for (int i=messagesIhaveRecieved;i<countMessageOnServer; ++i)
{
    //blahblahblah
}





<snip> Yes. That's why the first thing an IMAP client when you ask it to "get a folder/mailbox" is download a list of messages from the server. I have tcpdump output confirming that a sequential integer is used when requesting messages from the server.

--
Joshua M. Armstrong
Software Engineer
Centurion, Inc.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to