Ticket #279 (closed Bugs: fixed)
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
Note: See
TracTickets for help on using
tickets.

In [844]: