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/lib
AgeCommit message (Expand)Author
2019-10-02Merge pull request #2060 from nextcloud/refactor/remove-unused-account-list-m...Christoph Wurst
2019-10-02Merge branch 'master' of github.com:/nextcloud/mail into refactor/remove-unus...Christoph Wurst
2019-10-02Merge pull request #2062 from nextcloud/refactor/remove-unused-message-sizeChristoph Wurst
2019-10-02Remove unused fromEmail field from IMAP message jsonChristoph Wurst
2019-10-02Remove unused message size fieldChristoph Wurst
2019-10-02Remove unused date fields from message responseChristoph Wurst
2019-10-02Remove unused \OCA\Mail\Account::listMailboxesChristoph Wurst
2019-10-01Add missing debug log to \OCA\Mail\IMAP\IMAPClientFactory::getClientChristoph Wurst
2019-09-28Merge pull request #2036 from nextcloud/fix/save-draft-as-draftChristoph Wurst
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-27Flag drafts as draftChristoph Wurst
2019-09-26Cache IMAP clients to lower number of connectionsChristoph Wurst
2019-09-09Merge branch 'master' of github.com:/nextcloud/mail into refactor/send-messag...Christoph Wurst
2019-09-09Filter out empty MX'esChristoph Wurst
2019-09-06Do not use multicatch for subclassesChristoph 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-03Improve error handling of the message syncChristoph 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-30Merge pull request #1965 from nextcloud/fix/check_for_emailChristoph Wurst
2019-08-29Check for valid e-mail on avatar url endpointRoeland Jago Douma
2019-08-29Remove unused param from mailbox syncChristoph Wurst
2019-08-29Declare selectable attribute as booleanChristoph Wurst
2019-08-29Add a database cache for mailbox dataChristoph Wurst
2019-08-27Merge pull request #1946 from nextcloud/fix/proper_propertyChristoph Wurst
2019-08-27Properly declare propertyRoeland Jago Douma
2019-08-27Remove duplicate array keyRoeland Jago Douma
2019-05-08Make it possible to mark a folder as readChristoph 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
2019-04-16Sort mailbox and build their hierarchy on the client-sideChristoph Wurst
2019-04-15Translate folder names on the client-sideChristoph Wurst
2019-04-10Some more Controller cleanupRoeland Jago Douma
2019-04-10Merge pull request #1668 from nextcloud/pimp/account_serviceChristoph Wurst
2019-04-10Small cleanup of AccountServiceRoeland Jago Douma
2019-04-10Smal cleanup of the AccountsControllerRoeland Jago Douma
2019-04-09Add support for signaturesChristoph Wurst
2019-03-05Merge branch 'master' of github.com:/nextcloud/mail into feature/account-sett...Christoph Wurst
2019-03-05Fix account deletion with Vue front-endChristoph Wurst
2019-02-01Fix updating and account and log errorsChristoph Wurst
2019-01-24Merge branch 'master' of github.com:/nextcloud/mail into fix/pagecontroller-s...Christoph Wurst
2019-01-24Fix string typehint that causes issues when the user logged outChristoph Wurst
2019-01-24Load account folders with the page and add error handlingChristoph Wurst
2019-01-08FiooFix invalid int type hint for multipart part idsChristoph Wurst
2019-01-08Merge pull request #1411 from nextcloud/fix/delete-aliases-when-deleting-acco...Christoph Wurst
2019-01-08Fix query expressionChristoph Wurst
2018-12-28Use DI logger instead of custom one.Pierre Gordon