Ticket #1485151 (closed Bugs: fixed)
mimePart.php - uncommon header encoding
| Reported by: | rosali | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | MIME parsing | Version: | 0.2-alpha |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Content-Type: application/msword;
name*0*="UTF-8xxxxxholding%20AG,%20Pr%C3%BCfung%20f%C3%BCr%20xxxxxxxx_" name*1*="ge%C3%A4_Liebl.doc";
Content-Disposition: attachment;
filename*0*="UTF-8xxxxxholding%20AG,%20Pr%C3%BCfung%20f%C3%BCr%20xxxxx" filename*1*="xxx_ge%C3%A4_xxxxx.doc";
mimePart.php function _buildHeaderParam encodes the Content-Type and the Content-Disposition header in an uncommon way. Neither RC itself nor f.e. Outlook express understands this encoded stuff.
I simply switched back to the old mimePart.php (before SVN 1530) which solved the issue for me!
-Roland
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
