PGP: spaces should be stripped by the sender

pull/215/head
M66B 3 months ago
parent c84cb33060
commit 84b869077f

@ -6208,7 +6208,7 @@ public class MessageHelper {
return false;
}
if (EntityAttachment.PGP_CONTENT.equals(content) || boundary == null)
if (/*EntityAttachment.PGP_CONTENT.equals(content) ||*/ boundary == null)
line = line.replaceAll(" +$", "");
os.write(line.getBytes(StandardCharsets.ISO_8859_1));

Loading…
Cancel
Save