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/Db
AgeCommit message (Expand)Author
2022-08-30Catch invalid UTF-8 during message preview text insertionChristoph Wurst
2022-08-11Show message preview in envelope listChristoph Wurst
2022-08-09Store message (HTML) text preview in db cacheChristoph Wurst
2022-07-18Reduce memory footprint of loading thread dataChristoph 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-13Work around breaking server change and QB expressionsChristoph Wurst
2022-06-09Better signature detection: always store the HTML version for the CKeditor body.julia.kirschenheuter
2022-06-07Fix sending erroneous message repeatedlyChristoph Wurst
2022-05-31Send oldest outbox message firstChristoph Wurst
2022-05-31Update phpdoc for local attachment and outboxDaniel Kesselberg
2022-05-23Add PHP8.1 supportChristoph Wurst
2022-05-23Prevent causal read for outbox message and recipient insertsChristoph 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-18Fix attachment loss during outbox message updatefix/lost-outbox-attachmentsChristoph Wurst
2022-05-17Use ICompositeExpression for self join to properly encode columnsbug/noid/self-join-ociDaniel Kesselberg
2022-05-16Always serialize outbox message recipients into arraysChristoph Wurst
2022-05-12Merge pull request #6339 from nextcloud/fix/cut-long-preview-textChristoph Wurst
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-02Cut long preview text into database column sizefix/cut-long-preview-textChristoph Wurst
2022-04-28Make sure the account provisioning ID is an integerChristoph Wurst
2022-04-13Fix message attachments not sendingAnna Larch
2022-04-08Add undo sending for new messagesgreta
2022-04-07Fix outbox API from/to/cc/bcc propertiesChristoph Wurst
2022-04-07Add a background worker job that flushes the outboxChristoph Wurst
2022-04-07Add outbox backend implementationAnna Larch
2022-03-18DB for outboxAnna Larch
2022-02-23Make sure array_merge has at least one argument if DB returns no resultsThomas Citharel
2022-01-14Fix findNewIds() not aggregating resultsRichard Steinmetz
2022-01-14Revert "Add more logging to IMAP to DB conversion"Anna Larch
2022-01-14Add more logging to IMAP to DB conversionfix/add-logging-pt-2Anna Larch
2022-01-03Merge pull request #5883 from nextcloud/fix/set-bccAnna Larch
2021-12-21Chunk the recipients queryAnna Larch
2021-12-20Set BCC for email recipients queryAnna Larch
2021-12-20Fix mark as spam displaygreta
2021-12-16Use Parameters instead of Named Paramaeters for chunked queriesAnna Larch
2021-12-13Add repair step to fix reply tos that have <> as their contentAnna Larch
2021-12-10Check for empty string in message id and reply toAnna Larch
2021-12-09Merge pull request #5825 from nextcloud/refactor/psalm-autofix-param-typesChristoph Wurst
2021-12-09Add Psalm-generated param typesChristoph Wurst
2021-12-09Add Psalm-generated return typesChristoph Wurst
2021-12-09Fix MessageMapper mailbox_id type to be intChristoph Wurst
2021-12-02(Re)wrap message ID in '<>' brackets before inserting in the dbAnna Larch
2021-11-10Update to Nextcloud coding standard v1Christoph Wurst
2021-09-23Set proper type for provisioning_idDaniel Kesselberg
2021-09-08Allow empty delimiterDaniel Kesselberg