We should not fetch part we cannot display with mime_parts_on_demand
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
People
(Reporter: bugzilla, Unassigned)
References
Details
(Keywords: perf, testcase, Whiteboard: [wontfix?])
Attachments
(1 file)
36.72 KB,
text/plain
|
Details |
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Updated•24 years ago
|
Reporter | ||
Comment 2•24 years ago
|
||
Updated•21 years ago
|
Assignee | ||
Updated•17 years ago
|
Updated•17 years ago
|
Updated•17 years ago
|
Updated•17 years ago
|
Updated•11 years ago
|
Comment 6•3 years ago
|
||
Is there value in changing how this works?
Comment 7•3 years ago
|
||
I've never seen an email with a binary attachment as the top level body. However, from what I can tell, it is supported here:
https://searchfox.org/comm-central/rev/1480d9f14070fee52641c2698fc9a104b02ceddb/mailnews/mime/src/mimemoz2.cpp#124
(I assume "friends to the north" == microsoft.)
When I open the attached email, the whole thing is fetched and stored to cache. I guess the reporter would prefer to have only the header fetched and then the pdf body fetched when the attachment link is clicked.
However, per Kai's recent comment here (bug 1675914 comment 8) it looks likely that fetching a single part of a message is a lost cause anyhow. So don't see any reason to address this issue.
Updated•3 years ago
|
Comment 8•3 years ago
|
||
I think we can mark this wontfix.
Description
•