View Issue Details

IDProjectCategoryView StatusLast Update
0002809SOGoWeb Mailpublic2014-06-10 12:59
Reporterandrew Assigned Toludovic  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Target Version2.2.6Fixed in Version2.2.6 
Summary0002809: Chinese charset messy code
Description

If charset gbk/gb18030/big5 used in email, mail header was showed correctly ,but mail content was unreadable in web mail.

After add the code in file (UI/MailPartViewers/UIxMailPartHTMLViewer.m)

{ @"gbk", XML_CHAR_ENCODING_ERROR},
{ @"gb18030", XML_CHAR_ENCODING_ERROR},
{ @"big5", XML_CHAR_ENCODING_ERROR},

The email content was showed correctly.

TagsNo tags attached.

Activities

andrew

andrew

2014-06-10 09:20

reporter  

example.eml (4,838 bytes)
ludovic

ludovic

2014-06-10 12:59

administrator   ~0007171

https://github.com/inverse-inc/sogo/commit/19a95a1818e34755bffd7c5f9dbd35e214123cac

Issue History

Date Modified Username Field Change
2014-06-10 09:20 andrew New Issue
2014-06-10 09:20 andrew File Added: example.eml
2014-06-10 12:59 ludovic Target Version => 2.2.6
2014-06-10 12:59 ludovic Note Added: 0007171
2014-06-10 12:59 ludovic Status new => resolved
2014-06-10 12:59 ludovic Fixed in Version => 2.2.6
2014-06-10 12:59 ludovic Resolution open => fixed
2014-06-10 12:59 ludovic Assigned To => ludovic