Aerc: Difference between revisions

From wikinotes
(Created page with "A terminal mail client. = Documentation = <blockquote> {| class="wikitable" |- | home || https://aerc-mail.org/ |- |} </blockquote><!-- Documentation -->")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
A terminal mail client.
A terminal mail client written in go.<br>
Some key features:
* multiple account support
* imap, maildir, notmuch, mbox, jmap
* defers rendering to embedded terminal emulator
 
{{ NOTE |
Looks like a much simpler config than mutt, but looks like you still need a server to use as a proxy for oauth requests to keep token up to date.
}}


= Documentation =
= Documentation =
Line 7: Line 15:
| home || https://aerc-mail.org/
| home || https://aerc-mail.org/
|-
|-
| repo || https://git.sr.ht/~rjarry/aerc
|-
| wiki || https://man.sr.ht/~rjarry/aerc/
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Tutorials =
<blockquote>
{| class="wikitable"
|-
| gmail setup || https://www.julioloayzam.com/blog/terminal-setup/email-with-aerc/
|-
|}
</blockquote><!-- Tutorials -->
= Install =
<blockquote>
<syntaxhighlight lang="bash">
sudo pacman -S aerc
</syntaxhighlight>
</blockquote><!-- Install -->

Latest revision as of 17:26, 19 February 2024

A terminal mail client written in go.
Some key features:

  • multiple account support
  • imap, maildir, notmuch, mbox, jmap
  • defers rendering to embedded terminal emulator

NOTE:

Looks like a much simpler config than mutt, but looks like you still need a server to use as a proxy for oauth requests to keep token up to date.

Documentation

home https://aerc-mail.org/
repo https://git.sr.ht/~rjarry/aerc
wiki https://man.sr.ht/~rjarry/aerc/

Tutorials

gmail setup https://www.julioloayzam.com/blog/terminal-setup/email-with-aerc/

Install

sudo pacman -S aerc