summaryrefslogtreecommitdiff
path: root/changes/feature_split_message_docs
blob: 231c36ec1e54b6582d457a537129b7a88f7fd4b2 (plain)
1
2
3
4
5
6
  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 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