ssoma-mda: Unfold folding whitespace in message subjects
authorW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 06:18:13 +0000 (22:18 -0800)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 06:18:13 +0000 (22:18 -0800)
commit5ea52ac3ec53d8edd37924743ae028b59b91a1b0
tree7c29a2f56e374a729169299ea7dcb1c1ea4c7071
parentf470f41d1dd954b60fbd0e54dea97596a1d10662
ssoma-mda: Unfold folding whitespace in message subjects

For the RFC specs on folding whitespace, see [1] and [2].  For the
decision to preserve the original folding in Python headers, here's
R. David Murray's comment from 2011-04-18 [3]:

  I have, by the way, come around to the view that we should never be
  introducing or deleting whitespace except when RFC 2047
  encoding/decoding...we are still deleting it in a couple places, and
  I will address that by and by

[1]: https://tools.ietf.org/html/rfc5322#section-2.2.3
[2]: https://tools.ietf.org/html/rfc5322#section-3.2.2
[3]: http://bugs.python.org/issue1372770#msg133974
ssoma-mda