https://github.com/napsy/mailassist
an AI assistant to keep track of your emails
https://github.com/napsy/mailassist
assistant email llm privacy
Last synced: about 1 year ago
JSON representation
an AI assistant to keep track of your emails
- Host: GitHub
- URL: https://github.com/napsy/mailassist
- Owner: napsy
- License: gpl-3.0
- Created: 2024-03-31T09:04:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T10:48:07.000Z (over 2 years ago)
- Last Synced: 2025-04-15T02:11:52.540Z (about 1 year ago)
- Topics: assistant, email, llm, privacy
- Language: Go
- Homepage:
- Size: 286 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AI-powered email assistant
This tool summarizes your emails for you, find action items and prioritizes them, according to your defined bio.
1. the tool can be privacy-aware by using a local ``ollama`` installation
2. OpenAI is supported, if you want better LLM functionality
3. the tool has a nice web UI
## The Code
1. because of abstractions, it is easily to add support for new LLM interfaces
2. this also applies for mail providers (only GMail is supported ATM)

## GMail authentication
If you're running this locally, Google won't be able to redirect back to the web app, once you authenticate.
You can still authenticate by copying the returned state token, once authorized to Google (the code from the URL).
## License
This tool is licensed under GNU GPL (see ).