What I want to do is get the list of messages back with all the info with one call and the loop through all the messages that came back. Not make 15,000 requests to server for 15,000 messages.

Mark Crispin wrote:

On Wed, 8 Sep 2004, Shawn Walker wrote:

How do I get mail_fetch_fast() to get the ENVELOPE along with "UID INTERNALDATE RFC822.SIZE FLAGS" for IMAP, so this is what I want c-client to send to the server "(UID INTERNALDATE RFC822.SIZE FLAGS ENVELOPE)".


You don't.  You use mail_fetch_structure() instead.

-- Mark --

http://staff.washington.edu/mrc
Science does not emerge from voting, party politics, or public debate.
Si vis pacem, para bellum.



Reply via email to