Difference between revisions of "Testing IMAP Connections"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) (New page: =Testing the IMAP Connection= Category:IMAP) |
PeterHarding (talk | contribs) |
||
Line 1: | Line 1: | ||
=Testing the IMAP Connection= | =Testing the IMAP Connection= | ||
<pre> | |||
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. | |||
</pre> | |||
[[Category:IMAP]] | [[Category:IMAP]] |
Revision as of 18:13, 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.