Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Indy10 and GMail

www.cryer.info
Managed Newsgroup Archive

Indy10 and GMail

Subject:Indy10 and GMail
Posted by:"Jack" (nospam@nospam.com)
Date:Sun, 17 Feb 2008 18:46:47

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

Replies:

www.cryer.info
Managed Newsgroup Archive