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
2022-05-12Merge pull request #6410 from nextcloud/fix/initial-sync-memory-leak-cacheChristoph Wurst
2022-05-12Merge pull request #6409 from nextcloud/fix/message-body-stream-memory-leakChristoph Wurst
2022-05-12Merge pull request #6419 from nextcloud/enhancement/performance-logger-memory...Christoph Wurst
2022-05-12Turn off cache for initial sync to prevent a memory leakChristoph Wurst
2022-05-12Merge pull request #6417 from nextcloud/enhancement/more-performance-logging-...Christoph Wurst
2022-05-12Include memory consumption in performance loggingChristoph Wurst
2022-05-12Add more detailed performance logging to occ syncChristoph Wurst
2022-05-12Print the memory consumption of a long occ syncChristoph Wurst
2022-05-11Close streams after reading message partsfix/message-body-stream-memory-leakChristoph Wurst
2022-05-11Merge pull request #6323 from nextcloud/enhancement/remove-duplicate-loginAnna
2022-05-11Merge pull request #6403 from nextcloud/fix/db-message-mapper-get-id-for-uid-...Anna
2022-05-10Delete unused \OCA\Mail\Db\MessageMapper::getTagschore/delete-unused-db-message-mapper-get-tagsChristoph Wurst
2022-05-10Close cursor in \OCA\Mail\Db\MessageMapper::getIdForUidfix/db-message-mapper-get-id-for-uid-close-cursorChristoph Wurst
2022-05-09Share Horde_Client between sync and perflags queryenhancement/remove-duplicate-loginAnna Larch
2022-05-06Fix flagging replied messagesChristoph Wurst
2022-04-28Merge pull request #6326 from nextcloud/fix/account-provisioning-id-integerChristoph Wurst
2022-04-28Merge pull request #6309 from nextcloud/fix/6195/disable-scheduled-send-ajaxChristoph Wurst
2022-04-28Disable scheduled sending if ajax cron is usedRichard Steinmetz
2022-04-28Make sure the account provisioning ID is an integerChristoph Wurst
2022-04-28Revert "Check account for currentness before reprovisioning it"Anna Larch
2022-04-28Check account for currentness before reprovisioning itAnna Larch
2022-04-27Build threads conditionallyenhancement/conditional-threadingChristoph Wurst
2022-04-14Make nullableAnna Larch
2022-04-131. Revert "Triming IMAP and SMTP hosts on setup."Ad5001
2022-04-13Triming IMAP and SMTP hosts on setup.Ad5001
2022-04-13Fix message attachments not sendingAnna Larch
2022-04-13Mark database message as replied toAnna Larch
2022-04-12Merge pull request #5872 from nextcloud/enh/4823/async-itinerariesAnna
2022-04-08Add undo sending for new messagesgreta
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-07Fix outbox API from/to/cc/bcc propertiesChristoph Wurst
2022-04-07Merge pull request #6162 from nextcloud/feature/outbox-worker-jobChristoph 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
2022-04-07Add sendAt timestampAnna Larch
2022-04-07Add outbox backend implementationAnna Larch
2022-04-04Merge remote-tracking branch 'origin/main' into chore/update-feature-outbox-IIIChristoph Wurst
2022-04-04Handle IMAP disconnects more explicitlyChristoph Wurst
2022-04-01Improve account setup error reportingChristoph Wurst
2022-03-28Load itineraries asynchronouslyenh/4823/async-itinerariesRichard Steinmetz
2022-03-25Merge remote-tracking branch 'origin/main' into chore/update-feature-outbox-IIChristoph Wurst
2022-03-24Provide outbox messages as initial stateRichard Steinmetz
2022-03-24Implement frontend for outboxRichard Steinmetz
2022-03-21Add anti abuse detectionChristoph Wurst
2022-03-18DB for outboxAnna Larch
2022-03-18Merge remote-tracking branch 'origin/main' into chore/update-feature-outboxChristoph Wurst
2022-02-25Make Psalm happy by checking for constant existenceChristoph Wurst
2022-02-23Make sure array_merge has at least one argument if DB returns no resultsThomas Citharel
2022-02-21Add outbox REST API stubsChristoph Wurst