newsletter-to-web/README.md

26 lines
561 B
Markdown

# Newsletter to HTML
Converts a newsletter to static HTML files.
## Features
### Receive email
* [X] IMAP integration
* [ ] Direct feeding of email message
* [ ] Read from Maildir
* [ ] Read from MBOX
### Convert email to HTML
* [X] Generate static HTML files
* [ ] Parse and add unsubscribe link
* [ ] Where possible: remove tracking pixels / images
* [X] Prevent loading of scripts / images without user interaction
### Create ATOM feed
* [X] Single feed for everything
* [ ] One feed per newsletter
* [ ] Index feed (containing all newsletters)?