Re: [twsocket] SMTPOpen failing, Why?

2008-04-17 Thread Veit Zimmermann
May I summarize. I have three options: 1. Continue to use high level commands (Open) and abort and tell the user, if the server does not support authentication. 2. Offer an option to use no authentication. 3. Chang to more basic functions and switch to no authentication in case of none

[twsocket] SMTPOpen failing, Why?

2008-04-16 Thread Veit Zimmermann
I'm a little bit at a loss at the moment. I have the following log when trying to open a connection to an SMTP server: -220 relay.infotn.it - Server ESMTP (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) -SMTP session connected, error #0 -EHLO GPS_Plus -250-relay.infotn.it

Re: [twsocket] SMTPOpen failing, Why?

2008-04-16 Thread Veit Zimmermann
Thanks Angus and DZ-Jay also! Angus Robertson - Magenta Systems Ltd wrote: I'm a little bit at a loss at the moment. I have the following log when trying to open a connection to an SMTP server: -220 relay.infotn.it - Server ESMTP (Sun Java System Messaging Server 6.2-6.01 (built Apr 3

Re: [twsocket] SMTP Client and Streams

2008-02-20 Thread Veit Zimmermann
Wilfried Mestdagh wrote: Hello Veit, You have to override TriggerGetData method. FEmailfiles is a TStringList holding the filenames to attach. I think the most easy way is to use the Objects of this stringlist to add TStreams instead of filenames. In TriggerGetData Stream is opened from

[twsocket] SMTP Client and Streams

2008-02-19 Thread Veit Zimmermann
Hi Is there a possibility to use a stream as an attachment of an email? Besides of programming it all by myself, of course. I couldn't find anything at first glance. Thanks Veit -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] SMTP Client and Streams

2008-02-19 Thread Veit Zimmermann
Wilfried Mestdagh wrote: Hello Arno, Is there a possibility to use a stream as an attachment of an email? Besides of programming it all by myself, of course. I don't think so, I recall that Wilfried asked the same questing last year, possibly he has implemented that feature yet and can help

Re: [twsocket] New ICS-V6andICS-SSL-V6 availableBCBCOMPATIBILITYWARNING

2007-06-27 Thread Veit Zimmermann
Hello Faststream Technologies Excuse me, but this is becoming a little bit annoying. Could you please shorten the quotation of your messages? I mean, is it really necessary to quote 300 lines for only line of text: Fastream Technologies wrote: I am now 100% sure it is a ICSv6 vs. BCB issue.

[twsocket] OT: Re: NewICS-V6andICS-SSL-V6 availableBCBCOMPATIBILITYWARNING

2007-06-27 Thread Veit Zimmermann
Fastream Technologies wrote: Hello Veit, And no, I don't speak German as I am from Turkey. Sorry, I don't know why, but I was under the impression the your company is from Germany (patriotism? ;) ). I don't have an international (english) version of the link at hand, but I'm sure a search for

Re: [twsocket] What's possible with ICS async architecture, today.

2007-03-23 Thread Veit Zimmermann
Fastream Technologies wrote: Oops so sorry. The PNG was indisplayable by browsers anyway. Here it is: That's becaus it was a TIF and not a PNG. Veit -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit

Re: [twsocket] SMTP connection limit

2007-03-09 Thread Veit Zimmermann
[EMAIL PROTECTED] wrote: Hello: --- Original Message --- From: Veit Zimmermann[mailto:[EMAIL PROTECTED] Sent: 3/8/2007 6:42:03 AM To : twsocket@elists.org Cc : Subject : RE: [twsocket] SMTP connection limit Hi Are there providers which limit the number

[twsocket] SMTP connection limit

2007-03-08 Thread Veit Zimmermann
Hi Are there providers which limit the number of concurrent SMTP connections? In other words: Do I have to make the maximum number of connections for asynchronous operation flexible and what would be a good practice approach (besides making it user configurable). TIA Veit -- To

Re: [twsocket] Memory Leak in SmtpProt

2007-02-14 Thread Veit Zimmermann
. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Veit Zimmermann wrote: Hi It seems that there is a memory leak in SmtpProt: When sending an email and using MailMessage for including the text of the mail, the text is compared with an empty string with the GetText

Re: [twsocket] bug in smtpprot.pas

2007-02-14 Thread Veit Zimmermann
wrote: Hi A small typo in hh:mm:ss must be corrected to hh:nn:ss or hh:nn:ss MM is month and NN is minute Veit Zimmermann wrote: Marcello Vezzelli wrote: Hi all, there is a bug in SmtpProt.pas (latest ics version just downloaded), function Rfc822DateTime, line 2892

Re: [twsocket] bug in smtpprot.pas

2007-02-13 Thread Veit Zimmermann
Marcello Vezzelli wrote: Hi all, there is a bug in SmtpProt.pas (latest ics version just downloaded), function Rfc822DateTime, line 2892 and 2907, FormatDateTime function. Result := FormatDateTime('ddd, d mmm hh:mm:ss', t) + ' ' + TimeZoneBias The time

Re: [twsocket] TSmtpClient Exception handling

2007-02-13 Thread Veit Zimmermann
: Not a problem of ICS anymore. Thanks (especially Arno) Veit Veit Zimmermann wrote: Arno Garrels wrote: Veit Zimmermann wrote: Arno Garrels wrote: Veit Zimmermann wrote: Hi I'm currently testing my usage of TSmtpClient and I get some strange behavior: When I unplug my computers network

[twsocket] Memory Leak in SmtpProt

2007-02-13 Thread Veit Zimmermann
Hi It seems that there is a memory leak in SmtpProt: When sending an email and using MailMessage for including the text of the mail, the text is compared with an empty string with the GetText method of TStrings. This method creates a copy of the MailMessage TStrings which is not freed again:

[twsocket] TSmtpClient Exception handling

2007-02-12 Thread Veit Zimmermann
Hi I'm currently testing my usage of TSmtpClient and I get some strange behavior: When I unplug my computers network cable while a SMTP connection is active it takes about 5 to 10 seconds and then a MessageBox-like window appears with the Error Icon but no test at all on it. Ignoring the fact

Re: [twsocket] TSmtpClient Exception handling

2007-02-12 Thread Veit Zimmermann
Arno Garrels wrote: Veit Zimmermann wrote: Arno Garrels wrote: Veit Zimmermann wrote: Hi I'm currently testing my usage of TSmtpClient and I get some strange behavior: When I unplug my computers network cable while a SMTP connection is active it takes about 5 to 10 seconds

[twsocket] Exception handling in a Form

2007-01-25 Thread Veit Zimmermann
Hi May be I'm missing something, but... How can I catch an exception raised by an asynchronous function like TnCnx.Connect in a form. In a TApplication there is a Method for this (HandleException). Is there something similar for a TForm? TIA Veit -- To unsubscribe or change your

Re: [twsocket] Exception handling in a Form

2007-01-25 Thread Veit Zimmermann
. If there is a chance that your code can raise an exception then you should have that event into an try excpet block and handle it. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Thursday, January 25, 2007, 17:04, Veit Zimmermann wrote: Hi

[twsocket] TnCnx: Receiving NUL at end of line

2007-01-23 Thread Veit Zimmermann
Hi I'm now testing TnCnx for my purposes. It works fairly well so far. The only issue I have so far is that I#m receiving NUL characters at the end of line. For example: ' Simplified orbitography parameters :'#$D#0#$D#$A' ND 021:23'... Is this an server issue or could it be related to ICS?

Re: [twsocket] TnScript: Getting Received data

2007-01-23 Thread Veit Zimmermann
of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: Veit Zimmermann [EMAIL PROTECTED] To: twsocket@elists.org Sent: Friday, January 19, 2007 1:13 PM Subject: [twsocket] TnScript: Getting Received data Hi There I trying to use TnScript. So

Re: [twsocket] TnCnx: Receiving NUL at end of line

2007-01-23 Thread Veit Zimmermann
Francois Piette wrote: I'm now testing TnCnx for my purposes. It works fairly well so far. The only issue I have so far is that I#m receiving NUL characters at the end of line. For example: ' Simplified orbitography parameters :'#$D#0#$D#$A' ND 021:23'... Is this an server issue or could

[twsocket] TnScript: Getting Received data

2007-01-19 Thread Veit Zimmermann
Hi There I trying to use TnScript. So far it works very well. Now I'm trying to receive some data after detecting an event string. Is this possible? Or do I have to go back to TEmulVT and do it all from scratch? TIA Veit -- To unsubscribe or change your settings for TWSocket mailing