Re: [twsocket] TSslPopCl

2009-08-18 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote:
>> I need to download emails from GMail.
> 
> Gmail supports 'SSL/TLS connection' for pop.gmail.com (port 995), you
> may need enable POP3 access via the control panel and add 'recent:'
> in front of the login username, to get POP3 to work correctly.

This info should be put into the component comments or into the
demo unit as well. Possibly we should also add the Equifax root CA
certificate that signed the google certs to TrustedCABundle.pem _if 
anybody ever wants to be sure to connect to the real Big Brother :)

--
Arno Garrels 


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] TSslPopCl

2009-08-18 Thread Angus Robertson - Magenta Systems Ltd
> I need to download emails from GMail.  

Gmail supports 'SSL/TLS connection' for pop.gmail.com (port 995), you may
need enable POP3 access via the control panel and add 'recent:' in front
of the login username, to get POP3 to work correctly.  

You can test all this MailMaint from http://www.magsys.co.uk/mailmaint/ 
which uses the ICS v7 POP3 SSL component and displays Unicode emails
(using Delphi 2007). 

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] TSslPopCl

2009-08-18 Thread Arno Garrels
Arno Garrels wrote:
> Also I recommend to upgrade to ICS V7,

Forgot to mention that ICS V7 applications require NT4 or later,
they won't no longer run on 9x/Me.

--
Arno Garrels  
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] TSslPopCl

2009-08-18 Thread Arno Garrels
Jon Grewer wrote:
> Hey everyone,
> 
> Got the OverbyteIcsSslMailSnd demo to work with gmail.  Now need to
> get SslPopCli to work.  Unfortunately OverbyteIcsV6_RC1.zip does not
> seem to contain an equivalent OverbyteIcsSslMailRcv demo and I am not
> that experienced writing email programs.

I don't know whether this version included the OverbyteIcsSslMailRcv 
demo yet. It's included since June 2008. Get latest version from here:
http://wiki.overbyte.be/wiki/index.php/FAQ#How_to_get_ICS

Note that I reworked the TSslSmtpCli at that time, some properties had
typos and have been renamed! Also I recommend to upgrade to ICS V7, SMTP
and the MIME decoder got some interesting new features, V7 runs very 
stable for me.

--
Arno Garrels



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] TSslPopCl

2009-08-17 Thread Jon Grewer
Hey everyone,

Got the OverbyteIcsSslMailSnd demo to work with gmail.  Now need to get
SslPopCli to work.  Unfortunately OverbyteIcsV6_RC1.zip does not seem to
contain an equivalent OverbyteIcsSslMailRcv demo and I am not that
experienced writing email programs.

I need to download emails from GMail.  Can anyone give me any pointers?  I
found instructions on how to do it with Indy components but I like the event
driven method ICS uses  and hate to change now.

Thanks in advance,

Jon Grewer
Delphi 2006 all relevant patches.
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be