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
2022-09-20Fix psalm warningsDaniel Kesselberg
2022-09-09Merge pull request #6812 from nextcloud/enh/process-imip-in-backgroundChristoph Wurst
2022-09-09Add imip processingAnna Larch
2022-09-08Remove unneccesary client call from outboxAnna Larch
2022-09-03Update codestyledependabot/composer/vendor-bin/cs-fixer/friendsofphp/php-cs-fixer-3.11.0Daniel Kesselberg
2022-09-02Merge pull request #6935 from nextcloud/enh/2733/html-signaturesChristoph Wurst
2022-09-02Merge pull request #7066 from nextcloud/enhancement/viewer-attachmentsChristoph Wurst
2022-09-02Open attachments with viewerChristoph Wurst
2022-09-02Remember last/start mailboxChristoph Wurst
2022-09-02Create a multipart/related message for html, text and inline imagesDaniel Kesselberg
2022-09-02Transform base64 images to attachmentsDaniel Kesselberg
2022-09-02Add service to parse data uri stringsDaniel Kesselberg
2022-09-02Add field signature mode to mapperDaniel Kesselberg
2022-08-25Remove unneccessary account checkperf/remove-account-checkAnna Larch
2022-08-18Mark avatar has immutableCarl Schwan
2022-08-09Integration test resetting message structure analyzationChristoph Wurst
2022-08-09Merge pull request #6950 from nextcloud/enh/6363/download-raw-messageRichard Steinmetz
2022-08-09Add envelope action links to download whole messageRichard Steinmetz
2022-08-04Ensure message is availableDaniel Kesselberg
2022-07-15Do not chunk changed/vanished UIDS with QRESYNCChristoph Wurst
2022-07-07Split auto config and account creationChristoph Wurst
2022-07-01Add support for XOAUTH2Christoph Wurst
2022-06-15Merge pull request #5981 from nextcloud/fix/handle-null-threadAnna
2022-06-14Handle empty thread root idAnna Larch
2022-06-13Remove failing avatar integration testChristoph Wurst
2022-06-09Better signature detection: always store the HTML version for the CKeditor body.julia.kirschenheuter
2022-06-07Add attachment objects on message forwardbug/6064/frontend-forward-attachmentsDaniel Kesselberg
2022-06-07Fix sending erroneous message repeatedlyChristoph Wurst
2022-05-31Merge pull request #6593 from nextcloud/fix/outbox-address-collectionDaniel
2022-05-31Update phpdoc for local attachment and outboxDaniel Kesselberg
2022-05-31Fix collecting addresses in the backgroundChristoph Wurst
2022-05-25Use UID ranges for IMAP fetch operations during syncChristoph Wurst
2022-05-23Add PHP8.1 supportChristoph Wurst
2022-05-23Prevent causal read for outbox message and recipient insertsChristoph Wurst
2022-05-19Drop dead message sending codeChristoph Wurst
2022-05-17Fix sending messages to groupsfix/sending-messages-to-groupsChristoph Wurst
2022-05-12Merge pull request #5944 from nextcloud/fix/take-sso-into-consideration-when-...Anna
2022-05-12Consider passwordless signings when provisioningAnna Larch
2022-05-12Create new indices,Anna Larch
2022-05-12Only print debug logs at debug verbosityChristoph Wurst
2022-05-12Add more detailed performance logging to occ syncChristoph Wurst
2022-05-09Share Horde_Client between sync and perflags queryenhancement/remove-duplicate-loginAnna Larch
2022-04-28Disable scheduled sending if ajax cron is usedRichard Steinmetz
2022-04-28Revert "Check account for currentness before reprovisioning it"Anna Larch
2022-04-28Check account for currentness before reprovisioning itAnna Larch
2022-04-08Merge pull request #6190 from nextcloud/feature/outboxChristoph Wurst
2022-04-08Replace mapper with outbox service for initial statefix/initial-state-from-serviceAnna Larch
2022-04-07Merge pull request #5976 from pravussum/fix-account-sync-error-in-message-mapperChristoph Wurst
2022-04-07Add a background worker job that flushes the outboxChristoph Wurst
2022-04-07Fix message account sync error if uidCandites list is empty after filteringpravussum