nextcloud / mail

💌 Mail app for Nextcloud
https://apps.nextcloud.com/apps/mail
GNU Affero General Public License v3.0
851 stars 263 forks source link

Create a short summary of every email #10388

Open ChristophWurst opened 5 days ago

ChristophWurst commented 5 days ago

Is your feature request related to a problem? Please describe.

As a Nextcloud Mail developer I want to show email summaries in the thread list: https://github.com/nextcloud/mail/issues/10387

Describe the solution you'd like

Process incoming messages in the background. Store the result along with the email so this only happens once.

This feature will process user emails through a large language model. This needs an opt-in from the user.

Describe alternatives you've considered

N/a

Additional context

This is a prerequisite for https://github.com/nextcloud/mail/issues/10387