Relationship Graph
View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003123 | SOGo | ActiveSync | public | 2015-03-06 16:47 | 2015-05-12 13:54 |
Reporter | JinH | Assigned To | ludovic | ||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Platform | [Client] Microsoft | OS | Windows | OS Version | 7 |
Target Version | 2.3.0 | Fixed in Version | 2.3.0 | ||
Summary | 0003123: sogo may incorrectly decode the calendar event reply coming from outlook | ||||
Description | In outlook we create a new calendar event and send it to an attendee. The attendee accepts the event and sends back the reply email. The outlook updates the participation status to server. Sogo server may incorrectly decode the quoted-printable encoding in the calendar data. is wrong. Because "=" is part of quoted-printable encoding. It should my PRODID:-//Inverse inc./SOGo 2.2.15//EN | ||||
Tags | No tags attached. | ||||
Outlook sends following mail via EAS: From: "xx XX" <nnn@xxx.yyy.zzz> BEGIN:VCALENDAR It seems that sogo re-encodes the mail into quoted-printable. When the accepting the invite (from the received email) via the web ui following error message is reported in sogo.log: Mar 06 20:33:18 sogod [30356]: [ERROR] <0xB70E2F38[SOGoMailObject]:1685> body part index out of bounds(idx=1 vs count=0): {bodyId = ""; description = ""; disposition = {}; encoding = "quoted-printable"; languages = (de); lines = 31; location = ""; md5 = ""; parameterList = {charset = "utf-8"; method = REQUEST; }; size = 870; subtype = calendar; type = text; } The problem is that sogo fails to decode (quoted-printable) the invite before saving it to the calendar. I hope this helps to fix the issue. |
|
https://github.com/inverse-inc/sogo/commit/4826f0155552d56a98712dff1a607a2504b98591 |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2015-03-06 16:47 | JinH | New Issue | |
2015-03-07 21:25 | tfu | Note Added: 0008252 | |
2015-03-17 10:29 | Christian Mack | Relationship added | duplicate of 0003113 |
2015-05-12 13:54 | ludovic | Target Version | => 2.3.0 |
2015-05-12 13:54 | ludovic | Note Added: 0008468 | |
2015-05-12 13:54 | ludovic | Status | new => resolved |
2015-05-12 13:54 | ludovic | Fixed in Version | => 2.3.0 |
2015-05-12 13:54 | ludovic | Resolution | open => fixed |
2015-05-12 13:54 | ludovic | Assigned To | => ludovic |