I have a third party application that requires a 'POP 3 connection string'. I'd never heard of such a thing but apparently it looks something like this :
Line 314; connection string: {pop3.live.com:995/pop3/ssl}INBOX
or
{outlook.XXXXXXXX.net:993/imap/ssl/novalidate-cert}INBOX
The problem is I can't seem to create a connection string for some either Live mail or Gmail that works.
The application - (which is trying to connect to the POP3 account to process email bounces) - just gives an error.
I just cant seem to find ANY documentation anywhere about POP 3 connection strings. I assume it must be some kind of standard.
The tech support for the product in question said "Ask Microsoft for the connection string for Windows Live mail". I don't think its worth the effort trying to ask - but hoped someone here could shed some light on the issue.
Perhaps a POP3 connection testing tool would be useful too?