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
Mic 55764afaf7
Translated using Weblate (Portuguese (Brazil))
Currently translated at 73.8% (277 of 375 strings)

Translation: ThunderAI for Thunderbird/main
Translate-URL: https://hosted.weblate.org/projects/thunderai/main/pt_BR/
2025-05-21 22:47:59 +02:00
.github Update feature_request.md 2025-05-03 23:09:06 +02:00
_locales Translated using Weblate (Portuguese (Brazil)) 2025-05-21 22:47:59 +02:00
api_webchat Fix message formatting to display line breaks correctly in the messages area 2025-05-21 21:55:19 +02:00
images svg loading icon with transparent background. see #295 2025-03-19 21:36:42 +01:00
js OpenAI Comp services shorcut added. see #378 2025-05-21 22:35:36 +02:00
options release notes updated 2025-05-21 22:40:53 +02:00
pages Fix ID of unsaved changes prompt in spamfilter HTML 2025-05-20 23:22:36 +02:00
popup remove debug console logs from mzta-custom-prompts.js and mzta-popup.js 2025-04-28 21:08:00 +02:00
CHANGELOG.md release notes updated 2025-05-21 22:40:53 +02:00
LANG.md production languages list updated 2025-03-15 08:58:50 +01:00
LICENSE Initial commit 2024-03-30 10:44:56 +01:00
manifest.json version set to 3.5.0 2025-05-15 21:46:05 +02:00
mzta-background.html First working version 2024-04-01 22:58:39 +02:00
mzta-background.js fixed incoming mail elaboration when add_tags is false and add_tags_auto is true 2025-05-21 17:54:32 +02:00
README.md update README to include Anthropic as a supported API 2025-05-21 18:13:13 +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

Tip

Using ChatGPT

There is no need for an API key and is possibile to use this extension even with a free account, using the ChatGPT web interface!

If you want to connect with the OpenAI API integration, instead, you can use an API Key!


Tip

Using Google Gemini

Connect directly with Google Gemini API, using also the System Instructions option if needed.


Tip

Using Ollama

It's also possible to use a local Ollama server!

Just remember to add OLLAMA_ORIGINS = moz-extension://* to the Ollama server environment variables.

More info about CORS


Tip

Using an 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.


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

  • Chinese (Simplified): jeklau
  • Czech (cs): Fjuro, Jaroslav Staněk
  • English (en-US): Mic
  • French (fr): Generated automatically, Noam
  • German (de): Generated automatically
  • Italian (it): Mic
  • Polski (pl): neexpl, makkacprzak
  • Português Brasileiro (pt-br): Bruno Pereira de Souza

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