Mailctl: Difference between revisions

From wikinotes
Line 30: Line 30:
= Usage =
= Usage =
<blockquote>
<blockquote>
* configure directories and gpg-access in <code>config.yaml</code>
* configure services (ex. gmail) in <code>services.yaml</code>
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
# now you can authorize an email for a particular service
mailctl authorize ${service} ${email}
mailctl authorize ${service} ${email}
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Usage -->
</blockquote><!-- Usage -->

Revision as of 00:49, 4 October 2022

mailctl provides IMAP/SMTP clients with the capabilities of renewal and authorization of OAuth2 credentials.

Documentation

github https://github.com/pdobsan/mailctl
config docs https://github.com/pdobsan/mailctl#configuration

Locations

$XDG_CONFIG_HOME/mailctl/config.yml config

Install

aura -A mailctl-bin

Usage

  • configure directories and gpg-access in config.yaml
  • configure services (ex. gmail) in services.yaml
# now you can authorize an email for a particular service
mailctl authorize ${service} ${email}