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/IMAP
AgeCommit message (Expand)Author
2022-04-07Add outbox backend implementationAnna Larch
2022-04-04Handle IMAP disconnects more explicitlyChristoph Wurst
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
2021-12-09Add Psalm-generated param typesChristoph Wurst
2021-12-09Merge pull request #5800 from nextcloud/debug/imap-message-mapper-find-by-idsChristoph Wurst
2021-12-09Add debug logs to the imap message mapper findByIdsChristoph Wurst
2021-12-09Fix initial sync stopping prematurelyChristoph Wurst
2021-10-18Merge pull request #5533 from vkrause/work/fix-messagemapper-get-html-bodyChristoph Wurst
2021-09-29Make the sync response generic so it can hold two types of messagesChristoph Wurst
2021-09-13Use the same IMAP query for the HTML body part as for attachmentsVolker Krause
2021-09-08Allow empty delimiterDaniel Kesselberg
2021-06-15Lower the chunk size for IMAP syncsChristoph Wurst
2021-06-15Specify which account had a sync errorChristoph Wurst
2021-06-15Document MailboxSync::persist argumentsChristoph Wurst
2021-05-26Add bg job for label syncAnna Larch
2021-05-07Fix reading missing mailbox statsChristoph Wurst
2021-04-26Reintroduce unread counter in app navigationRichard Steinmetz
2021-03-01Do now allow messages to be their own parents in threadingChristoph Wurst
2021-02-19Merge pull request #4318 from jmechnich/fix-for-unreadable-mailboxesChristoph Wurst
2021-02-19Merge pull request #4534 from nextcloud/fix/avoid-horde-header-queryChristoph Wurst
2021-02-18Add attachment dl method, add parts query wrapperAnna Larch
2021-02-18Avoid usage of Horde header query as it causes issues with php8Christoph Wurst
2021-01-18ignore folders which cause errors on accessjmechnich
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-30Use a Github action for integration testsChristoph Wurst
2020-10-14Merge pull request #3560 from IchbinkeinReh/fix-mailbox-does-not-support-mod-...Christoph Wurst
2020-10-14Catch mailbox does not support mod-sequences error and force a full sync if i...Patrick Bender
2020-10-13Fix documented type errorsChristoph Wurst
2020-10-09Fix more type and nullable errorsChristoph Wurst
2020-10-08Fix nullable return types reported by PsalmChristoph Wurst
2020-10-04Migrate \OCA\Mail\IMAP\* to the logger interfaceChristoph Wurst
2020-09-30Merge pull request #3683 from nextcloud/enhancement/thread-export-commandGreta
2020-09-29Remove debugging code that stops the threading process for some accountsChristoph Wurst
2020-09-29Optionally redact the exported thread dataChristoph Wurst
2020-09-29Add a CLI command to export all threading dataChristoph Wurst
2020-09-23Add debug output to sync processes triggered via the CLIChristoph Wurst
2020-09-01Add rename mailbox optionGretaD
2020-09-01Detect and persist the personal namespaceChristoph Wurst
2020-08-24Rework the routingChristoph Wurst
2020-08-11Move some usage of the old Folder to the more versatile MailboxChristoph Wurst
2020-08-10Add delete action for foldersGretaD
2020-07-13Merge pull request #3357 from nextcloud/enhancement/threading-two-similar-thr...Christoph Wurst
2020-07-13Build threads after each IMAP syncChristoph Wurst
2020-07-10Do not merge two threads that have the same subjectChristoph Wurst
2020-07-08Add performance logging to threadingChristoph Wurst
2020-07-08Implement the jwz threading algorithmChristoph Wurst
2020-07-03Store the `references`, `in-reply-to` and the thread root idChristoph Wurst