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 (Collapse)Author
2019-04-15Translate folder names on the client-sideChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-07-03Merge branch 'master' of github.com:/nextcloud/mail into refactor/folder-syncChristoph Wurst
2017-06-26Catch undefined 'unseen' index tooChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-06-19Fix Folder::jsonSerialize warning due to undefined indexChristoph Wurst
This makes the serialization a bit more error tolerant as in status values not being set does not result in PHP errors anymore but fall back to sensible default values. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-04-25Send client sync request to refresh messages; cursor-based paginationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-02-09use SearchFolder instead of SearchMailboxChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-02-09Refactor server-side folder management implementationChristoph Wurst
* better OOP architecture * dependency injection everywhere * abstraction where it made sense * SRP applied as much as possible * added a bunch of tests for the new code * REST API compatible to old implementation * new code is not optimized * old code was not removed Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>