Summary | Wrong utf8 encoding in mime part header |
Queue | Horde Groupware Webmail Edition |
Queue Version | 5.2.16 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | kaupo (at) einasto (dot) eu |
Created | 09/20/2016 (3209 days ago) |
Due | |
Updated | 09/21/2016 (3208 days ago) |
Assigned | 09/21/2016 (3208 days ago) |
Resolved | 09/21/2016 (3208 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Taken from
Taken from Michael Rubinsky
State ⇒ Not A Bug
Assigned to
Priority ⇒ 1. Low
State ⇒ Assigned
Assigned to Michael Rubinsky
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Wrong utf8 encoding in mime part header
Queue ⇒ Horde Groupware Webmail Edition
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Horde created mime part header:
Content-Type: application/msword; name*=utf-8''k%C3%A4siraamat_word.doc
Content-Disposition: attachment; size=1525248;
filename*=utf-8''k%C3%A4siraamat_word.doc
Content-Transfer-Encoding: base64
Must be:
Content-Type: application/octet-stream;
name="=?UTF-8?Q?k=C3=A4siraamat=5Fword=2Edoc?="
Content-Disposition: attachment;
filename="=?UTF-8?Q?k=C3=A4siraamat=5Fword=2Edoc?="
Content-Transfer-Encoding: base64