This repository was archived by the owner on Feb 20, 2020. It is now read-only.
java
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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.