Arno Garrels wrote:
> I'm having problems with the last CRLF in plain mime parts.
> OE as well as SmtpCli put a CRLF between part content and the closing
> boundary. MimeDec however reads this extra CRLF as content, so I get
> corrupted messages.  
> Are there mailers running arround that do not append this 'spacer' CRLF?
 
Mozilla Thunderbird behaves the same, here is an example:

Message text: "1.Line<crlf>"

Encoded:
[..]
--------------010609020500050508040002
Content-Type: text/plain; charset=ISO-8859-1;
Content-Transfer-Encoding: 7bit

1.Line

--------------010609020500050508040002
[..]

MimeDec decodes it to "1.Line<crlf><crlf>"
I would like to know if it is save to replace the trailing <crlf><crlf>
by <crlf>. 

Arno Garrels

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to