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/simple-java-mail/src/main/java/org/simplejavamail/converter/internal/mimemessage/MimeMessageHelper.java
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -205,8 +205,8 @@ static void setAttachments(@NotNull final Email email, final MimeMultipart multi
205
205
* Sets all headers on the {@link Message} instance. Since we're not using a high-level JavaMail method, the JavaMail library says we need to do
206
206
* some encoding and 'folding' manually, to get the value right for the headers (see {@link MimeUtility}.
207
207
* <p>
208
-
* Furthermore sets the notification flags <code>Disposition-Notification-To</code> and <code>Return-Receipt-To</code> if provided. It used
209
-
* JavaMail's builtin method for producing an RFC compliant email address (see {@link InternetAddress#toString()}).
208
+
* Furthermore, sets the notification flags <code>Disposition-Notification-To</code> and <code>Return-Receipt-To</code> if provided. It used
209
+
* JavaMail's built-in method for producing an RFC compliant email address (see {@link InternetAddress#toString()}).
210
210
*
211
211
* @param email The message in which the headers are defined.
212
212
* @param message The {@link Message} on which to set the raw, encoded and folded headers.
+ "Danish chocolate pudding cake bonbon powder bonbon. I love cookie jelly beans cake oat cake. I love I love sweet roll sweet pudding topping icing.");
+ "Danish chocolate pudding cake bonbon powder bonbon. I love cookie jelly beans cake oat cake. I love I love sweet roll sweet pudding topping icing.");
Copy file name to clipboardExpand all lines: modules/simple-java-mail/src/test/java/org/simplejavamail/converter/internal/mimemessage/MimeMessageHelperTest.java
0 commit comments