summaryrefslogtreecommitdiffstats
path: root/tests/interresourcemovetest.cpp
Commit message (Collapse)AuthorAge
* Ensure we copy all blobs when copying to another resourceChristian Mollekopf2017-10-09
|
* 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).
* Move blob files on move to the same location like when a client moves.Christian Mollekopf2017-03-07
| | | | | | Otherwise if the source resource manages to clean up the revision before the target resource gets to process the new entity, then the blob file is gone already.
* Interresourcemovetest/fixed interresourcemoveChristian Mollekopf2016-12-06
We cant take the identifier from the entity where we just cleared the identifier.