summaryrefslogtreecommitdiff
path: root/mail/changes/feature_split_message_docs
diff options
context:
space:
mode:
Diffstat (limited to 'mail/changes/feature_split_message_docs')
-rw-r--r--mail/changes/feature_split_message_docs6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/changes/feature_split_message_docs b/mail/changes/feature_split_message_docs
new file mode 100644
index 00000000..231c36ec
--- /dev/null
+++ b/mail/changes/feature_split_message_docs
@@ -0,0 +1,6 @@
+ o Defer costly operations to a pool of threads.
+ o Split the internal representation of messages into four distinct documents:
+ 1) Flags 2) Headers 3) Body 4) Attachments.
+ o Add deduplication ability to the save operation, for body and attachments.
+ o Add IMessageCopier interface to mailbox implementation, so bulk moves
+ are costless. Closes: #4654