diff options
| author | Kali Kaneko <kali@leap.se> | 2014-01-08 23:17:47 -0400 | 
|---|---|---|
| committer | Kali Kaneko <kali@leap.se> | 2014-01-08 23:17:47 -0400 | 
| commit | 174670ab0217d4f86d7b3d12ca6b38db20a2a8d9 (patch) | |
| tree | ec235eb8df5451e1cf9566321cf36a1718441315 | |
| parent | 7294e1594df2a3c9eda56ea3f347ddac9b664f0f (diff) | |
changes file updated
| -rw-r--r-- | mail/changes/feature_split_message_docs | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/mail/changes/feature_split_message_docs b/mail/changes/feature_split_message_docs index 231c36e..0109501 100644 --- a/mail/changes/feature_split_message_docs +++ b/mail/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 | 
