Some tools for the IMAP drama
- Go 99.7%
- Makefile 0.3%
| cli | ||
| config | ||
| example | ||
| fs | ||
| imaputils | ||
| worker | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
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 serverpaperod: a daemon in charge of keeping in sync the server with local maildirs
Roadmap
papero
- read from server
- list the mailbox content
- list messages in a mailbox
- retrieve the content of a message
- search on a content in a mailbox by criteria (flags, keywords, ...)
- list active subscriptions
- modify the server
- set the flags on server
- put a message in mailbox
- delete a message in mailbox
- create a mailbox
- delete a mailbox
- create a subscription
- delete a subscription
paperod
TODO