Hi RookieCAF,
You could do what I do to access my mail securely: use stunnel (
http://www.stunnel.org/) to provide the SSL connection and set up your mail client to connect to stunnel.
I have stunnel listening on ports 25 and 110 (SMTP and POP3) on localhost, and have Outlook Express configured to connect to localhost. I've put "IgnoreLocalhost=0" into the avast4.ini [MailScanner] section so avast! scans connections made on 127.0.0.1. Avast! transparently scans the localhost connection to stunnel, which then provides the SSL connection to the mailservers. My stunnel.conf is as follows:
--Cut--
# We're running as a client to SSLify the GMX mail connection
client=yes
# POP3 service, listens on localhost:110
[gmx-pop3s]
accept=localhost:110
connect=pop.gmx.net:995
# SMTP service, listens on localhost:25
[gmx-smtps]
accept=localhost:25
connect=mail.gmx.net:465
--Cut--
It all works perfectly, although I did have to do a bit of fiddling around when avast! 4.5 was released. If you want any help, don't hesitate to get in touch

Vlk: searching the forum for stunnel yields a few posts (about 10), but how about putting up a sticky post to help people who want to secure their connections and still be able to use avast!? I could even write the post for you if you want
