Created
January 12, 2009 23:11
-
-
Save albanpeignier/46222 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-> "\"IMPLEMENTATION\" \"dovecot\"\r\n" | |
-> "\"SASL\" \" CRAM-MD5 DIGEST-MD5\"\r\n" | |
-> "\"SIEVE\" \"fileinto reject envelope vacation imapflags notify subaddress relational comparator-i;ascii-numeric regex\"\r\n" | |
-> "\"STARTTLS\"\r\n" | |
-> "OK \"Dovecot ready.\"\r\n" | |
<- "STARTTLS\r\n" | |
-> "OK \"Begin TLS negotiation now.\"\r\n" | |
<- "AUTHENTICATE \"PLAIN\" \"AHRlc3RAdHJ5cGhvbi...\"\r\n" | |
-> "\"IMPLEMENTATION\" \"dovecot\"\r\n" | |
-> "\"SASL\" \"PLAIN LOGIN CRAM-MD5 DIGEST-MD5\"\r\n" | |
-> "\"SIEVE\" \"fileinto reject envelope vacation imapflags notify subaddress relational comparator-i;ascii-numeric regex\"\r\n" | |
-> "OK \"TLS negotiation successful.\"\r\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment