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: Integrate PRINT65 #61

Open bobbimanners opened 3 years ago

bobbimanners commented 3 years ago

OA-P print function should use get_email_body() to format a message for printing, save to a file and invoke PRINT65.

bobbimanners commented 3 years ago

Started playing with this but right now I think it takes more bytes than it is worth in terms of utility.

The only way this is worth doing is if we can refactor the code to eliminate the duplication between email_pager() and get_email_body() but that will be a radical reworking that will probably break things.