andersonjb
Programmer
I am building email messages using the javax.mail and javax.mail.Internet packages. Unfortunately, the messages come across with the miscellaneous header stuff in the body of the message. How do I exclude it?
This is what gets included before the actual text of the message:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary=891874.1065824865265.JavaMail.dynadmin.roc1xx
X-Mailer: JavaMailer
Return-Path: anderson.jb@ghc.org
X-OriginalArrivalTime: 10 Oct 2003 22:27:45.0803 (UTC) FILETIME=[BA6F0DB0:01C38F7D]
--891874.1065824865265.JavaMail.dynadmin.roc1xx
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
This is what gets included before the actual text of the message:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary=891874.1065824865265.JavaMail.dynadmin.roc1xx
X-Mailer: JavaMailer
Return-Path: anderson.jb@ghc.org
X-OriginalArrivalTime: 10 Oct 2003 22:27:45.0803 (UTC) FILETIME=[BA6F0DB0:01C38F7D]
--891874.1065824865265.JavaMail.dynadmin.roc1xx
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit