Some tools for the IMAP drama

Blallo afb7597f97 Improve error handling in configuration parsing 2 years ago
cli afb7597f97 Improve error handling in configuration parsing 2 years ago
config afb7597f97 Improve error handling in configuration parsing 2 years ago
example 5fb994bd68 Added default_account and Find function 3 years ago
fs 4b283db0f1 Add test on MailFile parsing failure 3 years ago
imaputils 8bd1adca82 Add add verb and message subcommand 3 years ago
worker cee6d56d27 Adding worker stub package 3 years ago
.gitignore d045ad6c2c Add Makefile and ignore files for testing 3 years ago
LICENSE b9e30a3a3d Add license 3 years ago
Makefile 5240185457 Fix Makefile 3 years ago
README.md d906a3c547 Update the roadmap in README.md 3 years ago
go.mod d6db1fec5c Switch to sourcehut 3 years ago
go.sum 87c86a8090 Added cli module with first papero subcommand 3 years ago

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 server
  • paperod: 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