Summary | Corrupt Attachments (not always) |
Queue | IMP |
Queue Version | 4.1.4 |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | leonardo (at) sefa (dot) pa (dot) gov (dot) br |
Created | 06/04/2007 (6622 days ago) |
Due | |
Updated | 11/14/2007 (6459 days ago) |
Assigned | |
Resolved | 06/04/2007 (6622 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
files (.doc), except one exampe is an Excel (.xls) file. Same user
can send the same attachment minutes apart, and one time it gets
text/plain and the next time it gets application/msword. We even have
an example of someone sending two Word files, and the first one was
application/msword and the second was text/plain!
Joseph Brennan
Columbia University IT
State ⇒ Duplicate
Bug 3565.Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Corrupt Attachments (not always)
Queue ⇒ IMP
New Attachment: message.txt
State ⇒ Unconfirmed
Default charset of our webserver is iso-8859-1.
I think there is something wrong with Content-Type and
Content-Transfer-Encoding attributes.
--------------------------
Content-Type: text/plain;
charset=ISO-8859-1;
name="Curriculo Vitae - Vinicius[1].doc"
Content-Disposition: attachment;
filename="Curriculo Vitae - Vinicius[1].doc"
Content-Transfer-Encoding: quoted-printable
---------------------------
Leonardo Valente