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
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-06-22Handle missing fullname in contacts integrationChristoph Wurst
… and fall back to the email as dropdown label. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-22Merge pull request #5189 from nextcloud/fix/noid/sanitize-css-style-sheetsChristoph Wurst
Sanitize urls in css style sheets
2021-06-22Tag messages in classifierAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-06-21Add $ back to label creation processAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-06-16Sanitize urls in css style sheetsRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-06-15Merge pull request #5175 from ↵Anna Larch
nextcloud/fix/wrap-classifier-exceptions-and-remove-throwable Wrap Exceptions in ServiceException and remove Throwable exception
2021-06-15Add validation to account patchingAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-06-14Wrap Exceptions in ServiceException and remove ThrowableAnna 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 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-26Add bg job for label syncAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-04-26Reintroduce unread counter in app navigationRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
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-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 #4840 from ↵Anna Larch
nextcloud/enhancement/rework-duplicate-entries-for-tag-message Rework duplicate entry handling for tags
2021-04-07Change provisioning columnAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-03-31Rework duplicate entry handling for tagsAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-03-30Cleanup aliases logicDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-03-29Merge pull request #4836 from nextcloud/techdept/urllinker-forkChristoph Wurst
Replace abandoned kwi urllinker with a maintained fork
2021-03-29Merge pull request #4765 from nextcloud/fix/initial-sync-lock-full-mailboxChristoph Wurst
Lock the full mailbox when doing a (forced) initial sync
2021-03-29Merge pull request #4785 from nextcloud/respect-allow-group-sharing-settingChristoph Wurst
Respect allow/disallow group sharing setting in group service
2021-03-29Replace abandoned kwi urllinker with a maintained forkChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-25Add time check to hasLocksAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-03-23Respect allow/disallow group sharing setting in group serviceThomas Citharel
Some instances don't want to allow sending emails to everyone in a group Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-03-22Add tagging to messagesAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-03-15Lock the full mailbox when doing a (forced) initial syncChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-15Log performance of saving a draftChristoph 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-09Add logging to syncAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-03-01Merge branch 'master' into dependabot/composer/vimeo/psalm-4.6.1Cyrille Bollu
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-26Save important flag to IMAP if permflags enabledAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-02-24Always set a account name for provisioned accountsDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-02-19Add delete command to OCCAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-02-19Merge pull request #4534 from nextcloud/fix/avoid-horde-header-queryChristoph Wurst
Avoid usage of Horde header query as it causes issues with php8
2021-02-18Add attachment dl method, add parts query wrapperAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-02-18Avoid usage of Horde header query as it causes issues with php8Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-18Bump vimeo/psalm from 4.4.1 to 4.6.1dependabot[bot]
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.4.1 to 4.6.1. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.4.1...4.6.1) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-17Fix envelopes not vanishing on syncRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-02-03Fix filter expressionRoeland Jago Douma
!a OR (a OR b) is always true ;) Now it is also actually doing what the comments say it does. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-20Merge pull request #4250 from nextcloud/add/remember_trusted_user_undoChristoph Wurst
Add undo option for trusted senders
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-19Merge pull request #4362 from nextcloud/enhancement/priority-inbox-enhancedChristoph Wurst
Allow complex expressions in message search queries and enhance the PI
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-15Allow complex expressions in message search queries and enhance the PIChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>