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-05-15 23:22:33 +02:00
_locales typo fixed, ported from 1.0.8 2024-05-15 23:04:02 +02:00
customprompts added the tabindex properties to the new prompt form inputs 2024-05-15 23:22:33 +02:00
images table sorting arrow added. see #12 2024-05-14 18:17:48 +02:00
js ordering prompts in the menu: first the default prompts, then the custom in alphabetical order by "name" 2024-05-15 23:18:47 +02:00
options release notes updated 2024-05-15 22:43:17 +02:00
CHANGELOG.md release notes updated 2024-05-14 23:01:25 +02:00
LICENSE Initial commit 2024-03-30 10:44:56 +01:00
manifest.json version set to 1.1.0pre2 2024-05-15 22:08:53 +02:00
mzta-background.html First working version 2024-04-01 22:58:39 +02:00
mzta-background.js chatgpt url updated 2024-05-15 22:55:21 +02:00
README.md added the changelog 2024-04-28 11:20:40 +02:00

ThunderAI icon 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!

Changelog

ThunderAI's changes are logged here.


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.