Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.6
-
None
-
None
Description
Currently quotedprintableinputstreams treat the CRLF or LF as a full CRLF, translating single LF to CRLF while decoding, but not consistently.
In fact if a qpstream ends with "somethingLF" the decoded result ends with "somethingLF" while if it ends with "somethingCRLF" the decoded result is "something" (no CRLF). This is inconsistent and I consider this a bug. IF LF is considered the same as CRLF it should be the same also if it is at the end of a stream.