Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Windows compat | Christian Mollekopf | 2018-04-19 |
| | |||
* | Fixed parsing of larger headers. | Christian Mollekopf | 2017-10-26 |
| | | | | | | Just truncating the file is not a good idea. If the headers end up being larger (I just ran into that), then we just fail to parse the headers and miss important stuff like subjects. So let's not. | ||
* | Don't install libmaildir as separate library | Christian Mollekopf | 2017-03-08 |
| | | | | | It's not a generic maildir implementation and the library conflicts with what's installed from kdepim-runtime. | ||
* | These shouldn't be warnings. | Christian Mollekopf | 2017-02-16 |
| | |||
* | Find mime message even if it has been renamed due to a flag change | Christian Mollekopf | 2017-02-16 |
| | |||
* | Better debug output | Christian Mollekopf | 2017-02-16 |
| | |||
* | Removed some unused codepaths from the maildir implementation | Christian Mollekopf | 2016-06-13 |
| | |||
* | Implemented maildir mail moves and got it to pass tests again | Christian Mollekopf | 2016-06-13 |
| | |||
* | The maildirresource is back in action | Christian Mollekopf | 2016-05-29 |
| | |||
* | Handle modifications in maildir | Christian Mollekopf | 2016-05-11 |
| | |||
* | Move mimeMessage in preprocessor, and directly move to cur. | Christian Mollekopf | 2016-05-08 |
| | | | | | We use the maildir as our internal storage, so the message needs to be moved immediately and not only with changereplay. | ||
* | Create actual messages in maildir | Christian Mollekopf | 2016-05-05 |
| | |||
* | Import new mails as well | Christian Mollekopf | 2016-02-11 |
| | |||
* | Use property transformation for the mimeMessage | Christian Mollekopf | 2016-02-05 |
| | | | | | | | | | | | | | The filepath changes with every flag change. It is thus easier to only store a limited path that remains stable, and figure out the rest as the property is requested (we'll have to translate it anyways once we the file handoff protocol is implemented). The reason why we don't update the mimeMessage path on every modification is because we move the message during change replay, and not while storing the modification in the db. This would lead to the message-path on disk not correspond to what is in the db for some time. | ||
* | Fixed mail appending. | Christian Mollekopf | 2016-02-05 |
| | |||
* | Writeback of unread flag changes | Christian Mollekopf | 2016-02-02 |
| | |||
* | Ensure maildir flagchanges work completely | Christian Mollekopf | 2016-02-01 |
| | |||
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
| | | | | (except for documentation). | ||
* | Inspect unread state | Christian Mollekopf | 2016-01-19 |
| | |||
* | Disable the keycache for now. | Christian Mollekopf | 2016-01-02 |
| | | | | | I'm not sure we require this cache at all, and we arent using it properly in the current resource. | ||
* | Changereplay for maildir folders. | Christian Mollekopf | 2015-12-28 |
| | | | | | The sync and changereplay can not run at the same time, or would have to share the transaction otherwise. | ||
* | Get the maildir resource to work. | Christian Mollekopf | 2015-12-16 |
| | | | | | The subfolder implementation is not according to any standard it seems, but at least it works for now. | ||
* | A read-only maildir resource. | Christian Mollekopf | 2015-12-15 |
Respectively a first prototype thereof. |