Some tools for the IMAP drama
Iet uz failu
2021-04-01 18:25:43 +02:00
cli Switch to sourcehut 2021-04-01 18:09:04 +02:00
config Switch to sourcehut 2021-04-01 18:09:04 +02:00
example Added default_account and Find function 2021-01-31 01:14:00 +01:00
fs Add test on MailFile parsing failure 2021-01-18 21:14:19 +01:00
imaputils Switch to sourcehut 2021-04-01 18:09:04 +02:00
worker Adding worker stub package 2021-01-09 17:05:54 +01:00
.gitignore Add Makefile and ignore files for testing 2021-03-18 23:54:34 +01:00
go.mod Switch to sourcehut 2021-04-01 18:09:04 +02:00
go.sum Added cli module with first papero subcommand 2021-01-31 19:12:28 +01:00
LICENSE Add license 2021-04-01 18:10:42 +02:00
Makefile Add Makefile and ignore files for testing 2021-03-18 23:54:34 +01:00
README.md Add README 2021-04-01 18:25:43 +02:00

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, ...)
  • modify the server
    • set the flags on server
    • delete a message in mailbox
    • put a message in mailbox
    • create a mailbox
    • delete a mailbox

paperod

TODO