smiley22 / S22.Imap

A free, easy-to-use and well-documented .NET library component for communicating with IMAP servers
http://smiley22.github.com/S22.Imap/Documentation/
MIT License
210 stars 112 forks source link

Not working with dovecot #91

Open neurospeech opened 10 years ago

neurospeech commented 10 years ago

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

jstedfast commented 9 years ago

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)

neurospeech commented 9 years ago

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

jstedfast commented 9 years ago

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.