Mime-Lite

Jerry Feldman gerald.feldman at hp.com
Thu Aug 11 14:03:58 EDT 2005


On Thursday 11 August 2005 2:29 pm, dan moylan wrote:
> the top header had this:
>   Content-Transfer-Encoding: binary
>   Content-Type: multipart/mixed; boundary="_----------=_112377843585800"
>
> then the body of the message had:
>   Content-Disposition: inline
>   Content-Transfer-Encoding: binary
>   Content-Type: text
>
> i've changed both these encodings to 7bit, and the
> content-type of the second to text/plain (i think).  does
> this make it visible to you?
>
> is there someplace to go to read up on this in some more of
> less succinct fashion?
This is much better. The following content type would be better, and 
eliminate the "multipart/mixed" garbage.  Multipart/mixed is what you want 
to do if you are sending attachments. 
Content-Type: text/plain;
  charset="us-ascii"

Here are some URLs you can look at for MIME:
http://www.mhonarc.org/~ehood/MIME/
http://www.faqs.org/faqs/mail/mime-faq/mime0/
http://www.hunnysoft.com/mime/
The above pages also have reference to the relevant RFCs if you like reading 
standards,.


-- 
Jerry Feldman <gerald.feldman at hp.com>
Partner Technology Access Center (contractor) (PTAC-MA)
Hewlett-Packard Co.
550 King Street LKG2a-X2
Littleton, Ma. 01460
 (978)506-5243



More information about the Discuss mailing list