No description
migrations | ||
pkg | ||
templates | ||
vendor | ||
.gitignore | ||
build.sh | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
main.go | ||
Readme.md |
Minilist
Mailinglisten software for small groups running with imap and smtp with existing mailservers (Even gmail) without any changes in there config. Should be abel to run as cron (e.g. lamda) or as service with a webfrontend for selfservice for users.
Work in Progress
Features
- Work with Plain Text/HTML and Multipart Mails
- Store Attachments and mail content in an S3 compatible storage
- Works with sqlite as Database
- Set In-Replay-Header to current message id for each outgoing mail
- Feature Toggle: Delete message from imap account or move in another folder
- Original Sender dont get the Mail (TODO: make this a config)