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 (Collapse)Author
2022-03-24Provide outbox messages as initial stateRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-03-24Implement frontend for outboxRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-02-21Add outbox REST API stubsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-12-09Add Psalm-generated return typesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-09-20Catch throwables, not just exceptions when loading mailboxesChristoph Wurst
Then we can also continue on type errors and just have them logged without breaking the whole user's Mail app with one faulty account. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-24Create anti spam report featureAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-08-04Catch guzzle error in proxyDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-07-14Merge pull request #5198 from nextcloud/enh/5173/ldap-aliases-provisioningChristoph Wurst
LDAP alias provisioning
2021-07-12Move userId to controllerAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-07-06Add provisioning for aliasesDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-07-02Toggle auto tagging for classified messagesAnna Larch
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-15Add validation to account patchingAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-06-10Show each thread once per message listDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-01Move create and update tag to mail managerDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-05-28Add custom user tagsDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-05-28Tagging UIGretaD
Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-28Merge pull request #4968 from nextcloud/enhancement/multi-account-provisioningChristoph Wurst
Add multi account provisioning
2021-05-28Add option to use multiple configs for mail provisioningAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-27Fix decoding emtpy account settingsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-26Load accounts and their settings via initial stateChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-04-27Merge pull request #4969 from nextcloud/enhancement/1400/unread-counterChristoph Wurst
Reintroduce unread counter in app navigation
2021-04-26Reintroduce unread counter in app navigationRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-04-21add option to place signature above quoted textSilvio Zimmer
Signed-off-by: Silvio Zimmer <silvio.zimmer@die-kinderwelt.com>
2021-04-19Allow signatures for aliasesDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-04-12Add filtered routes for draft and threadRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-04-09Normalize envelope tags in vuex storeRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-04-08Merge pull request #4899 from nextcloud/debt/noid/more-aliases-cleanupChristoph Wurst
Cleanup internal alias api
2021-04-08Cleanup internal alias apiDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-04-08Merge pull request #4838 from myrho/warn-many-recipientsAnna Larch
Confirm before sending to many recipients in to/cc
2021-04-01cosmetic thingsMatthias
Signed-off-by: Matthias <git@myrho.net>
2021-03-30Cleanup aliases logicDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-03-26warn before sending to many recipients in to/ccMatthias
Signed-off-by: Matthias <git@myrho.net>
2021-03-22Add tagging to messagesAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-03-15Sync the new draft messages per UIDChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-12Allow adding senders to the address bookKristian Lebold
closes #4458 Signed-off-by: Kristian Lebold <kristian@lebold.info> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-01Add bottom reply modeChristoph Wurst
Adds a simple switch to let the user add their reply text on the bottom instead of on top of the quoted message. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-26Add trusted domainGretaD
Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-26Add Sieve supportDaniel Kesselberg
* Expose managesieve port * Add sieve client factory * Add support for sieve to provisioning * Refactor test connectivity logic and add sieve. * Add support for sieve to provisioning * Add sieve to account form * Add debug logger for ManageSieve * Add api to get and update active script * Add error for managesieve exception * Add text editor to update existing script Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-19Make sure an account exists before updating itChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-18Add attachment dl method, add parts query wrapperAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-01-20Add undo option for trusted sendersGretaD
Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-18Bump nextcloud/coding-standard from 0.4.0 to 0.5.0dependabot-preview[bot]
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.4.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-14Sent and request mdn (read confirmation)Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-12-21Bump nextcloud/coding-standard from 0.3.0 to 0.4.0dependabot-preview[bot]
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-16Merge pull request #3998 from nextcloud/feature/limit-attachment-sizeChristoph Wurst
Allow admins to limit the size of attachements
2020-12-10Change account settings into modalGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-12-07Allow admins to limit the size of attachementsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-03Merge pull request #4103 from nextcloud/feature/remember-trusted-sendersGreta
Remember trusted senders
2020-12-03Allow always showing images from trusted sendersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-01Adds caching for MessageController's getBody functionCyrille Bollu
Signed-off-by: Cyrille Bollu <cyr.debian@bollu.be>