PGP: spaces should be stripped by the sender

pull/215/head
M66B 1 year ago
parent c84cb33060
commit 84b869077f

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

Loading…
Cancel
Save