Online Shopping : Computers : Programming : Languages : PHP : Function Libraries : IMAP

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

9 of 12 people (75%) answered Yes
Recently 7 of 10 people (70%) answered Yes

Entry

What's the best place to get IMAP documentation?
What should I read before using the IMAP functions?

Jan 24th, 2000 21:47
Nathan Wallace, Mark Musone


The base you need to properly understand the PHP IMAP functions is to
know the c-client library, since the IMAP module is just a port of the
c-client library.

I'd suggest looking at the internals.txt file in the doc directory of
c-client.

Here is the PHP documentation for the IMAP functions:

    http://www.php.net/manual/ref.imap.php3