sophuwu.site > mailboxxer
added readme
sophuwu sophie@skisiel.com
Fri, 10 Jan 2025 22:24:54 +0100
commit

0a1db7282d5e9fd33a70b61da6673c73b30d2ec8

parent

84c64bce8cbbbb2283f2e134c44b3de167df9481

1 files changed, 25 insertions(+), 0 deletions(-)

jump to
A READEME.md

@@ -0,0 +1,25 @@

+# mailboxxer + +An application to view your postfix inbox. + +## Features + +- Parses headers, body, and attachments from emails +- Saves metadata in a SQLite database for easy searching +- Saves attachments and bodies in a directory for easy access +- CLI for viewing emails + - Parses HTML and text emails to display in terminal + - Doesn't show attachments or inline images +- Web interface for viewing emails + - Parses HTML and text emails to display in browser + - Removes script tags from HTML emails to prevent XSS + - Display HTML inside an iframe to prevent XSS + - Displays inline images + - Shows attachments + +## Prerequisites + +Set up postfix to save emails to `$HOME/.mailbox/inbox/` and run the following command to create the database: + +## License +MIT