The closest thing to a manual is the imap-2004g/docs/internal.txt file. However, this document was last updated in 1996, so it is quite out of date.

Never call imap_append() directly. That is an internal function. The proper calls to use are mail_append() or mail_append_full(). You can look at both internal.txt and at the comments at the start of mail_append_full() in mail.c to see how it is called.

I will probably to redefend the imap_???() and other driver functions as static in a future version to make them inaccessible to application programs.

-- Mark --

http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to