S22.Imap
S22.Imap copied to clipboard
Not working with dovecot
Received error BadServerResponseException saying invalid server response for (+OK Dovecot ready)
What operation was this in response to?
Presumably the "+OK Dovecot ready" response is in response to SASL authentication request or appending a message?
(I'm the author of MimeKit and MailKit and so probably won't be able to help much, but am willing to give it a shot)
Yes it happened while authentication. I wasn't trying to append a message, it was just a simple code to connect and fetch folders.
I did a bit of digging into S22.Imap's SASL authentication logic and I could find no place where it would throw BadServerResponseException.
It must be from some other command.