Developer404
Developer404

Reputation: 5972

Authentication Failed when connecting to Imap server

When I'm connecting to imap.gmail.com, the server is connected. But, the authentication is failed due to following error

Server returned:CAPABILITY IMAP4rev1 UNSELECT LITERAL+ IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE

Any Idea plz???

Upvotes: 0

Views: 1394

Answers (1)

Pawel Lesnikowski
Pawel Lesnikowski

Reputation: 6391

GMail changed it's IMAP implementation, and several client libraries stopped working.

Now just after login GMail sends its CAPABILITY list, which causes some client to break.

Upvotes: 1

Related Questions