summaryrefslogtreecommitdiff
path: root/mail/changes/feature_split_message_docs
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-04-04 16:43:07 -0300
committerTomás Touceda <chiiph@leap.se>2014-04-04 16:43:07 -0300
commit06619b1b98ebcd483e223eee04d4c3143ff24209 (patch)
treea926d676912a1db0a04fab08caec0f31ba2c4633 /mail/changes/feature_split_message_docs
parentbf288ed42760d14292cb1b0c19df8a17fe44ba2a (diff)
Fold in changes
Diffstat (limited to 'mail/changes/feature_split_message_docs')
-rw-r--r--mail/changes/feature_split_message_docs7
1 files changed, 0 insertions, 7 deletions
diff --git a/mail/changes/feature_split_message_docs b/mail/changes/feature_split_message_docs
deleted file mode 100644
index 0109501f..00000000
--- a/mail/changes/feature_split_message_docs
+++ /dev/null
@@ -1,7 +0,0 @@
- o Defer costly operations to a pool of threads.
- 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