Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T10:48:07.000Z (8 months ago)
- Last Synced: 2024-03-31T11:29:02.116Z (8 months ago)
- Topics: assistant, email, llm, privacy
- Language: Go
- Homepage:
- Size: 286 KB
- Stars: 0
- Watchers: 1
- 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)![alt text](mailassist.png)
## 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 ![LICENSE.md](LICENSE.md)).