mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
PGP: spaces should be stripped by the sender
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user