I have tried:

Pop := TPop3Send.Create;
Pop.AutoTLS := False;
Pop.AuthType := Pop3AuthAll;   { I have also tried Pop3AuthLogin & 
Pop3AuthAPOP}
Pop.TargetHost := 'pop.gmail.com'
Pop.UserName := 'MyUser';
Pop.Password := 'MyPassword'
Pop.TargetPort := '995';
pop.FullSSL := True;
Pop.Sock.SSL.SSLType := LT_SSLv3;
Pop.Sock.SSLDoConnect();
If Not Pop.login Then ...

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to