Converts emails into an RSS feed.
- 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>