Re: [twsocket] Should next ICS version support anything before Delphi XE ?

2012-03-29 Thread Kochendoerfer, Michael
I'm currently on D7 (which is very stable). IMHO ICS should at least D7. Michael -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of François Piette Sent: Wednesday, March 28, 2012 8:59 PM To: ICS support mailing Subject: [twsocket]

Re: [twsocket] Decoding MIME messages

2009-11-18 Thread Kochendoerfer, Michael
Francois, I'm trying to write a very basic automation, which should try to detect some patterns within mails, and if a mail content matches, it should save that mail for further processing and delete it from the pop3 server. Each unprocessed ('unknown' content) should stay on the server, until

[twsocket] Can't compile ICS V6

2009-11-17 Thread Kochendoerfer, Michael
Hi, I recently downloaded ICS V6 package from overbyte.be and now I'm trying to install it according to the readme file. However, I can't compile it because the compiler gives an error about an unknown _IntToStr (note the underscore) in OverbyteIcsHttpSrv. I'm on D7. What did I miss? TIA,

Re: [twsocket] Can't compile ICS V6

2009-11-17 Thread Kochendoerfer, Michael
support mailing Subject: Re: [twsocket] Can't compile ICS V6 Kochendoerfer, Michael wrote: Hi, I recently downloaded ICS V6 package from overbyte.be and now I'm trying to install it according to the readme file. However, I can't compile it because the compiler gives an error about an unknown

Re: [twsocket] Can't compile ICS V6

2009-11-17 Thread Kochendoerfer, Michael
for it. I just can't find it ;) Michael -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels Sent: Tuesday, November 17, 2009 10:41 AM To: ICS support mailing Subject: Re: [twsocket] Can't compile ICS V6 Kochendoerfer, Michael wrote

Re: [twsocket] Can't compile ICS V6

2009-11-17 Thread Kochendoerfer, Michael
Of Arno Garrels Sent: Tuesday, November 17, 2009 11:16 AM To: ICS support mailing Subject: Re: [twsocket] Can't compile ICS V6 Kochendoerfer, Michael wrote: Arno, please ignore my last mail - V7 installed without problems. Thanks for the hint!! One of the reasons for my update was a problem

[twsocket] Simple POP3 application

2009-11-16 Thread Kochendoerfer, Michael
Hi, I'm curious if there's a very simple way to retrieve mails from a POP3 account for writing them out to files. The MailRcv1 demo is too much for this (to handle and to understand), so I'm just looking for a very simple example on how to do it. Should be not much more than open/list

Re: [twsocket] Simple POP3 application

2009-11-16 Thread Kochendoerfer, Michael
fairly simple. -Alex Greenspan On Mon, Nov 16, 2009 at 8:24 AM, Kochendoerfer, Michael m...@hem.de wrote: Hi, I'm curious if there's a very simple way to retrieve mails from a POP3 account for writing them out to files. The MailRcv1 demo is too much for this (to handle

Re: [twsocket] OnSessionClosed

2007-02-14 Thread Kochendoerfer, Michael
Markus, why not implementing some kind of NOOP over the protocol? Means that your client's sending some special small data packets over the line which the server simply drops, only if transfer is idle and possibly timer based? Michael -Original Message- From: [EMAIL PROTECTED]

[twsocket] Problem with ftp and (legacy) ICS

2007-01-30 Thread Kochendoerfer, Michael
Hi, since I've to write a small ftp transfer program to transfer just single files in D5, I tried to do it with an older version of ICS which supports D5. Uploading files to a ftp server is fine but not downloading. Status tells me that the file transfer is complete (226 Transfer complete),

Re: [twsocket] FTP high-level component

2007-01-24 Thread Kochendoerfer, Michael
Angus, not a problem if one has to login (and such) previously. It's just important that the main transfer process is encapsulated into a few lines of code rather than a complex handling scheme. Also not a problem if it costs some money (however, I contributed to the SSL project but Francois

Re: [twsocket] FTP high-level component

2007-01-24 Thread Kochendoerfer, Michael
Angus, I hope I'm not OT, but... your web site says: Compatible with Delphi 5/6/7/2005/2006, tested with Windows 98, NT4, Windows 2000, XP and 2003. Files larger than 2 gigs needs Delphi 6 or later. Is this still true? I guess it would help a few other users here to know that there are such

Re: [twsocket] FTP high-level component

2007-01-24 Thread Kochendoerfer, Michael
Thanks very much Francois... I didn't remember this one ;) Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Francois Piette Sent: Wednesday, January 24, 2007 3:51 PM To: ICS support mailing Subject: Re: [twsocket] FTP high-level component

Re: [twsocket] Still problems while sending SMTP

2007-01-17 Thread Kochendoerfer, Michael
, control the application completely thru events while executing the mailing. So in the ButtonClick handler there the call to start the mailing should be the very last line. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Kochendoerfer, Michael wrote

Re: [twsocket] Still problems while sending SMTP

2007-01-17 Thread Kochendoerfer, Michael
which I'm also suppressing this way, and I don't like much quiet exceptions for complex operations. How do you all handle such a situation? Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kochendoerfer, Michael Sent: Wednesday, January 17

Re: [twsocket] Still problems while sending SMTP

2007-01-16 Thread Kochendoerfer, Michael
You all are giving excellent information in this mailing list, thanks a lot! I guess my problem is - as you describe - that the component is still active, even if smtpQuit has been reached within OnRequestDone. I don't currently check if it's still connected, but I will change it. Errors will

[twsocket] TFtpClient and directory listing

2005-11-18 Thread Kochendoerfer, Michael
Hi all, what is the correct implementation of retrieving a directory when using ftp...Async functions? My program structure is similar to the sample files (case RqType of... ftpOpenAsync: FtpClient.User; ... end;), so it wouldn't be hard for me to understand. What I've found is the option to