If you have an account at GMAIL, it is possible to send and receive email using a SSL enabled proxy server such as the (free) STUNNEL (http://www.stunnel.org/) proxy server.
The data flow for sending email is:
SEE_Program --> STUNNEL --> smtp.gmail.com --> recipient
and the data flow for receiving email is:
SEE_Program <-- STUNNEL <-- pop.gmail.com <-- your_Gmail
Also see Gmail Topic 12567
To access you Gmail email from your SEE program you must first enable POP3 access in Gmail.
To enable POP in your Gmail account:
The next step is to download and install Stunnel, which will provide SSL services for your Windows computer. See Using Stunnel