IMAP: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Created page with "==About== IMAP (Internet Mail Access Protocol) is a communication protocol for receiving and managing email stored on a server. Typical ports: * 143 - unencrypted..."
 
No edit summary
 
Line 9: Line 9:
==Links==
==Links==
===Reference===
===Reference===
* [http://www.faqs.org/rfcs/rfc2060.html RFC 2060]
* {{wikipedia}}
* {{wikipedia}}
===Libraries===
* [https://www.php.net/manual/en/ref.imap.php PHP IMAP]: kind of limited, especially in the area of diagnostic information; psuedoclass + functions

Latest revision as of 13:25, 9 May 2022

About

IMAP (Internet Mail Access Protocol) is a communication protocol for receiving and managing email stored on a server.

Typical ports:

  • 143 - unencrypted connection
  • 993 - encrypted with SSL (aka IMAPS)

Reference

Libraries

  • PHP IMAP: kind of limited, especially in the area of diagnostic information; psuedoclass + functions