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
AgeCommit message (Expand)Author
2021-07-12Move userId to controllerAnna Larch
2021-07-02Toggle auto tagging for classified messagesAnna Larch
2021-06-22Tag messages in classifierAnna Larch
2021-06-14Wrap Exceptions in ServiceException and remove ThrowableAnna Larch
2021-05-26Add bg job for label syncAnna Larch
2021-02-26Save important flag to IMAP if permflags enabledAnna Larch
2020-12-21Bump nextcloud/coding-standard from 0.3.0 to 0.4.0dependabot-preview[bot]
2020-11-30Handle special mailbox sync when they don't existChristoph Wurst
2020-11-26Fix previous drafts not being deleted from the cacheRichard Steinmetz
2020-11-24Add unread mail dashboard widgetRichard Steinmetz
2020-10-30Store special mailboxes as preference of the accountChristoph Wurst
2020-10-15Apply Psalm autofixesChristoph Wurst
2020-10-05Migrate remaining usage of ILogger to the PSR logger interfaceChristoph Wurst
2020-10-04Migrate listeners to the PSR loggerChristoph Wurst
2020-09-29Fix missing In-Reply-To and References header for repliesChristoph Wurst
2020-09-28Fix flattening of threads for database updateChristoph Wurst
2020-09-23Add debug output to sync processes triggered via the CLIChristoph Wurst
2020-08-24Rework the routingChristoph Wurst
2020-08-10Implement dashboard panelJulius Härtl
2020-07-13Do not build an array with all messages but just the dirty onesChristoph Wurst
2020-07-13Build threads after each IMAP syncChristoph Wurst
2020-06-08Also catch throwable's during account syncChristoph Wurst
2020-06-03Catch importance classification exception during syncChristoph Wurst
2020-05-19Fix user data cleanup after user deletionChristoph Wurst
2020-05-13Add a ML-based classifier for important messagesChristoph Wurst
2020-05-05Delete all user's accounts when the user is deletedChristoph Wurst
2020-05-04Don't mark as important in archive, draft, junk, sent or trashChristoph Wurst
2020-04-23Add classifier for new messagesChristoph Wurst
2020-04-14Update to nextcloud coding standard v0.3.0Christoph Wurst
2020-04-07Improve logging when the sent folder can't be createdChristoph Wurst
2020-03-26Update the message cache when a message is flaggedChristoph Wurst
2020-03-26Ignore the event if the interaction even class does not existChristoph Wurst
2020-03-26Dispatch an interaction event for sent messagesChristoph Wurst
2020-02-10Delete cached messages when deleting them on IMAPChristoph Wurst
2020-02-03Only collect addresses if user hasn't opt'ed outChristoph Wurst
2019-09-27Make \OCA\Mail\Model\RepliedMessageData nullable, not its propertiesChristoph Wurst
2019-09-27Refactor \OCA\Mail\Mailbox::getMessageChristoph Wurst
2019-09-06Do not use multicatch for subclassesChristoph Wurst
2019-09-05Move message sending and draft saving codeChristoph Wurst
2019-09-04Clean up the code responsible for deleting a messageChristoph Wurst