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
2018-02-12Add API error wrapper middleware to API routesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-02-02Move Account::moveMessage method to the MessageMapper classChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-02-02Merge pull request #754 from nextcloud/feature/better-html-message-cachingChristoph Wurst
Add stricter HTTP caching headers for HTML messages
2018-02-01Add stricter HTTP caching headers for HTML messagesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-02-01Fix doc commentChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-02-01Remove unused buld loading mechanismChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-02-01Remove unified inbox/mailbox relictsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-01-22Fix phpdocChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-01-15Sort attachment on the client-sideChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-01-15Remove undefined and unused varChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-01-08Fix recipients rending of sent messagesChristoph Wurst
* Remove hacky server-side label mangling * Detect sent folder on the client-side * Append '& others' in case there is more than one recipient Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-12-12Fix undefined indicesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-11-06fixup! Cleanup, refactor and test new AvatarServiceChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-11-06Cleanup, refactor and test new AvatarServiceChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-11-06Merge branch 'master' of github.com:/nextcloud/mail into avatarsChristoph Wurst
2017-10-30Fix loading of HTML messagesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-10-28Introduce caching for avatarsJakob Sack
2017-10-23Cleanup address handlingChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-09-25Specify which impl we expectChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-09-25Remove unused codeChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-09-12Add more csrf checksChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-05-29Fix HTML body loading and only load sync token for non-noselect foldersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-05-15Remove dead pagination codeChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-04-25Implement client-side horde sync mechanismChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-04-25Implement date- and cursor-based paginationChristoph Wurst
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>
2016-12-16allow moving messages inside a single accountChristoph Wurst
2016-10-17Use PSR-4 loading for normal filesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>