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 (Expand)Author
2020-02-11Treat temporary IMAP errors as warningsChristoph Wurst
2020-02-10Delete cached messages when deleting them on IMAPChristoph Wurst
2020-02-10Add a lazy structure analyzation to get the attachments icon backChristoph Wurst
2020-02-06Fix searching in message cache (and IMAP)Christoph Wurst
2020-02-04Merge pull request #2562 from nextcloud/feature/opt-out_data_collectionChristoph Wurst
2020-02-03Detect missing mailbox cache and block access to messagesChristoph Wurst
2020-02-03Only collect addresses if user hasn't opt'ed outChristoph Wurst
2020-01-31Add a cache for IMAP message in the databaseChristoph Wurst
2020-01-27Fix automatic provisioning (for new users)Christoph Wurst
2020-01-24Show embedded messages as attachmentsChristoph Wurst
2020-01-21Return full exception traceChristoph Wurst
2020-01-16Merge pull request #2414 from bfritscher/feature-contact-group-sendChristoph Wurst
2020-01-09send to all emails of the contact matching a groupBoris Fritscher
2020-01-08Implement contact group lookup and expansionBoris Fritscher
2020-01-08Use KItinerary to extract information from emails and attachmentsChristoph Wurst
2019-12-17Merge pull request #2364 from nextcloud/fix/favicon-vendor-cacheChristoph Wurst
2019-12-17Make it possible to change the order of accountsChristoph Wurst
2019-12-16Fix local caching in external Favicon libChristoph Wurst
2019-12-16Treat MIME part IDs as strings, not intsChristoph Wurst
2019-12-04Merge branch 'master' of github.com:/nextcloud/mail into techdept/pure-unit-t...Christoph Wurst
2019-12-04Persist provisioned accountsChristoph Wurst
2019-12-03Move IMAP and DB tests to \OCA\Mail\Tests\IntegrationChristoph Wurst
2019-12-02Bump christophwurst/nextcloud_testing from 0.7.0 to 0.9.1dependabot-preview[bot]
2019-11-22Move unit tests to tests/UnitChristoph Wurst
2019-10-29Fix groups expansion on umlautsChristoph Wurst
2019-10-28Fix unnecessary line breaks in quoted reply textChristoph Wurst
2019-10-25Merge pull request #2167 from nextcloud/fix/plain-text-message-line-breaksChristoph Wurst
2019-10-25Fix line breaks in plain text messageChristoph Wurst
2019-10-25Fix encoding issues of the folder display nameChristoph Wurst
2019-10-23Fix missing account display name and email prefillChristoph Wurst
2019-10-23Improve redirect checkRoeland Jago Douma
2019-10-17Lets use the server methods for cachingRoeland Jago Douma
2019-10-16Merge pull request #2111 from nextcloud/td/remove/messagescontroller/getAccountRoeland Jago Douma
2019-10-16Remove getAccount from MessagesControllerRoeland Jago Douma
2019-10-16Remove deleteMailboxRoeland Jago Douma
2019-10-16Move ImapConnector overRoeland Jago Douma
2019-10-15Build CKEditor from source to disable more featuresChristoph Wurst
2019-10-07Clean up searching for messages (#2058)Christoph Wurst
2019-10-07Remove \OCA\Mail\Account::createMailbox (#2056)Yih Yang
2019-09-27Include the HTML body in the JSON message dataChristoph Wurst
2019-09-27Make \OCA\Mail\Model\RepliedMessageData nullable, not its propertiesChristoph Wurst
2019-09-27Refactor \OCA\Mail\Mailbox::getMessageChristoph Wurst
2019-09-05Move message sending and draft saving codeChristoph Wurst
2019-09-04Clean up the code responsible for deleting a messageChristoph Wurst
2019-09-02Persist the mailbox special use as wellChristoph Wurst
2019-09-02Move away from string-based ID column as that causes problems on updateChristoph Wurst
2019-08-29Add a database cache for mailbox dataChristoph Wurst
2019-08-29Fix risky and unreliable testsChristoph Wurst
2019-04-19Make it possible to create subfolders and show folder statsChristoph Wurst
2019-04-17Make it possible to create a new folderChristoph Wurst