Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: Indy10 and GMail
| Subject: | Re: Indy10 and GMail |
| Posted by: | "Alexe Bilchenko" (alexei.bilchen..@impet.com) |
| Date: | Wed, 19 Mar 2008 10:14:12 |
Try enter host to IdPOP and IdSSLIOHandlerSocket.
End add try with utRequiredTLS
And do not forgot abot OpenSSL library
"Jack" <nospam@nospam.com> wrote in message
news:47b8c786@newsgroups.borland.com...
> Hi,
>
> After IdPop.Connect, an error Connection Closed Gracefully is raised, and
> the client is not connected.
>
> What am I missing.
>
> Thanks
>
> object IdPOP: TIdPOP3
> IOHandler = IdSSLIOHandlerSocket
> AutoLogin = True
> UseTLS = utUseExplicitTLS
> Port = 995
> end
> object IdSSLIOHandlerSocket: TIdSSLIOHandlerSocketOpenSSL
> Destination = ':995'
> Port = 995
> SSLOptions.Method = sslvSSLv2
> SSLOptions.Mode = sslmUnassigned
> end
none