Name Date Size

.. 2011-07-06 15:21:36 3

MSBodyPart.java 2011-07-06 15:21:36 3.8 KiB

MSMessage.java 2011-07-06 15:21:36 7 KiB

MSMultipartDataSource.java 2011-07-06 15:21:36 4.3 KiB

README.txt 2011-07-06 15:21:36 362

README.txt

The classes in this directory allow processing old style non-MIME
messages created by Microsoft Outlook. Use them like this:
if (MSMessage.isMSMessage(msg))
msg = new MSMessage(session, msg);
Note that these classes are not particularly efficient or optimized,
but they show how to process these non-MIME messages and make them
look like MIME messages.