send: MIMEify with non-ascii header and ascii body!
authormarkus schnalke <meillo@marmaro.de>
Sun, 25 Oct 2015 20:34:20 +0000 (21:34 +0100)
committermarkus schnalke <meillo@marmaro.de>
Sun, 25 Oct 2015 20:34:20 +0000 (21:34 +0100)
This code is not perfect, as it scans body lines twice. We might
want to rework it someday. But, ignoring the minor performance
issue, it ensures, that we MIMEify in the case when some headers
contain non-ASCII text but the body does not.


No differences found