Miscellaneous Fixes

How to test using telnet like prompt over SSL enabled connections, like IMAP over SSL/TLS

Use openssl:

openssl s_client -connect imap.example.com:993 -crlf

Last crlf if you are testing Exchange IMAP from a linux. Use -quiet to suppress the SSL setup/teardown debug For IMAP testing type:

a1 LOGIN user password
a2 LIST "" "*"
a3 EXAMINE INBOX

SMTP over SSL can be tested the same way

openssl s_client -connect smtp.example.com:995 -quiet

ActiveSync

Add/Remove Programs Pops Up Every Time

Browse to the following key in the registry -

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services\AutoStartOnConnect

If you find an entry for CeAppMgr, then you will need to delete it.



@Troubleshooting