jetmore / swaks

Swaks - Swiss Army Knife for SMTP
http://jetmore.org/john/code/swaks/
GNU General Public License v2.0
847 stars 86 forks source link

add proper SMTPUTF8 handling for MUA mode #98

Open jetmore opened 3 months ago

jetmore commented 3 months ago

20 is adding more of the test mode - saying use SMTPUTF8 and error if it's not available. For MUA mode this should be more conditional - see if it's needed based on the content of the message and make sure everything is encoded properly

note also 8BITBODY, which appears to be complementary to SMTPUTF8 but which we don't currently support