[twsocket] UNICODE Issue with OverByte ICS SSL SMTP Client

2014-12-13 Thread Claude Hunter
I believe there is an issue with UNICODE messages and the SSL SMTP Client
component.  I have not been able to create and send a UNICODE message with
the SSL SMTP Client component in which the message encodes and decodes
properly.  Attached are 8 sample messages.   The following are the settings
used with the SMTP Client and the SSL SMTP Client:

>  01.eml:
> Allow8bitChars := false;
> CharSet := UTF-8;
> DefaultEncoding := smtpEnc7bit;
>
>  02.eml:
> Allow8bitChars := false;
> CharSet := UTF-8;
> DefaultEncoding := smtpEnc8bit;
>
>  03.eml:
> Allow8bitChars := false;
> CharSet := UTF-8;
> DefaultEncoding := smtpEncBase64;
>
>  04.eml:
> Allow8bitChars := false;
> CharSet := UTF-8;
> DefaultEncoding := smtpEncQuotedPrintable;

The messages created with the SMTP Client component all encode and decode
correctly.  None of the messages created with the SSL SMTP Client component
are correctly compose and do not decode properly.  Any suggestions?  Am I
missing something?

CLAUDE HUNTER
-- 
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] FTP Error

2014-12-13 Thread Graham Powell
I have one client that is always getting problems with the FTP transfers we
are performing.

Any clues as to what could cause the error at 18:10:37.544

8:10:12:908 ! Next3GetAsync
18:10:12:908 045DBF00 TCustomWSocket.Shutdown 1 868
18:10:13:104 >|226 Closing data connection; LIST successful.|

18:10:13:104 ! Next3GetAsync
18:10:13:104 ! HighLevelAsync 0
18:10:13:104 ! HighLevelAsync done
18:10:15:931 ! HighLevelAsync 0
18:10:15:931 Start command, Req=PortAsync - PASV
18:10:15:931 045DA580 TriggerDataSent 484
18:10:15:932 >|227 Entering Passive Mode. (10,80,114,11,229,15)|

18:10:15:932 ! HighLevelAsync 0
18:10:15:932 Start command, Req=Get - 
18:10:15:932 ! Data Socket Connect
18:10:15:932 045DBF00 Socket handle created 872
18:10:15:932 TWSocket will connect to 10.80.114.11:58639
18:10:15:932 045DA580 TriggerDataSent 484
18:10:15:933 >|150 Opening data connection (10,80,114,11,229,15) for LIST.|

18:10:15:933 ! Data Session Connected (Get)
18:10:15:933 045DBF00 TriggerDataSent 872
18:10:15:936 ! Data Session closed
18:10:15:936 ! Next3GetAsync
18:10:15:936 045DBF00 TCustomWSocket.Shutdown 1 872
18:10:16:131 >|226 Closing data connection; LIST successful.|

18:10:16:131 ! Next3GetAsync
18:10:16:131 ! HighLevelAsync 0
18:10:16:131 ! HighLevelAsync done
18:10:37:544 ! Aborting
18:10:37:544 Control Socket Closed, error=0
18:10:38:558 ! HighLevelAsync 0
18:10:38:558 Control DNS Lookup Done - 10.80.114.10
18:10:38:558 045DA580 Socket handle created 484
18:10:38:558 TWSocket will connect to 10.80.114.10:21
18:10:38:559 Control Socket Connect, error=0
18:10:38:559 045DA580 TriggerDataSent 484
18:10:38:571 >|421 No device available|

18:10:38:571 045DA580 TCustomWSocket.Shutdown 1 484
18:10:38:571 Control Socket Closed, error=0
18:10:39:576 ! HighLevelAsync 0
18:10:39:576 Control DNS Lookup Done - 10.80.114.11
18:10:39:576 045DA580 Socket handle created 604
18:10:39:576 TWSocket will connect to 10.80.114.11:21
18:10:39:577 Control Socket Connect, error=0
18:10:39:577 045DA580 TriggerDataSent 604
18:10:39:590 >|220 NEWS Rxnet (ftp server) ready.|

-- 
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] FTP Error

2014-12-13 Thread Angus Robertson - Magenta Systems Ltd
> I have one client that is always getting problems with the FTP 
> transfers we are performing.
> Any clues as to what could cause the error at 18:10:37.544

It looks like you are opening a second FTP control connection to a different IP
address before closing the first connection. 

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] UNICODE Issue with OverByte ICS SSL SMTP Client

2014-12-13 Thread Angus Robertson - Magenta Systems Ltd
> I believe there is an issue with UNICODE messages and the SSL SMTP 
> Client component.  I have not been able to create and send a UNICODE 
> message with the SSL SMTP Client component in which the message
> encodes and decodes properly.  Attached are 8 sample messages.  

Attachments are not allowed in the mail list since few of the hundreds of
people here will be interested in them.

Please make sure you are using the latest V8.04 of OverbyteIcsSmtpProt.pas, no
point in testing old versions. 

Will you please send your eight sample messages to icstes...@ftptest.org
with the subject set with the parameters and protocol used to send each message,
with SMTP server set to  mail.ftptest.org which supports SSL connections.  This
is one of my mail servers so I have all the protocol logs to see what you
sending. 

However, the SSL and non-SSL components are identical, the SSL version is a
superset of the non-SSL version, SSL only effects low level stuff in the
component, difficult to understand how message formatting can be effected. 

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