Categorygithub.com/PerpetualCreativity/mailctl
modulepackage
0.1.0
Repository: https://github.com/perpetualcreativity/mailctl.git
Documentation: pkg.go.dev

# README

mailctl (in alpha)

modern console-based email app (not TUI!)

Thanks for checking out mailctl!

installation

Currently, as mailctl is in alpha, the only way to install it is through go:

go install github.com/PerpetualCreativity/mailctl@latest

config

Run mailctl init to put a sample configuration file at ~/.mailctl.yml. Alternatively, you can view the sample in GitHub.

usage

The name of the executable is mailctl (you may wish to alias this). You can specify which account to use for any command with -a 1

commandsupported?function
list [folder]yesLists emails in folder (if folder is not specified, a select menu will appear)
view idyesView an email or a draft. Requires email or draft id.
newyesWrite a new email.
send idyesSend a draft. Requires draft id.
move idyesMove an email or draft to a different folder. Requires email or draft id.
searchnoSearch for an email. Syntax not defined yet.

# Packages

No description provided by the author
No description provided by the author