Is your feature request related to a problem? Please describe.
As a user I receive long email threads and I want to efficiently get the gist of them without reading the details.
Describe the solution you'd like
Show a text box below (long) threads with a few sentences of summary of the messages above.
A reference concept can be seen at https://www.youtube.com/watch?v=6DaJVZBXETE&t=25s.
Implementation
An API will be provided to which we can send text and retrieve a summary. Therefore, the Mail app has to be changed to collect a thread's message texts, have the text summarized and show the results in the UI.
Sync vs async processing
If the summary should show instantly, when loading the thread, the processing has to happen in the background and the result persisted with the thread data.
If the summary is generated async, the data can be processed on demand. Depending on the performance of the AI there can be a significant delay.
Opt-out
There will be people who don't want this feature. We should allow them to turn off the feature.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe.
As a user I receive long email threads and I want to efficiently get the gist of them without reading the details.
Describe the solution you'd like
Show a text box below (long) threads with a few sentences of summary of the messages above.
A reference concept can be seen at https://www.youtube.com/watch?v=6DaJVZBXETE&t=25s.
Implementation
An API will be provided to which we can send text and retrieve a summary. Therefore, the Mail app has to be changed to collect a thread's message texts, have the text summarized and show the results in the UI.
Sync vs async processing
If the summary should show instantly, when loading the thread, the processing has to happen in the background and the result persisted with the thread data.
If the summary is generated async, the data can be processed on demand. Depending on the performance of the AI there can be a significant delay.
Opt-out
There will be people who don't want this feature. We should allow them to turn off the feature.
Describe alternatives you've considered
No response
Additional context
No response