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-05-27Merge pull request #6543 from nextcloud/bug/6064/forward-attachmentsRichard Steinmetz
2022-05-25Use UID ranges for IMAP fetch operations during syncChristoph Wurst
2022-05-25Skip not requested partsbug/6064/forward-attachmentsDaniel Kesselberg
2022-05-23Add PHP8.1 supportChristoph 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-12Turn off cache for initial sync to prevent a memory leakChristoph Wurst
2022-05-12Add more detailed performance logging to occ syncChristoph Wurst
2022-05-11Close streams after reading message partsfix/message-body-stream-memory-leakChristoph Wurst
2022-04-08Merge pull request #6190 from nextcloud/feature/outboxChristoph Wurst
2022-04-07Fix message account sync error if uidCandites list is empty after filteringpravussum
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