Re: [twsocket] how to use tpop3cli with ssl

2006-05-28 Thread Francois PIETTE
> But I cannot estimate the time necessary to achieve my goal
> since I don't know Delphi but only C++ Builder.

If you know C++, you can easily program in Delphi :-)
Just replace "{" and "}" with "begin" and "else", "=" by ":=", "==" by "=", 
"&&" by "and", "||" by "or", "->" by ".", "&" by "@", "return(X)" by "Result 
:= X; Exit;", in all variable and function argument swap variable name and 
datatype, "include" by "uses", "struct" by "record", "#define" by "const" 
and you have translated your 95% of C++/ to Delphi. There are also some 
syntaxe differences, but not too much. OK, some elaborated preprocessor 
macros and C++ Templates are more difficult to translate as is multiple 
inheritance...

--
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
http://www.overbyte.be



- Original Message - 
From: "Alain TAUBER" <[EMAIL PROTECTED]>
To: "ICS support mailing" 
Sent: Saturday, May 27, 2006 9:58 PM
Subject: Re: [twsocket] how to use tpop3cli with ssl


> Thanks a lot, François.
> But I cannot estimate the time necessary to achieve my goal since I
> don't know Delphi but only C++ Builder.
> Nevertheless, if I can help somebody to make the new component POP3
> supporting SSL, I shall try.
>
> --
> Alain
>
> Francois PIETTE a écrit :
>
> You need ICS-SSL to do that (Contribute to the SSL Effort. Visit
> http://www.overbyte.be/eng/ssl.html). And the POP3 component is still on 
> the
> to-do list. Not a big deal, but yet to be done. NNTP and SMTP are done and
> is useful to understand how to add SSL to a high level component (much the
> same as in a simple application using TCP).
>
>>/ Has anybody already used TPop3Cli to access POP3S (995)
> />/ servers and how is it possible ?/
>
> -- 
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be 

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


Re: [twsocket] how to use tpop3cli with ssl

2006-05-27 Thread Alain TAUBER
Thanks a lot, François.
But I cannot estimate the time necessary to achieve my goal since I
don't know Delphi but only C++ Builder.
Nevertheless, if I can help somebody to make the new component POP3
supporting SSL, I shall try.

--
Alain

Francois PIETTE a écrit :

You need ICS-SSL to do that (Contribute to the SSL Effort. Visit 
http://www.overbyte.be/eng/ssl.html). And the POP3 component is still on the 
to-do list. Not a big deal, but yet to be done. NNTP and SMTP are done and 
is useful to understand how to add SSL to a high level component (much the 
same as in a simple application using TCP).

>/ Has anybody already used TPop3Cli to access POP3S (995)
/>/ servers and how is it possible ?/

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


Re: [twsocket] How to use TPop3Cli with SSL

2006-05-27 Thread Francois PIETTE
> Has anybody already used TPop3Cli to access POP3S (995)
> servers and how is it possible ?

You need ICS-SSL to do that (Contribute to the SSL Effort. Visit 
http://www.overbyte.be/eng/ssl.html). And the POP3 component is still on the 
to-do list. Not a big deal, but yet to be done. NNTP and SMTP are done and 
is useful to understand how to add SSL to a high level component (much the 
same as in a simple application using TCP).

--
[EMAIL PROTECTED]
http://www.overbyte.be


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