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-19Use truncate to speed up migrationbug/6468/delete-from-to-truncateDaniel Kesselberg
2022-05-19Merge pull request #6462 from nextcloud/techdebt/dead-send-message-codeChristoph Wurst
2022-05-19Drop dead message sending codeChristoph Wurst
2022-05-19Merge pull request #6495 from nextcloud/fix/lost-outbox-attachmentsAnna
2022-05-18Use workaround for boolean and ocibug/noid/is-html-null-ociDaniel Kesselberg
2022-05-18Merge pull request #6460 from nextcloud/fix/sending-messages-to-groupsChristoph Wurst
2022-05-18Fix attachment loss during outbox message updatefix/lost-outbox-attachmentsChristoph Wurst
2022-05-18Merge pull request #6488 from nextcloud/debt/noid/reduce-log-spamChristoph Wurst
2022-05-17Use ICompositeExpression for self join to properly encode columnsbug/noid/self-join-ociDaniel Kesselberg
2022-05-17Reduce log messages by account auto detectdebt/noid/reduce-log-spamDaniel Kesselberg
2022-05-17Fix sending messages to groupsfix/sending-messages-to-groupsChristoph Wurst
2022-05-16Always serialize outbox message recipients into arraysChristoph Wurst
2022-05-13Merge pull request #6436 from nextcloud/bug/noid/fix-column-typeChristoph Wurst
2022-05-13Fix column type on mysqlDaniel Kesselberg
2022-05-12Merge pull request #6339 from nextcloud/fix/cut-long-preview-textChristoph Wurst
2022-05-12Merge pull request #6434 from nextcloud/fix/do-not-delete-outbox-recipientsChristoph Wurst
2022-05-12Merge pull request #5944 from nextcloud/fix/take-sso-into-consideration-when-...Anna
2022-05-12Merge pull request #6325 from nextcloud/enhancement/cache-provisioningsAnna
2022-05-12Consider passwordless signings when provisioningAnna Larch
2022-05-12Do not delete outbox recipients during migrationChristoph Wurst
2022-05-12Cache provisioning configsAnna Larch
2022-05-12Create new indices,Anna Larch
2022-05-12Merge pull request #6408 from nextcloud/fix/message-headers-from-horde-memory...Anna
2022-05-12Only print debug logs at debug verbosityChristoph Wurst
2022-05-12Fix memory leak when accessing Horde headersChristoph Wurst
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-05-02Cut long preview text into database column sizefix/cut-long-preview-textChristoph 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