Skip to content

Fixed: if the message is plain email with multibyte character, permanent decoding yields garble

Today I found these during permanently decrypting my emails:

  1. if the email is plain email with multibyte character, permanent decoding yields garble
  2. Enigmail uses -&fd filenames as embedded, but they are special filenames when --enable-special-filenames is used.

This patch addresses these issues.

Merge request reports