Difference between revisions of "Testing IMAP Connections"

From PeformIQ Upgrade
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
C01 OK Capability completed.
C01 OK Capability completed.
</pre>
</pre>
=See=
* http://tools.ietf.org/html/rfc4959
=Other Links=
* http://mutt.sourceforge.net/imap/


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

Latest revision as of 12:59, 6 September 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