Opened 4 years ago

Closed 4 years ago

#1485777 closed Bugs (fixed)

Wrongly displayed UTF-8 encoded HTML emails

Reported by: qgesima Owned by:
Priority: 1 - Highest Milestone: 0.2.2
Component: Core functionality Version: 0.2.1
Severity: normal Keywords:
Cc: kebrt@…, woc@…

Description

I have a few UTF-8 encoded HTML emails which are displayed with garbled characters. See the example attached.

Attachments (3)

example.eml (2.3 KB) - added by qgesima 4 years ago.
example email
example.png (13.7 KB) - added by qgesima 4 years ago.
Example email screenshot
1485777-ok.png (8.0 KB) - added by robin 4 years ago.

Download all attachments as: .zip

Change History (11)

Changed 4 years ago by qgesima

example email

Changed 4 years ago by qgesima

Example email screenshot

comment:1 Changed 4 years ago by alec

  • Milestone changed from later to 0.2.2

Works for me. What IMAP server? Show BODYSTRUCTURE reply for that message.

comment:2 Changed 4 years ago by qgesima

This is a Cyrus 2.3.12.

Here it is the BODYSTRUCTURE:

---
ftch FETCH 298 (BODYSTRUCTURE)

  • 298 FETCH (BODYSTRUCTURE ((("TEXT" "PLAIN" ("CHARSET" "UTF-8") NIL NIL "QUOTED-PRINTABLE" 59 2 NIL NIL NIL NIL)("TEXT" "HTML" ("CHARSET" "UTF-8") NIL NIL "QUOTED-PRINTABLE" 501 12 NIL NIL NIL NIL) "ALTERNATIVE" ("BOUNDARY" "----=_NextPart_000_0011_01C9A28B.30560F30") NIL NIL NIL)("TEXT" "PLAIN" ("CHARSET" "iso-8859-2") NIL NIL "QUOTED-PRINTABLE" 151 2 NIL ("INLINE" NIL) NIL NIL) "MIXED" ("BOUNDARY" "===============5279837911072328648==") NIL NIL NIL))

ftch OK Completed (0.000 sec)
---

comment:3 Changed 4 years ago by r00f

confirmed, I have the same problem
cannot migrate from 2.0a because of buggy UTF-8 processing

comment:4 Changed 4 years ago by bemi76

I can also approve this behaviour, it does not look nice ...

comment:5 Changed 4 years ago by saevar

  • Cc kebrt@… added

confirm, have same problem on courier-imap 4.4.1,2 and utf-8 encoded emails in czech language.Os - FreeBSD 7.0

comment:6 Changed 4 years ago by koudak

  • Cc woc@… added
  • Priority changed from 5 to 1 - Highest

I'm experriencing the same problem. Some czech mails in UTF-8 are broken :(

Changed 4 years ago by robin

comment:7 Changed 4 years ago by robin

Looks fine for me in current svn version.

comment:8 Changed 4 years ago by alec

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

The BOM problem, fixed in [3bde305e].

Note: See TracTickets for help on using tickets.