diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-04-04 16:43:07 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-04-04 16:43:07 -0300 |
commit | 3258025ea15e3f20c8054fd67ec617b7a87eb309 (patch) | |
tree | 0cad3ee91e02335d0cbfc30bdc42d46cc83fbe8a /changes/feature_split_message_docs | |
parent | 0f10cbbc48927f89d2a1ec76490905a3c386f168 (diff) |
Fold in changes
Diffstat (limited to 'changes/feature_split_message_docs')
-rw-r--r-- | changes/feature_split_message_docs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/feature_split_message_docs b/changes/feature_split_message_docs deleted file mode 100644 index 0109501..0000000 --- a/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 |