Converts email newsletters to static HTML pages and an Atom feed.
Go to file
Jacob Kiers 431c26a358 Initial commit
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
2022-06-07 22:27:28 +02:00
src Initial commit 2022-06-07 22:27:28 +02:00
.gitignore Initial commit 2022-06-07 22:27:28 +02:00
Cargo.lock Initial commit 2022-06-07 22:27:28 +02:00
Cargo.toml Initial commit 2022-06-07 22:27:28 +02:00
README.md Initial commit 2022-06-07 22:27:28 +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

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