| Summary | attachment's mime type not guessed when viewing a message |
| Queue | IMP |
| Queue Version | FRAMEWORK_3 |
| Type | Enhancement |
| State | Rejected |
| Priority | 1. Low |
| Owners | |
| Requester | leena.heino (at) uta (dot) fi |
| Created | 6/7/05 (7690 days ago) |
| Due | |
| Updated | 9/23/05 (7582 days ago) |
| Assigned | |
| Resolved | 9/23/05 (7582 days ago) |
| Milestone | |
| Patch | No |
State ⇒ Rejected
State ⇒ Feedback
mimetype is octet-stream. In HEAD the code starts on line 891 of
MIME/Contents.php - see what's going wrong there, I guess.
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ attachment's mime type not guessed when viewing a message
Queue ⇒ IMP
mime type is wrong eg. application/octet-stream then Imp won't even
try to guess the correct mime type with mime_magic or fileinfo
pecl-extension.
Attachment type is correctly regocnized when trying to attach the same
word document as an attachment when composing a new message.
I must have a configuration typo or error somewhere, but cannot find
where. the test.php shows that fileinfo and mime_magic extensions are
both available and usable.