On Mon, 18 Aug 2003, Gangadhar Mylapuram wrote:
> 1. How to use mail_xxx APIs and Imap_xxx APIs?

There is a documentation file called internal.txt which will help you get
started.  Also look at existing programs, such as mtest and mailutil.

You should not call any c-client imap_xxx routines directly.

> 2. Is the MAILSTREAM datastructure object used to store a single folder
> inforamtion?

Yes.

> 3. How MAILSTREAM object storing information about mail messages?

It's a C struct with many fields.

> 4. In case of serveral folders (like sent, drafts and thrash), Do we
> need to create as many number of MAILSTREAM objects?

Yes, and this is done with mail_open.

-- 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