Sometimes messages cannot be decrypted by Thunderbird
Ok I have working decoding for quoted-printable
in 7or8bit-decode
, need to do base64 now, which is harder as I can't…
Sometimes messages cannot be decrypted by Thunderbird
Solution ideas:
- Construct an entirely new email with 7or8bit encoding, should be actually simpler.
- use
attach()
(set_payload()
is for scalars like strings, which is the problem with…
Sometimes messages cannot be decrypted by Thunderbird
Trying to use get_payload()
to achieve this, but get_payload()
is always returning None
, not sure why. TODO: figure that out
Sometimes messages cannot be decrypted by Thunderbird
TODO: experiment with gpgmymail using the same encoding as the original email.
885532f27a addresses this but turns out Thunderbird still can't read them.
We'd have to re-encode the message…