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
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
2020-05-28Fix usage of wrong constant for sync newChristoph Wurst
2020-05-27Fix sync'ing with many known UIDsChristoph Wurst
2020-05-19Ensure "subscribed" flag is transferred from imap serverHolger Dehnhardt
2020-04-28Fix endless initial sync due to empty partial pageChristoph Wurst
2020-04-27Merge pull request #2980 from nextcloud/enhancement/incomplete-sync-progressChristoph Wurst
2020-04-24Log the progress of an incomplete syncChristoph Wurst
2020-04-24Fix the namespace of UidValidityChangedExceptionChristoph Wurst
2020-04-16Fix lower bound when fetching a range of IMAP messages for the syncChristoph Wurst
2020-04-14Update to nextcloud coding standard v0.3.0Christoph Wurst
2020-04-07Lower the memory footprint of the initial message cache syncChristoph Wurst
2020-03-26Refactor message flag logic into a service methodChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst