Summary | MIME type of application/octet-stream attachments is no longer guessed |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 09/09/2010 (5413 days ago) |
Due | |
Updated | 09/13/2010 (5409 days ago) |
Assigned | 09/12/2010 (5410 days ago) |
Resolved | 09/13/2010 (5409 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Bug #9245: Link attachments if guessed MIME type has a viewerhttp://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=4d0876c879537ec742fa80557716bf88874e3a7b&r2=eaf0ec8bbaaeb1405863771dcc7d9e44f05072c8
State ⇒ Assigned
type detection, but those files are still not linked for viewing
through Horde_Mime_Viewer.
and 5. It has 3 attachments (1 PDF, 2 iCalendar) as
application/octet-stream but they are only displayed as PDF and
iCalendar attachments in IMP 4.
State ⇒ Feedback
For message attachments? Yes we do, in IMP_Contents::getSummary().
Although we only do filename guessing - it is too expensive for us to
have to download the entire contents of a potentially very large file
from the IMAP server to do a fileinfo-type guess. Although I guess we
could now leverage the power of the IMAP server and only download a
certain portion of the file (i.e. first 1000 bytes) to do fileinfo
guessing, although I don't know enough about the heuristics to know if
it only does scanning at the beginning of data.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ MIME type of application/octet-stream attachments is no longer guessed
Queue ⇒ IMP
Assigned to Michael Slusarz
Milestone ⇒
Patch ⇒ No
State ⇒ Assigned