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-09-03Update codestyledependabot/composer/vendor-bin/cs-fixer/friendsofphp/php-cs-fixer-3.11.0Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-09-08Allow empty delimiterDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-08-11Move some usage of the old Folder to the more versatile MailboxChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-14Update to nextcloud coding standard v0.3.0Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26Remove unused importsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-25Fix encoding issues of the folder display nameChristoph Wurst
Folders (technically speaking: mailboxes) have utf7/utf8 names. When we encode the ID for the client, we use base64. The decoding will fail as JavaScript assumes that base64 encoded strings are actually ASCII. Instead of rewriting all the ID handling to not use base64, I decided to just add a new prop with the unencoded displayname. Then it stays utf8 all the time. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-08-29Add a database cache for mailbox dataChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-08-29Fix risky and unreliable testsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-15Translate folder names on the client-sideChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-02-12Extract testing framework for other apps; fix base classesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-08-21Merge branch 'master' of github.com:/nextcloud/mail into refactor/folder-syncChristoph Wurst
2017-08-14Use a common base class for all testsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-05-23Fix tests and remove buggy folder change detectionChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-02-09increase test coverageChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>