mailing list archives

meli community discussions

⚠️ if something does not work as intended when interracting with the mailing lists,
reach out Github mirror Gitea repo @epilys:matrix.org

E-mail headers
From: Manos Pitsidianakis <manos@pitsidianak.is>
To: meli-announce@meli.delivery
Date: Wed, 22 Nov 2023 16:01:00 +0200
Message-ID: 4j33x.cb6fi329nxmk@pitsidianak.is permalink / raw / eml / mbox
Hello all, new release published on crates.io, git mirrors.

You can install/update with:

  cargo install meli

Fixes and enhancements
----------------------

- Add extra_submission_headers option to support posting to Newsgroups
  (which need a Newsgroup header).
- Show error description when TIOCGWINSZ fails (i.e. we are not in a
  TTY).
- Add QUIT command to SMTP transactions (Andrei Zisu @matzipan)
- Fix SMTP end sequence (Andrei Zisu @matzipan)
- Fix date formatting in conversations index style.
- Replace splice with truncate in melib/imap, which was hurting
  performance.
- Update yanked ahash dependency.
- Removed pcre2 dependency from default features.
- Removed managesieve-client from shipped binaries, it was included by
  accident before.
- Add "static" feature and make it default: TLS libraries, libcurl,
  libsqlite3, libz, and libdbus are now vendored by default eliminating
  the need for system dependencies.
- Replace CRLF to LF when editing a draft in the composer.

As always, if you are able, you can report any bugs[0] and ask any 
questions you have on IRC[1].

- Manos / epilys

[0]: https://git.meli.delivery/meli/meli/issues
[1]: Join the #meli channel on irc.oftc.net, port 6697 with TLS.
Reply