This is a fork of the original ThunderAI repository. It includes changes based on personal preferences. ThunderAI is a Thunderbird Addon that uses the capabilities of ChatGPT, Gemini, Claude or Ollama to enhance email management.
Find a file
2024-04-17 23:05:17 +02:00
_locales If the prompt is more than 30.000 characters, do not procede and give a warning. Fixes #26 2024-04-13 21:48:36 +02:00
images new icon fixes #1 2024-04-05 13:48:20 +02:00
js Fixed a bug with reversed paragraphs in replies. 2024-04-17 23:03:52 +02:00
options Releases notes updated 2024-04-17 23:05:17 +02:00
LICENSE Initial commit 2024-03-30 10:44:56 +01:00
manifest.json using system menus. fixes #23 2024-04-17 21:12:42 +02:00
mzta-background.html First working version 2024-04-01 22:58:39 +02:00
mzta-background.js using system menus. fixes #23 2024-04-17 21:12:42 +02:00
README.md Update README.md 2024-04-10 23:22:40 +02:00

ThunderAI

ThunderAI is a Thunderbird Addon that uses the capabilities of ChatGPT to enhance email management.

It enables users to analyze, write, correct, and optimize their emails, facilitating more effective and professional communication.

ThunderAI is a tool for anyone looking to improve their email quality, both in content and grammar, making the writing process quicker and more intuitive.

There is no need for an API key and is possibile to use this extension even with a free account!


Thanks to:

  • chatgpt.js for providing methods to interact with the ChatGTP frontend.
  • Aify for inspiration and certains methods to process the text from ChatGPT.
The specific references are described in the corresponding source files.