From: Mikel Lindsaar Date: 2007-10-22T12:52:03+09:00 Subject: PATCH for TMail to handle MS Outlook Emails TMail handles the "content-type" header field per RFC 2045. Per the RFC you can not use /[?/=]/ in the boundary=field unless it is quoted, MS Outlook Express (at least) violates this rule. The fix is to check the boundary= value for the special characters and wrap it in quotes if the special characters exist and the field is not already quoted. I have written a patch with failing tests for this and sent it to the Maintainer, for anyone else, you can get it now and apply it to TMail 0.10.8 from here: http://www.blognow.com.au/q/76050/Fix_for_TMail_to_handle_MS_Outlook_MIME_Emails.html Or: http://tinyurl.com/2kezwr Regards Mikel