| .github | ||
| _locales | ||
| api_webchat | ||
| images | ||
| js | ||
| options | ||
| pages | ||
| popup | ||
| CHANGELOG.md | ||
| LICENSE | ||
| manifest.json | ||
| mzta-background.html | ||
| mzta-background.js | ||
| README.md | ||
ThunderAI
ThunderAI is a Thunderbird Addon that uses the capabilities of ChatGPT or Ollama to enhance email management.
It enables users to analyse, 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.
You can also define, export and import your own custom prompts!
In any custom prompt you can use additional data placeholders!
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 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.
Tip
Using an OpenAI Compatible API
You can also use a local OpenAI Compatible API server, like LM Studio!
There is also an option to remove the "v1" segment from the API url, if needed.
Translations
Do you want to help translate this addon?
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
- English (en-US): Mic
- French (fr): Generated automatically
- German (de): Generated automatically
- Italian (it): Mic
- Polski (pl): neexpl
- Português Brasileiro (pt-br): Bruno Pereira de Souza
Graphics
- ChatGPT-4 for the help with the addon icon ;-)
- loading.io for the dynamic menu loading SVG
- Fluent Design System for the Custom Prompts table sorting icons
- JessiGue for the show/hide icon for api key fields
Miscellaneous
- chatgpt.js for providing methods to interact with the ChatGPT web frontend
- Julian Harris for his project chatgpt-frontend-nobuild, that has been used as a starting point for the API Web Interface
- Aify for inspiration