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
2025-09-03 23:18:00 +02:00
.github Update bug_report.yml 2025-06-15 23:39:08 +02:00
_locales work in progress, saving a point before working on generalizing the connetiontype html code. see #438 2025-09-02 22:45:00 +02:00
api_webchat Show the prompt id and name to the information in the AI API chat. See #436 2025-08-31 15:51:00 +02:00
images svg loading icon with transparent background. see #295 2025-03-19 21:36:42 +01:00
js getConnectionType method added 2025-09-03 23:18:00 +02:00
options spamfilter specific model and api default options added. see #438 2025-09-03 23:18:00 +02:00
pages saving connection type and model per prompt. see #438 2025-09-03 23:13:00 +02:00
popup asking for the correct permission when using the Anthropic API. Fixes #389 2025-05-23 23:24:39 +02:00
CHANGELOG.md release notes updated 2025-09-03 22:43:00 +02:00
LANG.md Add Russian translation and update release notes 2025-07-05 21:12:12 +02:00
LICENSE Initial commit 2024-03-30 10:44:56 +01:00
manifest.json version set to 3.7.0 2025-08-28 20:44:00 +02:00
mzta-background.html First working version 2024-04-01 22:58:39 +02:00
mzta-background.js always trying to remove the add tags menu item before creating it 2025-09-03 22:43:00 +02:00
README.md Update README.md 2025-08-28 07:43:44 +02:00
VENDORS.md VENDORS.md file added. fixes #458 2025-08-02 00:24:59 +02:00

ThunderAI icon ThunderAI

ThunderAI is a Thunderbird Addon that uses the capabilities of ChatGPT, Google Gemini, Anthropic or Ollama to enhance email management.

It enables users to analyse, write, correct, assign tags, create calendar events or tasks 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.

You can also define, export and import your own custom prompts!

In any custom prompt you can use additional data placeholders!

Using an API integration, you can activate some automatic features:

  • Tagging incoming emails
  • Moving spam emails to the junk folder

Note

Available Integrations

  • ChatGPT Web
    • There is no need for an API key!
    • You can use a free account!

  • OpenAI API
    • Connect directly to ChatGPT using your API key.

  • Google Gemini
    • You can use also the System Instructions option if needed.

  • Using Ollama
    • Just remember to add OLLAMA_ORIGINS = moz-extension://* to the Ollama server environment variables.
    • More info about CORS

  • OpenAI Compatible API
    • You can also use a local OpenAI Compatible API server, like LM Studio or Mistral AI!
    • There is also an option to remove the "v1" segment from the API url, if needed, and to manually set the model name if the server doesn't have a models list endpoint.

  • Anthropic API
    • Use Claude directly!

Translations

Do you want to help translate this addon?

Find out how!


Changelog

ThunderAI's changes are logged here.


Privacy and Permissions

You can find all the information on this page.


Support this addon!

Are you using this addon in your Thunderbird?
Consider to support the development making a small donation. Click here!


Attributions

Translations

Do you want to help translate this addon? Find out how!
The language status represents the percentage of translated strings in the latest stable release.


Graphics

  • ChatGPT-4 for the help with the addon icon ;-)
  • loading.io for the loading SVGs
  • Fluent Design System for the Custom Prompts table sorting icons
  • JessiGue for the show/hide icon for api key fields

Miscellaneous