Mailctl: Difference between revisions

From wikinotes
(Created page with "mailctl provides IMAP/SMTP clients with the capabilities of renewal and authorization of OAuth2 credentials. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/pdobsan/mailctl |- | config docs || https://github.com/pdobsan/mailctl#configuration |- |} </blockquote><!-- Documentation --> = Locations = <blockquote> {| class="wikitable" |- | <code>$XDG_CONFIG_HOME/mailctl/config.yml</code> || config |- |} </blockquote><!-- Locations -->...")
 
Line 31: Line 31:
<blockquote>
<blockquote>
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
mailctl
mailctl authorize ${service} ${email}
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Usage -->
</blockquote><!-- Usage -->

Revision as of 00:47, 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

mailctl authorize ${service} ${email}