@unfocused
Would you be willing to do a test with OpenSSL to see if your password works with IMAP
Using the same command as before but with -quiet to suppress most of the output
C:\Users\timdu_000>openssl s_client -connect imap.virginmedia.com:993 -quiet
depth=2 C = BE, O = GlobalSign nv-sa, OU = Root CA, CN = GlobalSign Root CA
verify return:1
depth=1 C = BE, O = GlobalSign nv-sa, CN = AlphaSSL CA - SHA256 - G2
verify return:1
depth=0 C = GB, OU = Domain Control Validated, CN = imap.virginmedia.com
verify return:1
* OK Virgin Media IMAP4 server ready [ e4c558782VM ].
a1 login myaddress@blueyonder.co.uk mypassword
a1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS BINARY MOVE SNIPPET=FUZZY NOTIFY SPECIAL-USE QUOTA] Logged in
a1 logout
* BYE Logging out
a1 OK Logout completed (0.001 + 0.000 secs).
read:errno=0
Here you'll notice I typed in the command
a1 login myaddress@blueyonder.co.uk mypassword
To log in to the server - needless to say I used my real details. I'm not posting them here, nor would I expect you to.
While you don't need to worry about the meaning of everything in the next lines - you'll see they finish with logged in. Which means the password is good.
If the password works in IMAP - and is correct in Outlook we SHOULD be able to get you the ability to view mails. At the very least we'll be able to deal with the 0x800CCC0E issue.
Tim
As a Very Insightful Person, I'm here to share my knowledge. I don't work for Virgin Media.
Click to learn more about VIP
Use Kudos to say thanks
Mark as Helpful Answer if I've helped