No description
Find a file
2025-03-26 00:42:22 +01:00
migrations feat: Add Unsubscribe Header Links 2025-03-11 18:56:25 +01:00
pkg chore: contact page 2025-03-26 00:42:22 +01:00
templates chore: contact page 2025-03-26 00:42:22 +01:00
vendor stuff 2025-03-07 00:54:25 +01:00
.gitignore stuff 2025-03-08 23:56:09 +01:00
build.sh chore: remove cron docker file 2025-03-11 11:59:33 +01:00
Dockerfile chore: remove cron docker file 2025-03-11 11:59:33 +01:00
go.mod stuff 2025-03-07 00:54:25 +01:00
go.sum stuff 2025-03-07 00:54:25 +01:00
main.go stuff 2025-03-07 00:54:25 +01:00
Readme.md chore: remove unused function and update readme 2025-01-30 21:31:46 +01:00

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)