mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Oops
This commit is contained in:
@@ -5778,7 +5778,7 @@ public class MessageHelper {
|
||||
super(out);
|
||||
this.os = out;
|
||||
this.content = content;
|
||||
this.boundary = "--" + boundary;
|
||||
this.boundary = (boundary == null ? null : "--" + boundary);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user