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
Copy file name to clipboardExpand all lines: modules/core-module/src/main/java/org/simplejavamail/api/internal/general/EmailPopulatingBuilderFactory.java
* This factory allows modules to create new builders. This is pretty rare as they get the current builder along already, but in case of nested Outlook emails for example, we need a new clean
7
-
* builder to construct a new Email object with.
6
+
* This factory allows modules to create new builders. This use case is pretty rare as modules get the current builder along already,
7
+
* but in case of nested Outlook emails for example, we need a new clean builder to construct a new Email object with.
Copy file name to clipboardExpand all lines: modules/outlook-module/src/main/java/org/simplejavamail/internal/outlooksupport/converter/OutlookEmailConverter.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ public EmailFromOutlookMessage outlookMsgToEmailBuilder(
Copy file name to clipboardExpand all lines: modules/simple-java-mail/src/main/java/org/simplejavamail/email/internal/EmailPopulatingBuilderFactoryImpl.java
0 commit comments