Skip to content

Instantly share code, notes, and snippets.

@albanpeignier
Created January 12, 2009 23:11
Show Gist options
  • Save albanpeignier/46222 to your computer and use it in GitHub Desktop.
Save albanpeignier/46222 to your computer and use it in GitHub Desktop.
-> "\"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