Opened 8 years ago

Closed 7 years ago

#1300124 closed Bugs (fixed)

Dealing with mail encoding by unicode

Reported by: tamsiulung Owned by: roundcube
Priority: 5 Milestone:
Component: Interface Version: 0.1-alpha
Severity: minor Keywords:
Cc:

Description (last modified by thomasb)

At the moment none of the non-English e-mails can be
viewed here. My mails are mostly double byte (Chinese,
Japanese and Korean), but I suppose all non-iso8859-1
mails won't work.

Most modern e-mails come with an MIME header. HTML
e-mails may also have a meta tag telling its encoding.

The application should use unicode (e.g. UTF-8) in all
places and ask php to translate the whole e-mail body
into UTF-8 from its original encoding.

Change History (2)

comment:1 Changed 7 years ago by anlan

Logged In: YES 
user_id=561419

UTF-8 support was part of the 0.1 beta release.

comment:2 Changed 7 years ago by thomasb

  • Description modified (diff)
  • Milestone 0.1-beta2 deleted
  • Resolution changed from None to fixed
  • Severity changed from critical to minor
  • Status changed from assigned to closed

UTF-8 support is available

Note: See TracTickets for help on using tickets.