Difference between revisions of "Testing IMAP Connections"

From PeformIQ Upgrade
Jump to navigation Jump to search
Line 15: Line 15:


* http://tools.ietf.org/html/rfc4959
* http://tools.ietf.org/html/rfc4959
=Other Links=
* http://mutt.sourceforge.net/imap/


[[Category:IMAP]]
[[Category:IMAP]]

Revision as of 17:18, 19 August 2008

Testing the IMAP Connection

polaris:/etc/dovecot# telnet 203.3.69.2 143
Trying 1.1.1.2...
Connected to 1.1.1.2.
Escape character is '^]'.
* OK Dovecot ready.
C01 CAPABILITY
* CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS STARTTLS AUTH=PLAIN AUTH=LOGIN AUTH=CRAM-MD5 AUTH=NTLM
C01 OK Capability completed.

See

Other Links