Ticket #98 (closed Bugs: fixed)

Opened 3 months ago

Last modified 8 weeks ago

Soft line breaks in Quoted-Printable text are incorrectly decoded

Reported by: octo Owned by: octo
Priority: 1 Milestone: 1.0.x
Component: LogicMail Version: 1.0.1
Keywords: Cc:

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

Changed 8 weeks ago by octo

  • status changed from new to closed
  • resolution set to fixed

Fixed in 1.0.2

Note: See TracTickets for help on using tickets.