sophuwu.site > mailboxxer
add flags to readme
sophuwu sophie@skisiel.com
Fri, 10 Jan 2025 22:37:38 +0100
commit

7316fb982350d156de78a1be551a6c6677ec89de

parent

7bad5e2ea83e14fb5379081d8233dcab0bbbba21

2 files changed, 11 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -21,5 +21,15 @@ ## Prerequisites

Set up postfix to save emails to `$HOME/.mailbox/inbox/` and run the following command to create the database: + +## Flags + +`--cli` runs the cli interface + +`--web` runs the webinterface on port 4131 + +If none are given, will parse and save new emails, then exit. + + ## License MIT
M go.modgo.mod

@@ -1,4 +1,4 @@

-module sophuwu.site/mailbox +module sophuwu.site/mailboxxer go 1.22.5