Converts email newsletters to static HTML pages and an Atom feed.
Go to file
Jacob Kiers 118a30df67
continuous-integration/drone/pr Build encountered an error Details
continuous-integration/drone/push Build is passing Details
Generate an Atom feed from the newsletters
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
2022-08-05 02:27:10 +02:00
bin Generate an Atom feed from the newsletters 2022-08-05 02:27:10 +02:00
.drone.yml Enable drone integration (#1) 2022-08-04 22:15:05 +00:00
.gitignore Add writing of HTML file 2022-06-10 13:46:07 +02:00
Cargo.lock Generate an Atom feed from the newsletters 2022-08-05 02:27:10 +02:00
Cargo.toml Manually remove images instead of parsing 2022-08-02 23:19:24 +02:00
README.md Generate an Atom feed from the newsletters 2022-08-05 02:27:10 +02:00

README.md

Newsletter to HTML

Converts a newsletter to static HTML files.

Features

Receive email

  • IMAP integration
  • Direct feeding of email message
  • Read from Maildir
  • Read from MBOX

Convert email to HTML

  • Generate static HTML files
  • Parse and add unsubscribe link
  • Where possible: remove tracking pixels / images
  • Prevent loading of scripts / images without user interaction

Create ATOM feed

  • Single feed for everything
  • One feed per newsletter
  • Index feed (containing all newsletters)?