faqts : Computers : Programming : Languages : PHP : Installation and Setup : General

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

11 of 14 people (79%) answered Yes
Recently 3 of 4 people (75%) answered Yes

Entry

How can I check that I have IMAP support?

Jun 16th, 1999 07:00
Nathan Wallace, Chuck Hagenbuch


To check the php installation IMAP support, make a page that says only:

<?php phpinfo(); ?>

And look for something to the effect of "IMAP4R1 Support" in the output.
Don't confuse it with an "imap" that may be mentioned in the apache
section (mod_imap) - that's for imagemaps.

To check if your mail server supports IMAP, simply try telnetting to
port 143 of your mail server (or any other likely machine). If you see
something similar to:

* OK darius.cyrusoft.com Cyrus IMAP4 v1.5.2 server ready

then you're set.