summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/messageparser.cpp
Commit message (Collapse)AuthorAge
* Collect some timing stats for message parsingChristian Mollekopf2018-07-02
|
* Made structure available in debug viewChristian Mollekopf2018-05-07
|
* Always guard async callbacksChristian Mollekopf2017-12-08
|
* Run the messageparsing in a threadChristian Mollekopf2017-08-17
| | | | | ...with signatures a single message quickly takes 50 - 150ms, which is too long to be blocking.
* Reduced the messagetreeparser to aproximately what we actually requireChristian Mollekopf2017-06-04
| | | | | | | | | | | While in a much more managable state it's still not pretty. However, further refactoring can now gradually happen as we need to do further work on it. Things that should happen eventually: * Simplify the logic that creates the messageparts (we don't need the whole formatter plugin complexity) * Get rid of the nodehelper (let the parts hold the necessary data) * Get rid of partmetadata (let the part handleit)
* Moved MIME related stuff to a mime subdirChristian Mollekopf2017-05-23