Skip to content

Commit

Permalink
Merge pull request #12104 from nextcloud/feat/admin/mail-follow-up-re…
Browse files Browse the repository at this point in the history
…minders

feat(admin): document follow-up reminders in mail
  • Loading branch information
st3iny authored Aug 13, 2024
2 parents d027729 + 7b7f7b3 commit 36bd972
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion admin_manual/groupware/mail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Users can share mailboxes with each other. So far, there is no UI for users to c
LLM Processing
--------------

The Mail app can optionally use large language models to process emails and offer assistance features like thread summaries, smart replies and event agendas.
The Mail app can optionally use large language models to process emails and offer assistance features like thread summaries, smart replies, event agendas and follow-up reminders.

.. note:: The supported languages depend on the used large language model.

Expand All @@ -117,3 +117,13 @@ The feature is opt-in, it is disabled by default and can be enabled in mail admi

Administration settings > Groupware > Mail app > Enable thread summary

Follow-up reminders
-------------------

.. versionadded:: 4.0

The Mail app will automatically remind users when their outgoing emails remain unanswered for
multiple days.
Each sent email will be analyzed by an AI to check whether a reply is expected.

The feature can be enabled through the global :ref:`mail_llm_processing` setting.

0 comments on commit 36bd972

Please sign in to comment.