I try pop3 connection on a mail server before. But i have success whit pop3 without TLS (Transport Layer Security) this is communication protocol to some servers like pop.gmail.com On simple pop3 servers (you have to search email whit no TLS connection) works perfect POP3 and SMTP.
here exaple (unfinished) for POP3 comunication protocol for (simple servers)
if you whant to have connection whit any servers (and TLS servers) you have to dw TLS.tcl and his module tls.so from here http://sourceforge.net/project/showfile ... p_id=13248
then you have to install open ssl and make configurations
I don't have experience whit TLS servers.