Ticket #98 (closed Bugs: fixed)
Soft line breaks in Quoted-Printable text are incorrectly decoded
| Reported by: | octo | Owned by: | octo |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0.x |
| Component: | LogicMail | Version: | 1.0.1 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
According to the Wikipedia page on QP: "Lines of quoted-printable encoded data must not be longer than 76 characters. To satisfy this requirement without altering the encoded text, soft line breaks may be added as desired. A soft line break consists of an "=" at the end of an encoded line, and does not cause a line break in the decoded text."
LogicMail currently fails to handle this case correctly, which can lead to missing characters in QP-encoded messages.
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in 1.0.2