bobbimanners / emailler

Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card
http://bobbi.epizy.com
Other
30 stars 5 forks source link

EMAIL: Handle '8bit' encodings better #33

Closed bobbimanners closed 4 years ago

bobbimanners commented 4 years ago

Right now I pass '8bit' codings through unchanged.

Non printable chars can cause the display to go crazy so I probably should be filtering these.

bobbimanners commented 4 years ago

Added filtering for non-printable chars. While implementing this I found a bug in decode_quoted_printable().

The fix is in the usenet branch.