diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-01-09 00:22:21 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-01-09 00:22:21 -0300 |
commit | c2cccbcd4225049b35ea2c7be4bbe899532136ca (patch) | |
tree | d3ec191d5605d2803535048c84b7b9cec3cd227a /changes/feature_split_message_docs | |
parent | 3bccd3323a36f58357d68465c07595b6807e9015 (diff) | |
parent | 3bd8a7b669ac490b8f8e6c33550963c37069e383 (diff) |
Merge remote-tracking branch 'refs/remotes/kali/feature/split_message_docs' into develop
Diffstat (limited to 'changes/feature_split_message_docs')
-rw-r--r-- | changes/feature_split_message_docs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/feature_split_message_docs b/changes/feature_split_message_docs new file mode 100644 index 0000000..0109501 --- /dev/null +++ b/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 |