Subject: | one line body (without) <CR><LF> causes attachment to be broken |
Under WinXP Professional using the actual active state perl distribution the following error occured:
If you use the Attach method for attaching a body and an attachment,
the attachment will be broken, if the body contains
only one line without <CR><LF>.
(Used E-Mail-Client on receiver side: Thunderbird 0.7 and OE 6)
The following work around fixes the bug:
body => '$body\x0D\x0A'
where $body is the variable containing the body w/o <CR><LF>
I think it has to with the Outlook-Express workaround.
Changing $LM = '' to $LM = '\x0D\x0A' in Sender.pm
fixes the bug also.
Best regards
Jörg