commit | 07ea53cb218812404cdbde820647ce6e4b2d0f8e | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Sat Jun 02 17:56:49 2012 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Sat Jun 02 17:56:49 2012 -0400 |
tree | 153fbb31a5056379715475ed55a5c91a0fcbd8a9 | |
parent | e11eb0f21b8107d7cf61efd37ff3555258577d51 [diff] |
#1079: Fix parsing of encoded words. This is a behavior change: before this leading and trailing spaces were stripped from ASCII parts, now they are preserved. Without this fix we didn't parse the examples in the RFC correctly, so I think breaking backward compatibility here is justified. Patch by Ralf Schlatterbeck.