This commit is contained in:
M66B
2023-07-04 21:01:24 +02:00
parent c9ad1ee3d7
commit b53e200afd

View File

@@ -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