[GNU ELPA] Minimail version 0.5
ELPA update <[email protected]> Wed, 13 May 2026 17:09:17 -0400
| Newsgroups | gmane.emacs.sources |
|---|---|
| Message-ID | <[email protected]> |
Version 0.5 of package Minimail has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.
Minimail describes itself as:
======================================
Simple, non-blocking IMAP email client
======================================
More at https://elpa.gnu.org/packages/minimail.html
## Summary:
━━━━━━━━━━
MINIMAIL
━━━━━━━━━━
Minimail is a simple, non-blocking IMAP email client for Emacs. It is a
rather new package but covers the basics needed for reading and sending
messages:
• Rendering of MIME content (via Gnus)
• Composing, replying to and forwarding messages
• Multi-account support
• OAuth login (at least under GNOME, see below)
• Message search
• Copying and moving messages between mailboxes (also archive, move to
trash, move to junk folder)
• Sorting by thread, in two modes: shallow (just one nesting level,
sorted by date, using server-side thread information if available) and
hierarchical (full-blown message trees).
Here is a list of planned features:
## Recent NEWS:
1 Version 0.5
═════════════
• New commands: `minimail-{next,previous}-message-unseen'.
• New commands: `minimail-message-archived-at',
`minimail-message-list-archive',
`minimail-message-list-unsubscribe'.
• New commands: `minimail-toggle-message-{seen,flagged,flags}'.
• New command: `minimail-copy-to-mailbox'.
• Add support for OAuth login.
• Add menus, including context menu for mailbox buffer.
• Nicer thread tree drawing with customizable icons.
2 Version 0.4
═════════════
• Transient menu for search.
• Support for operating on multiple messages using active region (this
might eventually be changed to a dired-style marking mechanism).
3 Version 0.3
═════════════
• Add hierarchical threading mode.
• Use define-icon for message flag indicators, making them
customizable.
4 Version 0.2
═════════════
• New command: `minimail-show-mailboxes'.
• New command: `minimail-load-more-messages'.
5 Version 0.1
═════════════
• First release