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
2020-11-03Remove dead methods from the Mailbox classChristoph Wurst
2020-11-03Drop the unused IMailBox interfaceChristoph Wurst
2020-11-02Rename $id to $uid to prevent ambiguity:wqChristoph Wurst
2020-10-08Fix psalm errorsChristoph Wurst
2020-08-24Rework the routingChristoph Wurst
2020-04-14Update to nextcloud coding standard v0.3.0Christoph Wurst
2020-03-26Refactor message flag logic into a service methodChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-02-26Add psalm and apply auto fixesChristoph Wurst
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