Ticket #279 (closed Bugs: fixed)

Opened 16 months ago

Last modified 15 months ago

Underscores in Quoted-Printable body text decoded as spaces

Reported by: octo Owned by: octorian
Priority: normal Milestone: 2.0
Component: LogicMail Version: 2.0.0
Keywords: Cc: vsingleton@…
Blocked By: Blocking:

Description

This issue has been observed on IMAP, but may also be possible with POP.

When the text in the body of a message is encoded using the  Quoted-Printable transfer encoding, LogicMail's corresponding decoder is translating underscores into spaces.

This likely reason for this bug is that QP-encoded headers are supposed to use underscores to represent spaces within the encoded text. Therefore, LogicMail's QP decoder needs to use different behavior depending on whether the text being decoded is from a message header or body text.

Change History

comment:1 Changed 15 months ago by octorian

  • Owner set to octorian
  • Status changed from new to closed
  • Resolution set to fixed

In [844]:

Modified quoted-printable decoder to handle underscores differently depending on whether or not it was being used to decode a header (fixes #279)

Note: See TracTickets for help on using tickets.