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
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


= Documentation =
= Documentation =
Line 7: Line 11:
| 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 -->
= Install =
<blockquote>
<syntaxhighlight lang="bash">
sudo pacman -S aerc
</syntaxhighlight>
</blockquote><!-- Install -->

Revision as of 16:28, 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

Documentation

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

Install

sudo pacman -S aerc