repositorypackage
0.0.0-20240803123620-d3482ed2651b
Repository: https://github.com/alex-emery/mailfeed.git
Documentation: pkg.go.dev
# README
Mail Feed
Converts emails into an RSS feed.
Usage
- copy .env.sample to .env and fill in
go run .
curl -X POST -H "Content-Type: application/json" -d '{"name": "My Feed"}' localhost:8080/inbox #create an inbox account
- Returned id is what will now be routed to
localhost:8080/rss/<id>
i.e all emails received on<id>@domain.com
will be parsed and available onlocalhost:8080/rss/<id>