Converts email newsletters to static HTML pages and an Atom feed.
Go to file
Jacob Kiers ea57f625e4
continuous-integration/drone/push Build is passing Details
Add systemd deployment example
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
2022-09-06 23:36:37 +02:00
bin Add missing options to build-feed 2022-08-07 23:17:41 +02:00
systemd Add systemd deployment example 2022-09-06 23:36:37 +02:00
.drone.yml Enable drone integration (#1) 2022-08-04 22:15:05 +00:00
.gitignore Ignore more directories 2022-08-06 23:00:57 +02:00
Cargo.lock Make it a real CLI app 2022-08-07 00:17:24 +02:00
Cargo.toml Manually remove images instead of parsing 2022-08-02 23:19:24 +02:00
README.md Update title 2022-08-09 22:01:52 +02:00
index.html Add landing page 2022-08-09 22:01:15 +02:00

README.md

Newsletter 2 Web

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)?