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
2022-11-11Fix broken encoding for outgoing messagesDaniel Kesselberg
DOMDocument.loadHTML uses ISO-8859-1 by default. Workaround is to convert from UTF-8 to HTML-ENTITIES and call DOMDocument.saveHTML for the documentElement. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-02Create a multipart/related message for html, text and inline imagesDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-04-07Add outbox backend implementationAnna Larch
Co-Authored-By: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Anna Larch <anna@nextcloud.com>
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>
2016-08-29fix nc brandingChristoph Wurst
2015-08-28add some tests for folderscontrollerChristoph Wurst
2015-05-20Fix iconv issue and allow proper display of some html messagesThomas Müller