Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected response from server: +OK #171

Closed
mrjozo opened this issue Apr 7, 2015 · 1 comment
Closed

Unexpected response from server: +OK #171

mrjozo opened this issue Apr 7, 2015 · 1 comment
Labels
bug Something isn't working

Comments

@mrjozo
Copy link

mrjozo commented Apr 7, 2015

Hi,

just using Pop3Client Connect and Authenticate to server and get Exception "Unexpected response from server: +OK\r\n":

   at MailKit.Net.Pop3.Pop3Client.<>c__DisplayClass79.<Authenticate>b__76(Pop3Engine pop3, Pop3Command cmd, String text)
   at MailKit.Net.Pop3.Pop3Engine.ReadResponse(Pop3Command pc)
   at MailKit.Net.Pop3.Pop3Engine.Iterate()
   at MailKit.Net.Pop3.Pop3Client.Authenticate(ICredentials credentials, CancellationToken cancellationToken)
   at MailKit.MailService.Authenticate(String userName, String password, CancellationToken cancellationToken)

Log:

Connected to pop://poczta.o2.pl:110/?starttls=when-available
S: +OK POP3 ready
C: CAPA
S: +OK Capability list follows
S: LAST
S: TOP
S: USER
S: PIPELINING
S: UIDL
S: SASL LOGIN PLAIN
S: STLS
S: .
C: STLS
S: +OK
C: CAPA
S: +OK Capability list follows
S: LAST
S: TOP
S: USER
S: PIPELINING
S: UIDL
S: SASL LOGIN PLAIN
S: .
C: AUTH PLAIN
S: + 
C: AGdhY2VrLndlbG9uZQB6eGN6eGMxMg==
S: +OK

@jstedfast
Copy link
Owner

Thanks! Should be fixed in latest source code.

@jstedfast jstedfast added the bug Something isn't working label Apr 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants