Pete Williams wrote:
> I'll post the code tomorrow, but before then...
>
> - The RTC component is on a TDataModule, which is created in the
> Execute() method of the thread in which it runs.
> - The Connect method is called from the same thread as it's
> constructor, I'm not mixing threads.
You
I'll post the code tomorrow, but before then...
- The RTC component is on a TDataModule, which is created in the Execute()
method of the thread in which it runs.
- The Connect method is called from the same thread as it's constructor, I'm
not mixing threads.
I take it it's OK to put this compo
Pete Williams wrote:
> Hi Arno
>
> One other thing:
>
> - The ICS code is running in a COM component that is running within a
> Server powered by RTC (realthinclient.com).
> - RTC does an awful lot of similar things to ICS (uses winsock etc),
> except that it does not have an SMTP component.
>
Damn, all the formatting disappeared.
If you want me to post as an attachment let me know.
> From: pxc...@hotmail.com
> To: twsocket@elists.org
> Date: Wed, 26 Aug 2009 18:02:42 +
> Subject: Re: [twsocket] Problem sending larger attachments
>
>
> Hi Arno
>
> One other thing...
_
Hi Arno
One other thing:
- The ICS code is running in a COM component that is running within a Server
powered by RTC (realthinclient.com).
- RTC does an awful lot of similar things to ICS (uses winsock etc), except
that it does not have an SMTP component.
- Is it possible that ICS and RTC are
Pete Williams wrote:
> Hi
>
> I Have some more information about this.
>
> I'm using D4 (not D2009 as I posted before, it had been a long day.
>
> Here's a recap, and some debug info:
>
> - MailSnd words just fine in D4 and has no problem
> - Unlike mailsnd, my app is running in a thread. The t
Hi
I Have some more information about this.
I'm using D4 (not D2009 as I posted before, it had been a long day.
Here's a recap, and some debug info:
- MailSnd words just fine in D4 and has no problem
- Unlike mailsnd, my app is running in a thread. The thread has a message pump,
and like I sa
Jeff Cook wrote:
> Hi Arno
>
> You said:-
>
>> Don't use this download but the ICS-V5 Zipped Daily Snapshot:
> http://wiki.overbyte.be/wiki/index.php/FAQ#How_to_get_ICS
>> And download the OpenSSL binaries as well from this page.
>
> OK, so I have done this and substituted TSslSmtpCli where I wa