You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bbottema#298, bbottema#315: further improved support for nested Outlook messages, by serializing to standard EML instead of a binary form of an Email instance. Removed the Kryo dependency completely as a consequence. Also, started using Outlook's own strategy for naming the nested message attachment (basically by using its subject)
* API that allows the Outlook module to invoke the EmailConverter API from the main Simple Java Mail module. This is used when converting Outlook messages to Email objects, which contain nested
10
9E81
td>
+
* Outlook messages that need to be converted to MimeMessage (via Email objects as well) so they can be added again as EML attachments.
Copy file name to clipboardExpand all lines: modules/outlook-module/src/main/java/org/simplejavamail/internal/outlooksupport/converter/OutlookEmailConverter.java
Copy file name to clipboardExpand all lines: modules/outlook-module/src/main/java/org/simplejavamail/internal/outlooksupport/internal/util/SerializationUtil.java
InputStreamresourceAsStream = EmailHelper.class.getClassLoader().getResourceAsStream("test-messages/#298 Email with nested msg with own attachment.msg");
0 commit comments