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
path: root/tests
AgeCommit message (Collapse)Author
2020-02-11Treat temporary IMAP errors as warningsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-10Delete cached messages when deleting them on IMAPChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-10Add a lazy structure analyzation to get the attachments icon backChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-06Fix searching in message cache (and IMAP)Christoph Wurst
* Query IMAP only if necessary * Fix pagination (when IMAP results are used) * Fix CC and BCC search queries Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-04Merge pull request #2562 from nextcloud/feature/opt-out_data_collectionChristoph Wurst
Add user setting to opt-out from data collection
2020-02-03Detect missing mailbox cache and block access to messagesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-02-03Only collect addresses if user hasn't opt'ed outChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-31Add a cache for IMAP message in the databaseChristoph Wurst
Co-authored-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-27Fix automatic provisioning (for new users)Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-24Show embedded messages as attachmentsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-21Return full exception traceChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-16Merge pull request #2414 from bfritscher/feature-contact-group-sendChristoph Wurst
Feature contact group send
2020-01-09send to all emails of the contact matching a groupBoris Fritscher
Signed-off-by: Boris Fritscher <boris@fritscher.ch>
2020-01-08Implement contact group lookup and expansionBoris Fritscher
By adding a new GroupService implementation and copying some code of the ContactsIntegration.php Signed-off-by: Boris Fritscher <boris@fritscher.ch>
2020-01-08Use KItinerary to extract information from emails and attachmentsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-17Merge pull request #2364 from nextcloud/fix/favicon-vendor-cacheChristoph Wurst
Fix local caching in external Favicon lib
2019-12-17Make it possible to change the order of accountsChristoph Wurst
Co-authored-by: GretaD <gretadoci@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-16Fix local caching in external Favicon libChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-16Treat MIME part IDs as strings, not intsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-04Merge branch 'master' of github.com:/nextcloud/mail into ↵Christoph Wurst
techdept/pure-unit-tests
2019-12-04Persist provisioned accountsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-03Move IMAP and DB tests to \OCA\Mail\Tests\IntegrationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-02Bump christophwurst/nextcloud_testing from 0.7.0 to 0.9.1dependabot-preview[bot]
Bumps [christophwurst/nextcloud_testing](https://github.com/ChristophWurst/nextcloud_testing) from 0.7.0 to 0.9.1. - [Release notes](https://github.com/ChristophWurst/nextcloud_testing/releases) - [Commits](https://github.com/ChristophWurst/nextcloud_testing/compare/0.7.0...0.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-22Move unit tests to tests/UnitChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-29Fix groups expansion on umlautsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-28Fix unnecessary line breaks in quoted reply textChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-25Merge pull request #2167 from nextcloud/fix/plain-text-message-line-breaksChristoph Wurst
Fix line breaks in plain text message
2019-10-25Fix line breaks in plain text messageChristoph 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-10-23Fix missing account display name and email prefillChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-23Improve redirect checkRoeland Jago Douma
Since we don't set the referer header by default now the redirect window always showed. This is now moved to the strict cookie check which is only send if you come from the same domain. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-17Lets use the server methods for cachingRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-16Merge pull request #2111 from nextcloud/td/remove/messagescontroller/getAccountRoeland Jago Douma
Remove getAccount from MessagesController
2019-10-16Remove getAccount from MessagesControllerRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-16Remove deleteMailboxRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-16Move ImapConnector overRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-15Build CKEditor from source to disable more featuresChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-07Clean up searching for messages (#2058)Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-07Remove \OCA\Mail\Account::createMailbox (#2056)Yih Yang
- Removed createMailbox() and getMailbox() from OCA\Mail\Account - Replaced existing test on Account with getTestAccount from OCA\Mail\Tests\IMAP\AbstractTest Signed-off-by: Yih Yang <yyngo788n88@hotmail.com>
2019-09-27Include the HTML body in the JSON message dataChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-27Make \OCA\Mail\Model\RepliedMessageData nullable, not its propertiesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-27Refactor \OCA\Mail\Mailbox::getMessageChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-05Move message sending and draft saving codeChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-04Clean up the code responsible for deleting a messageChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-02Persist the mailbox special use as wellChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-02Move away from string-based ID column as that causes problems on updateChristoph Wurst
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-19Make it possible to create subfolders and show folder statsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-17Make it possible to create a new folderChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>