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)
commit5b389106e9bfb05edbbcbdc847e09437f2390da0
tree10ab61159b528bd1ab770b491f04ae6a282234b3
parent7d95e0861814febe23512e306b7b1e805c17bd81
send: MIMEify with non-ascii header and ascii body!

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.
uip/send.c