Closed
Bug 207367
Opened 21 years ago
Closed 21 years ago
mail.imap.max_chunk_size is restricting inline mail messages
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jay, Assigned: Bienvenu)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030507
Build Identifier: mozilla 1.4b
I was trying to read an email message that had an inline message of 54K. I got a
message saying that message would be downloaded on demand. I increased the
mail.imap.max_chunk_size to 60000 and tried again. I was able to see the mail
message. I thought this resource should only effect attachements, and not in
line documents.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
I can forwared the email that triggered this if it would be helpful.
Assignee | ||
Comment 1•21 years ago
|
||
max_chunk_size has no effect on whether we download attachments inline or not.
mail.imap.mime_parts_on_demand_threshold determines what the threshhold is, in
bytes (default is 15K) for the total message size before we'll fetch parts on
demand. However, we always fetch inline parts. Are you sure the attachment
actually had content disposition inline? You can tell by looking at the message
source.
Assignee | ||
Comment 2•21 years ago
|
||
no response, marking invalid
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•