Reputation: 5972
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
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