summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-01-08 23:17:47 -0400
committerKali Kaneko <kali@leap.se>2014-01-08 23:17:47 -0400
commit3bd8a7b669ac490b8f8e6c33550963c37069e383 (patch)
treed3ec191d5605d2803535048c84b7b9cec3cd227a
parent28236ecdf46360acd09a53130646e2a082583de6 (diff)
changes file updated
-rw-r--r--changes/feature_split_message_docs5
1 files changed, 3 insertions, 2 deletions
diff --git a/changes/feature_split_message_docs b/changes/feature_split_message_docs
index 231c36e..0109501 100644
--- a/changes/feature_split_message_docs
+++ b/changes/feature_split_message_docs
@@ -1,6 +1,7 @@
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 Split the internal representation of messages into three distinct documents:
+ 1) Flags 2) Headers 3) Content.
+ o Make use of the Twisted MIME interface.
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