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 (Expand)Author
2022-05-23Add PHP8.1 supportChristoph Wurst
2021-03-22Add tagging to messagesAnna Larch
2020-11-03Remove dead methods from the Mailbox classChristoph Wurst
2020-10-30Use a Github action for integration testsChristoph Wurst
2020-10-09Fix possibly type errorChristoph Wurst
2020-04-14Update to nextcloud coding standard v0.3.0Christoph Wurst
2020-03-25Use short array syntaxChristoph Wurst
2020-03-23Turn on TLS peer verificationChristoph Wurst
2020-03-23Clean up exception handling (of Horde errors)Christoph Wurst
2020-03-20Simplify the virtual favorite inboxChristoph Wurst
2020-02-26Add psalm and apply auto fixesChristoph Wurst
2019-10-18Deprecate account IMAP connection methodChristoph Wurst
2019-10-16Remove deleteMailboxRoeland Jago Douma
2019-10-07Remove \OCA\Mail\Account::createMailbox (#2056)Yih Yang
2019-10-02Remove unused \OCA\Mail\Account::listMailboxesChristoph 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-08-29Add a database cache for mailbox dataChristoph Wurst
2018-02-02Move Account::moveMessage method to the MessageMapper classChristoph Wurst
2018-02-01Remove unified inbox/mailbox relictsChristoph Wurst
2018-01-22Switch to nc13-RC1 to nc14-devChristoph Wurst
2017-10-23Cleanup address handlingChristoph Wurst
2017-10-09Merge pull request #540 from nextcloud/refactor/extract-create-transportChristoph Wurst
2017-09-25Remove unused codeChristoph Wurst
2017-09-21Extract Account::createTransport into a SmtpClientFactory classChristoph Wurst
2017-09-18Merge branch 'master' of github.com:/nextcloud/mail into enhancement/debug-im...Christoph Wurst
2017-09-11Cleanup unused controller methodsChristoph Wurst
2017-09-11Always log IMAP and SMTP if debug mode is enabledChristoph Wurst
2017-09-04Fix encoding of saved messagesChristoph Wurst
2017-08-29Merge pull request #483 from nextcloud/test/replace-draftChristoph Wurst
2017-08-29Add integration tests for replies and reply subjectsChristoph Wurst
2017-08-29Add integration test for replacing an existing draftChristoph Wurst
2017-08-28Fix encoding of drafts messagesChristoph Wurst
2017-08-23Merge branch 'master' of github.com:/nextcloud/mail into refactor/background-...Christoph Wurst
2017-08-22Merge branch 'master' of github.com:/nextcloud/mail into refactor/iaccount-se...Christoph Wurst
2017-08-22Merge branch 'master' of github.com:/nextcloud/mail into refactor/background-...Christoph Wurst
2017-08-22Remove unused Account::reconnect methodChristoph Wurst
2017-08-22Use JsonSerializable::jsonSerialize instead of a custom methodChristoph Wurst
2017-08-01Attach local attachments to outgoing messagesChristoph Wurst
2017-07-11Remove manual background syncChristoph Wurst
2017-07-11Fix issues reported by scrutinizerChristoph Wurst
2017-02-09remove dead code and test folder sortingChristoph Wurst
2017-02-09Refactor server-side folder management implementationChristoph Wurst
2016-12-16allow moving messages inside a single accountChristoph Wurst
2016-10-17Use PSR-4 loading for normal filesJoas Schilling