Ticket #1484258 (closed Bugs: invalid)

Opened 21 months ago

Last modified 21 months ago

Umlaut breaks message display

Reported by: Shrinky999 Owned by:
Priority: 5 Milestone:
Component: Client Scripts Version: 0.1-beta2
Severity: minor Keywords:
Cc:

Description

I'm having trouble with certain mail encodings, e.g. the following mail snippet won't display correctly: -- snip -- Content-Type: text/plain; charset=ASCII MIME-Version: 1.0

Vielen Dank f�r Ihre Bestellung bei Amazon.de! Die Einzelheiten zu Ihrer Bestellung sind unten aufgef�hrt. -- snip --

All it displays is "Vielen Dank f".

Umlauts work in mails using ISO-8859-1 though. The following is parsed without problem. -- snip -- Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline

=FCberlegen -- snip --

Tested with Firefox 2.0.0.1 en.

Change History

Changed 21 months ago by thomasb

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

The sender obviously specified a wrong charset header. This is not a RoundCube problem. RC just behaves strict.

Note: See TracTickets for help on using tickets.