summaryrefslogtreecommitdiffstats
path: root/tests/mailthreadtest.cpp
Commit message (Collapse)AuthorAge
* Implemented thread mergingChristian Mollekopf2017-08-18
| | | | | It can happen that thread messages are not delivered in order, which means we will have to merge threads once all messages are available.
* Deal with both CRLF and LF mime messages.Christian Mollekopf2017-06-14
| | | | | | | IMAP always requires CRLF, and so does the MIME standard, KMIME expects LF-only. We now just try to always use CRLF on disk, but convert LF-only messages should we have to (e.g. because copied over from maildir or so).
* Fixed build issues with pedantic enabledChristian Mollekopf2017-01-12
|
* syncThen is no longer necessaryChristian Mollekopf2017-01-12
|
* These jobs now work reliably.Christian Mollekopf2016-10-07
|
* count as a first aggregation functionChristian Mollekopf2016-10-06
|
* Moved standard quries to a separate header.Christian Mollekopf2016-10-06
|
* A better resource filter apiChristian Mollekopf2016-10-05
|
* Use the Query::filter api.Christian Mollekopf2016-09-27
|
* New query apiChristian Mollekopf2016-09-27
|
* BloomingChristian Mollekopf2016-09-26
|
* Merge mails by subjectChristian Mollekopf2016-09-21
|
* A first draft of the threading algorithm.Christian Mollekopf2016-09-20