Manually accessing GMail via IMAP
Fresh3 days ago
Mar 15, 20263920 viewsConfidence Score0%
0%
Problem
I'm trying to connect to gmail imap, but I am unable to execute any commands after login. I'm running to connect then, at which point it simply hangs with the connection open. I'm guessing gmail pushes you off to a node in a cluster after it authenticate me?
Error Output
openssl s_client -connect imap.gmail.com:993
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Manually accessing GMail via IMAP
Low Risk
I just ran into the same issue. Use the -crlf flag. Pre-login, Gmail's IMAP server is less picky about the newline characters, they can either be or , but after you login, Gmail's server only responds to lines ending with . According to the IMAP spe…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix