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
211 stars 115 forks source link

S22.Imap.InvalidCredentialsException: xm003 OK CAPABILITY completed. #127

Open test-in-prod opened 8 years ago

test-in-prod commented 8 years ago

Hello, receiving a strange exception upon using the Login() method. Connecting to a MS Exchange Server.

S22.Imap.InvalidCredentialsException: xm003 OK CAPABILITY completed.
S22.Imap.InvalidCredentialsException: 
   at S22.Imap.ImapClient.Login(String username, String password, AuthMethod method)
   at Test.IMAP.ImapReader.Open(String server, Int32 port, String username, String password)