Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-16Treat MIME part IDs as strings, not intsChristoph Wurst
2019-10-07Clean up searching for messages (#2058)Christoph Wurst
2019-09-05Move message sending and draft saving codeChristoph Wurst
2019-09-04Clean up the code responsible for deleting a messageChristoph Wurst
2018-08-01Fix issues reported by ScrutinizerChristoph Wurst
2018-08-01Make OCA\Mail\Service strictChristoph Wurst
2018-07-24Make MessagesController strictChristoph Wurst
2018-06-08Add support for basic "advanced search"Robin Appelman
2018-05-29paginate by datetime instead of just dateRobin Appelman
2017-09-25Remove unused codeChristoph Wurst
2017-08-29Add integration tests for replies and reply subjectsChristoph Wurst
2017-05-15Use proper DateTime object as cursorChristoph Wurst
2017-05-15Only limit search to cursor time if it's actually setChristoph Wurst
2017-04-25Implement date- and cursor-based paginationChristoph Wurst
2017-04-25Send client sync request to refresh messages; cursor-based paginationChristoph Wurst
2016-10-17Use PSR-4 loading for normal filesJoas Schilling