I've been able to attach various binary/html files before, but pure text is causing problems.
The source code is at http://ballroom.mit.edu/compinabox/Publ ... xport.phps
The text file contains newlines, which generate an error like
Code: Select all
mhshow: eol encountered in field "138 їsnip], їsnip] (Boston University) & їsnip], їsnip] (Boston University"
mhshow: message format error in component #3I've tried setting the encoding for teh block to base64 and encoding the
data as well as using chunk_split, instead of sending raw 7bit ASCII.
Do I need to use a different content type for a raw text file as an attachment?