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-09-03Update codestyledependabot/composer/vendor-bin/cs-fixer/friendsofphp/php-cs-fixer-3.11.0Daniel Kesselberg
2022-09-02Create a multipart/related message for html, text and inline imagesDaniel Kesselberg
2022-09-02Transform base64 images to attachmentsDaniel Kesselberg
2022-05-17Fix sending messages to groupsfix/sending-messages-to-groupsChristoph Wurst
2022-05-06Fix flagging replied messagesChristoph Wurst
2022-04-13Fix message attachments not sendingAnna Larch
2022-04-07Add outbox backend implementationAnna Larch
2022-04-04Handle IMAP disconnects more explicitlyChristoph Wurst
2022-03-21Add anti abuse detectionChristoph Wurst
2021-08-24Merge pull request #5222 from nextcloud/enhancement/anti-spamAnna Larch
2021-08-24Create anti spam report featureAnna Larch
2021-08-11Add callback to overwrite the default behavior for <p></p>.Daniel Kesselberg
2021-03-15Log performance of saving a draftChristoph Wurst
2021-03-01Merge branch 'master' into dependabot/composer/vimeo/psalm-4.6.1Cyrille Bollu
2021-02-18Avoid usage of Horde header query as it causes issues with php8Christoph Wurst
2021-02-18Bump vimeo/psalm from 4.4.1 to 4.6.1dependabot[bot]
2021-01-18Bump nextcloud/coding-standard from 0.4.0 to 0.5.0dependabot-preview[bot]
2021-01-14Sent and request mdn (read confirmation)Daniel Kesselberg
2020-12-17Add forward as attachmentChristoph Wurst
2020-12-16Add original attachments when forwarding a mailCyrille Bollu
2020-10-30Store special mailboxes as preference of the accountChristoph Wurst
2020-10-14Mark immutable classes as immutableChristoph Wurst
2020-10-09Fix more type and nullable errorsChristoph Wurst
2020-10-08Fix psalm errorsChristoph Wurst
2020-10-08Fix import of wrong class in mail transmission codeChristoph Wurst
2020-10-08Add psalm auto-generated return typesChristoph Wurst
2020-10-05Migrate remaining usage of ILogger to the PSR logger interfaceChristoph Wurst
2020-09-29Fix missing In-Reply-To and References header for repliesChristoph Wurst
2020-08-24Rework the routingChristoph Wurst
2020-07-15Revive aliases featurePatrick Bender
2020-06-24Add the missing `References` header for sent messagesChristoph Wurst
2020-04-14Update to nextcloud coding standard v0.3.0Christoph Wurst
2020-04-01Do not pass the UID twice when sending a mailChristoph Wurst
2020-03-23Clean up exception handling (of Horde errors)Christoph Wurst
2020-02-26Add psalm and apply auto fixesChristoph Wurst
2019-10-15Add CKEditorChristoph Wurst
2019-09-28Merge pull request #2036 from nextcloud/fix/save-draft-as-draftChristoph 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-05Move message sending and draft saving codeChristoph Wurst
2018-12-28Use DI logger instead of custom one.Pierre Gordon
2018-12-18Merge remote-tracking branch 'origin/master' into refactor/vueChristoph Wurst
2018-11-29Move the Alias/AliasMapper to the QBMapperRoeland Jago Douma
2018-10-31Upload local attachments and add them to the attachment listChristoph Wurst
2018-08-13Fix missing type cast for the attachment IDChristoph Wurst
2018-08-01Make OCA\Mail\Service strictChristoph Wurst
2018-07-24Make IMailTransmission strictChristoph Wurst
2017-10-23Cleanup address handlingChristoph Wurst
2017-09-21Extract Account::createTransport into a SmtpClientFactory classChristoph Wurst