Pass better message around instead of mutating mimeparser

This change is aimed at decoupling parsing and
add_parts() stages to eventually separate parsing
from database changes and pipeline message parsing and
decryption.
This commit is contained in:
link2xt
2022-03-27 11:23:45 +00:00
parent b2fe723570
commit e9a733a789
3 changed files with 51 additions and 57 deletions

View File

@@ -22,7 +22,7 @@
- improve speed by caching config values #3131 #3145
- optimize `markseen_msgs` #3141
- automatically accept chats with outgoing messages #3143
- return result from `add_parts()` via structure #3154
- `dc_receive_imf` refactorings #3154 #3156
- add index to speedup deletion of expired ephemeral messages #3155