S22.Imap icon indicating copy to clipboard operation
S22.Imap copied to clipboard

Not working with dovecot

Open neurospeech opened this issue 11 years ago • 3 comments

Received error BadServerResponseException saying invalid server response for (+OK Dovecot ready)

neurospeech avatar Sep 27 '14 10:09 neurospeech

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)

jstedfast avatar Oct 10 '14 11:10 jstedfast

Yes it happened while authentication. I wasn't trying to append a message, it was just a simple code to connect and fetch folders.

neurospeech avatar Oct 13 '14 13:10 neurospeech

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.

jstedfast avatar Oct 13 '14 15:10 jstedfast