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: email pager does not use MIME headers properly #29

Closed bobbimanners closed 4 years ago

bobbimanners commented 4 years ago

The email_pager() function does not look at the MIME headers ... just embedded MIME sections. The code for reply / forward at least tries to do this (not sure it works properly though).

Test with Usenet articles, some of which are encoded as quoted-printable.

bobbimanners commented 4 years ago

Fixed. It was just a silly bug ... mime_enc was being reinitialized to '7bit' at the wrong spot.