RSSAmplifier

Blog

meli MUA

meli-email.orgRSS feed ↗7 posts

Latest posts

v0.8.13 release

A new version, v0.8.13 of terminal e-mail client meli , has been released. This release: fixes severe issue when calling gettimeofday() with a non-null tz arg that may result in segfaults fixes AUTHENTICATE use in IMAP backend when SASL-IR is not available adds other misc fixes updates various dependencies to newer versions adds tab_width option to specify how many spaces a tab character should…

v0.8.11 release

A new version, v0.8.11 of terminal e-mail client meli , has been released. This is mostly a fixups release. Say hello on #meli on OFTC IRC, or, #meli:matrix.org Matrix bridge (if operational). How to get Update cargo installations with: cargo install meli Main repository https://git.meli-email.org/meli/meli Report bugs and/or feature requests in meli's issue tracker For pre-built linux amd64 /…

v0.6.0 alpha release

A new alpha version is up for test/review. It's starting to look like a real client! Get it here Some highlights are: Support for async IO using the smol runtime. IMAP backend is now async. imap: add server_password_command add optional SMTP client. Instead of using an external command (I was using msmtp for example) meli can connect to an SMTP server by itself. See documentation for send_mail…

meli mail client - alpha release 0.4.1

update : 0.4.1 is supported for rust >= 1.39 Checkout current master or latest release tag for bug fixes since 0.4.1. Summary New mail stores available: IMAP , notmuch join Maildir and mbox . JMAP is partially supported but not shipped with the master branch release. Tagging (on IMAP & notmuch) with custom colours hiding unwanted tags use as search keyword Embed your editor in the composing tab…

making a quick and dirty terminal emulator

I gave up at 15 levels deep (though I had to stretch the height a lot to view them all) Background In order to be able to compose e-mail within meli and avoid writing an editor, making an embed terminal was obviously my only choice. I didn't bother to look if there are already libraries in Rust for this because as always my prime motivator is figuring things out, for fun. If you have ever executed…

v0.3.0 release - Now with IMAP, xbiff support

Get meli v0.3.0 meli is now a make && make PREFIX=$HOME/.local install away! changelog: IMAP support. Unpolished and experimental. xbiff support added portable Makefile for installation added manual page for the configuration file meli.conf(5) various configuration changes can be seen in meli.conf(5) add conversations thread mailing view: a one entry per thread listing, but entries are less…

pre-alpha release

An early release with basic features and only Maildir support has been published in meli's git repositories . meli is a new experimental mail client for the terminal. It's a from-scratch implementation in order to experiment with ideas I had about a client's design. Contributions and development will be hosted on meli-devel@ , as on the long run I would like to make mailing-list driven development…