Opened 4 years ago
Closed 4 years ago
#1486043 closed Bugs (invalid)
Wrong encoding in HTML attahcments
| Reported by: | waster | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | MIME parsing | Version: | 0.2.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hello,
Some of HTML emails are dispalying in wrong charset. For example if an email is in windows-1251 and HTML part contains HTML comments in Russian then decoding goes wrong and message is displayed as a result of bad character set convertion. See attached example of bad displaying and the sample part of email.
Attachments (2)
Change History (6)
Changed 4 years ago by waster
Changed 4 years ago by waster
comment:1 Changed 4 years ago by Lazlo
- Milestone changed from later to 0.3-stable
comment:2 Changed 4 years ago by waster
Is it possible to see a patch for 0.2.2 because we can't use rc for now?
comment:3 Changed 4 years ago by waster
Any comments please?
comment:4 Changed 4 years ago by alec
- Resolution set to invalid
- Status changed from new to closed
Your sample message is buggy. Text is encoded using unicode, but content-type is set to windows-1251.
Note: See
TracTickets for help on using
tickets.

Please test with 0.3rc, I think this has been fixed.