Hello,

Outlook Express seems to have a problem to show attachment only in his email list (top of the Outlook Express windows). In detail of email we see that there is an attachment but not in the email list.
Tested in all version of ICS and Delphi.
I don't see this problem in other email client.
I have found a fix to avoid this in OverbyteIcsSMtpProt.pas :

Change :
procedure THtmlSmtpCli.TriggerProcessHeader(HdrLines: TStrings);
...
                HdrLines[I] := 'Content-Type: multipart/related; ' +
                               'type="multipart/alternative";'
...


To :
procedure THtmlSmtpCli.TriggerProcessHeader(HdrLines: TStrings);
...
                HdrLines[I] := 'Content-Type: multipart/related; ' //+
                           //    'type="multipart/alternative";'
...


Outlook Express is always used but does anyone see this problem ?


Best regards,
-
Fabrice


--
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

Reply via email to