Open
Bug 1930127
Opened 1 year ago
Updated 1 year ago
[EWS] Store message size when fetching in sync_messages_for_folder
Categories
(Thunderbird :: Account Manager, task)
Thunderbird
Account Manager
Tracking
(Not tracked)
NEW
People
(Reporter: babolivier, Unassigned)
References
(Blocks 1 open bug)
Details
In non-local protocols, nsIMsgDBHdr.messageSize represents the size of a message on the server. We can get this information when fetching the list of messages for a folder using the Size element on a Message. We should include it to the list of properties we request in sync_messages_for_folder and set the returned value on the message header when creating it.
You need to log in
before you can comment on or make changes to this bug.
Description
•