mic
6a87381b3c
added an option to always use a plain text summary. see #740
2026-04-05 23:54:56 +02:00
Mic
983d1e3fcf
In the options page is shown if a special prompt is using a specific API. see #676
2026-04-02 00:14:00 +02:00
Mic
ce041fad64
format: json added to Ollama. see #703
2026-04-02 00:09:00 +02:00
mic
83f856d1ae
trasnlate webchat removed. see #247
2026-04-01 00:34:26 +02:00
mic
0b5d410afd
translate_exclude_lang option added (but not used at the moment). see #247 #720
2026-03-29 23:00:01 +02:00
mic
f10beb8097
onreceive translate added. see #247 #721
2026-03-28 11:55:06 +01:00
mic
a931c864d2
summarize now is possibile on also mail receive. see #580 #723
2026-03-28 11:44:09 +01:00
mic
b4e41c0ba0
summarize batch option added
2026-03-28 11:07:40 +01:00
mic
ef7483031d
translate_display_mode and translate_max_display_length added. see #247
2026-03-28 00:21:45 +01:00
mic
32abc00693
mail translation first try. see #247
2026-03-27 23:59:17 +01:00
mic
0d51829c8e
improved _initSummary to chedk the summarize pref. changed summarize_auto, now defaults to 1. see #580
2026-03-26 00:09:06 +01:00
Mic
33fecf3afe
summary: see more / see less added. see #580
2026-03-25 00:01:00 +01:00
mic
58437ad168
summarize_display_mode added. see #580
2026-03-23 23:31:48 +01:00
Mic
65bf9c440c
Merge branch 'summary_on_message_issue580' into main
2026-03-23 18:14:08 +01:00
mic
17572a573f
default value changed for chatgpt_win_save_position. see #685
2026-03-04 21:41:02 +01:00
mic
60d4425f9b
top and left are blank by default
2026-03-03 21:25:35 +01:00
mic
af6927c012
ai win position options added
2026-03-02 21:55:50 +01:00
Ronald Klarenbeek
2df835d46e
Fix auto-summary: inline styles, refresh button, and proper headerMessageId passing
...
- Move CSS inline as requested by maintainer (no external CSS file)
- Add fixed font sizing (14px) to prevent inheritance from email content
- Add refresh button to regenerate summaries
- Fix refresh bug: use summaryData.headerMessageId instead of message.headerMessageId
- Remove deleted message display script and CSS files
2026-02-24 22:17:47 +01:00
mic
2ba069e1be
Merge remote-tracking branch 'origin/v4.0.0' into pr/yonie/579
2026-02-17 22:50:31 +01:00
mic
5c310d1cb0
ChatGPT Web Integration loading wait time option added. see #634
2026-02-15 10:30:22 +01:00
yonie
1630b7c071
Merge branch 'v4.0.0' into main
2026-02-12 21:10:43 +01:00
mic
b4ae956b82
added an option to hide the spam filter info in the message. see #506
2026-02-08 22:30:07 +01:00
yonie
feaaac5e01
Merge branch 'v4.0.0' into main
2026-02-06 10:54:34 +01:00
Mic
1844560027
adding a calendar event from clipboard. see #362
2026-02-06 00:42:00 +01:00
Mic
5a39f1e298
calendar_no_selection option added. see #641
2026-02-06 00:06:00 +01:00
mic
d975e5c249
get_task has now the ability to specify a different API. see #498
2026-02-04 22:39:08 +01:00
mic
f5dcebefb2
get_calendar_events has now the ability to specify a different API. see #498
2026-02-04 22:19:38 +01:00
Mic
3ba98c7d90
Removed the spamfilter_context_menu and add_tags_context_menu options and always show the context menu when the corresponding feature is active. See #609
2026-01-29 23:45:00 +01:00
Guido Kraemer
f147a0453b
remove summarize_context_menu option in favor of summarize option
2026-01-16 12:57:06 +01:00
Guido Kraemer
51c81418a3
handle disabling summarize options button
2026-01-10 23:00:20 +01:00
Guido Kraemer
84a65acd8f
resolve rebase conflicts
2026-01-10 21:22:11 +01:00
yonie
64069958a2
Merge branch 'v3.8.0' into main
2026-01-04 16:02:44 +01:00
mic
b32ce4f756
copyright date updated to 2026
2026-01-03 23:04:01 +01:00
Ronald Klarenbeek
ea402a688b
Merge upstream v3.8.0 changes, preserving auto_summary_enabled setting
2026-01-02 21:05:52 +01:00
mic
e3d927ab29
specific integration settings are now saved at prompt level. see #102
2026-01-01 21:41:48 +01:00
mic
a436bd16b2
chatgpt_api var names fixed
2025-12-29 21:58:09 +01:00
mic
3ef13eec9b
using a dynamic generation for all integration settings
2025-12-29 11:20:11 +01:00
mic
3adb5faab2
working on a dynamic special prompts settings managing system
2025-12-28 23:27:27 +01:00
mic
12e846739e
special prompts temperature is now saved per prompt. see #561
2025-12-28 22:33:25 +01:00
mic
69516bd056
temperature added to OpenAI Compatibile API. see #575
2025-12-28 21:23:09 +01:00
mic
17a0aeb632
temperature added to Ollama API. see #574
2025-12-28 21:12:08 +01:00
mic
dfa4da5b2e
temperature added to Open AI API. see #571
2025-12-27 22:40:51 +01:00
mic
c2d99076b2
temperature added to the Claude API. see #573
2025-12-27 22:21:20 +01:00
mic
f95fbeb00e
temperature added to Google Gemini. see #572
2025-12-26 23:35:42 +01:00
Ronald Klarenbeek
bd66a37d35
feat(summary): add auto-summary preference for message previews
...
- Add new preference option to enable automatic AI summarization
- Update all localization files with new preference text
- Implement preference check in message display script
- Add default preference setting in options configuration
- Include preference toggle in options UI
This adds a user-configurable option to automatically generate and display AI summaries when viewing email messages, with appropriate warnings about data transmission to AI services.
2025-12-26 22:20:13 +01:00
mic
6211fa5a85
Added anthropic_system_prompt option in the options page. See #549
2025-12-07 18:04:03 +01:00
Mic
7c68561901
gemini thinking budget pref added to the options page. see #494
2025-09-08 22:09:00 +02:00
Mic
124b31c830
spamfilter settings page updated. see #438
2025-09-07 20:00:00 +02:00
mic
30c9b3b1ef
add_tags_connection_type default value is no more empty. see #438
2025-09-06 00:43:54 +02:00
Mic
40b6571e04
spamfilter specific model and api default options added. see #438
2025-09-03 23:18:00 +02:00