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/Model
AgeCommit message (Expand)Author
2022-05-23Add PHP8.1 supportChristoph Wurst
2022-05-12Fix memory leak when accessing Horde headersChristoph Wurst
2022-04-07Add outbox backend implementationAnna Larch
2021-08-24Create anti spam report featureAnna Larch
2021-08-11Do not trim null message IDsChristoph Wurst
2021-08-06fix: handle invalid imap message idRobert Timm
2021-07-14Show inline attachments for plain text emails.Daniel Kesselberg
2021-07-14Bump psalm/phar from 4.7.1 to 4.8.1dependabot[bot]
2021-06-22Tag messages in classifierAnna Larch
2021-06-21Add $ back to label creation processAnna Larch
2021-06-15Cast Evolution Labels to our implementationAnna Larch
2021-06-10Merge pull request #5080 from nextcloud/fix/4463/adds-text-calendar-attachmen...Christoph Wurst
2021-05-28Add custom user tagsDaniel Kesselberg
2021-05-28Adds a fallback when attachment is a text/calendar an no attachmentCyrille Bollu
2021-05-28Adds support for text/calendar attachmentsCyrille Bollu
2021-04-26Correctly truncate multibyte strings to fit into the databaseThomas Citharel
2021-04-15Filter nonjunk and forwardedAnna Larch
2021-03-25Uses Horde_Mime_Part->isAttachment() as much as possible.Cyrille Bollu
2021-03-22Add tagging to messagesAnna Larch
2021-03-11Do not forward inline images at attachmentsCyrille Bollu
2021-03-10Generate an IMAP message ID when it's missingChristoph Wurst
2021-02-26Save important flag to IMAP if permflags enabledAnna Larch
2021-02-18Avoid usage of Horde header query as it causes issues with php8Christoph Wurst
2021-02-02Avoids using iconv with '//IGNORE' flag if possibleCyrille Bollu
2021-02-01Makes sure email subject is valid UTF-8Cyrille Bollu
2021-01-18Bump nextcloud/coding-standard from 0.4.0 to 0.5.0dependabot-preview[bot]
2021-01-14Sent and request mdn (read confirmation)Daniel Kesselberg
2020-12-17Add forward as attachmentChristoph Wurst
2020-12-16Add original attachments when forwarding a mailCyrille Bollu
2020-10-14Mark immutable classes as immutableChristoph Wurst
2020-10-13Fix documented type errorsChristoph Wurst
2020-10-09Fix more type and nullable errorsChristoph Wurst
2020-10-09Fix wrong documented typeChristoph Wurst
2020-10-08Fix psalm errorsChristoph Wurst
2020-09-29Fix missing In-Reply-To and References header for repliesChristoph Wurst
2020-09-24Merge pull request #3637 from nextcloud/fix/3297/set-mime-type-to-attachmentsv1.5.0-beta3Christoph Wurst
2020-09-24Gets mime type of uploaded attachmentsCyrille Bollu
2020-09-23Add a debug-only file download for threading dataChristoph Wurst
2020-08-24Rework the routingChristoph Wurst
2020-07-17Clean up mix up of ID, UID and UUIDChristoph Wurst
2020-07-03Store the `references`, `in-reply-to` and the thread root idChristoph Wurst
2020-05-12Simplify seen/unseen flag to the IMAP standardChristoph Wurst
2020-05-12Add mark as junkGretaD
2020-04-23Make it possible to mark messages importantChristoph Wurst
2020-04-14Update to nextcloud coding standard v0.3.0Christoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-02-26Add psalm and apply auto fixesChristoph Wurst
2020-02-10Add a lazy structure analyzation to get the attachments icon backChristoph Wurst
2020-01-31Add a cache for IMAP message in the databaseChristoph Wurst
2020-01-24Show embedded messages as attachmentsChristoph Wurst