]> granicus.if.org Git - neomutt/commit
Turn trailing \r\n to \n for qp-encoded messages.
authorRocco Rutte <pdmef@gmx.net>
Sun, 31 May 2009 10:54:19 +0000 (12:54 +0200)
committerRocco Rutte <pdmef@gmx.net>
Sun, 31 May 2009 10:54:19 +0000 (12:54 +0200)
commit9104e6a66c59d074911d16b9feb0b3ac94c036c9
treed32fe5126d6fdaef34ab6e46f38f6b8c24d94685
parentd55e6f56f04d5fe2c9bec0ea8a0dc4bf5e7e6f2b
Turn trailing \r\n to \n for qp-encoded messages.

RFC2045 (sect. 6.7, (1) general 8bit representation)
states that neither CR nor LF of the trailing CRLF may
be qp-encoded. So we ignore trailing qp-encoded CRs.

See #2898 though this is a partial fix only.
handler.c