From 21e3fbdcc0016666b5895fa189e4edbba2beb1e3 Mon Sep 17 00:00:00 2001 From: Blallo Date: Thu, 1 Apr 2021 18:23:33 +0200 Subject: [PATCH] Add README --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e97d82 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Papero + +This repository holds some golang cli utilities to interact with IMAP servers. +Currently the plans include two such programs: + + - `papero`: a stateless cli tool to grab and/or alter content from the server + - `paperod`: a daemon in charge of keeping in sync the server with local maildirs + +# Roadmap + +## `papero` + +- [ ] read from server + * [x] list the mailbox content + * [x] list messages in a mailbox + * [x] retrieve the content of a message + * [ ] search on a content in a mailbox by criteria (flags, keywords, ...) +- [ ] modify the server + * [x] set the flags on server + * [ ] delete a message in mailbox + * [ ] put a message in mailbox + * [ ] create a mailbox + * [ ] delete a mailbox + +## `paperod` + +TODO