summaryrefslogtreecommitdiff
path: root/mail/changes
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-01-09 00:22:21 -0300
committerTomás Touceda <chiiph@leap.se>2014-01-09 00:22:21 -0300
commitb92e0962d4ab08f450700dc9fabf2d7eab203aa7 (patch)
treeec235eb8df5451e1cf9566321cf36a1718441315 /mail/changes
parentf7a37ad5994026b37428aaee57b841c23e86952d (diff)
parent174670ab0217d4f86d7b3d12ca6b38db20a2a8d9 (diff)
Merge remote-tracking branch 'refs/remotes/kali/feature/split_message_docs' into develop
Diffstat (limited to 'mail/changes')
-rw-r--r--mail/changes/feature_split_message_docs7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/changes/feature_split_message_docs b/mail/changes/feature_split_message_docs
new file mode 100644
index 0000000..0109501
--- /dev/null
+++ b/mail/changes/feature_split_message_docs
@@ -0,0 +1,7 @@
+ 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