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-11-21Add php7.4 supportChristoph Wurst
2019-11-21Fix ical importChristoph Wurst
2019-11-05Clean up array access in content dispositon codeChristoph Wurst
2019-11-05Fall back to attachment name from content type if it's not set in content-dis...Christoph 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-22Fix missing parent constructor callChristoph Wurst
2019-10-18Deprecate account IMAP connection methodChristoph Wurst
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-16Pimp Address.phpRoeland Jago Douma
2019-10-15Add CKEditorChristoph Wurst
2019-10-08Do not fetch headers if we don't use themChristoph Wurst
2019-10-07Clean up searching for messages (#2058)Christoph Wurst
2019-10-07Remove \OCA\Mail\Account::createMailbox (#2056)Yih Yang
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