Mercurial > projects > sievemgr
view go.mod @ 5:4dff4c3f0fbb
Introduce configuration file where account information is specified
Introduce a configuration file where account information must be specified
instead of passing it with each invocation on the command line. Each account
has a name by which it can be selected and one may be specified as the default
account. This is intended to improve usability for productive usage.
Enforce strict permissions since passwords may be specified for non-interactive
usage.
Remove command-line flags for passing account information.
author | Guido Berhoerster <guido+sievemgr@berhoerster.name> |
---|---|
date | Tue, 03 Nov 2020 23:44:45 +0100 |
parents | 3cd182bff992 |
children | 29769b9e2f09 |
line wrap: on
line source
module go.guido-berhoerster.org/sievemgr go 1.14 require ( go.guido-berhoerster.org/managesieve v0.0.0-20201027164714-f9bb517e9447 golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 )