mludvig / smtp-cli

The ultimate command line SMTP client
http://smtp-cli.logix.cz
188 stars 32 forks source link

UTF-8 support for subjects (RFC 1342) #11

Open deseven opened 6 years ago

deseven commented 6 years ago

Hello. Thanks for your great script!
Can you please add support for non-latin characters in email subject?
Here are some details about that.

Of course right now we still can achieve that by providing already encoded subject to smpt-cli, but it'd be really nice to do that on the fly.

deseven commented 6 years ago

Looks like that would be sufficient: encode("MIME-Header","text")