> 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 ...

Do not call Pop.Sock.SSLDoConnect()! It is called internally, because 
you set property FullSSL.


-- 
Lukas Gebauer.

http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.
http://geoget.ararat.cz/ - Geocaching solution


------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to