Path to this page:
./
mail/meli,
Terminal mail client
Branch: CURRENT,
Version: 0.8.13,
Package name: meli-0.8.13,
Maintainer: vinsBSD/Linux terminal email client with support for multiple accounts and
backends: Maildir / mbox / notmuch / IMAP / JMAP / NNTP.
A variety of email workflows and software stacks should be usable with
meli. Integrate e-mail storage, sync, tagging system, SMTP client,
contact management and editor of your choice to replace the defaults.
Required to run:[
sysutils/dbus] [
security/gnupg2] [
security/gpgme] [
x11/libxcb] [
mail/notmuch] [
devel/pcre2]
Required to build:[
x11/xcb-proto] [
lang/rust] [
x11/xorgproto]
Package options: dbus, gpgme, notmuch, sqlite3
Master sites:
Version history: (Expand)
- (2026-01-25) Updated to version: meli-0.8.13
- (2026-01-07) Updated to version: meli-0.8.12nb3
- (2025-10-24) Updated to version: meli-0.8.12nb2
- (2025-10-05) Updated to version: meli-0.8.12nb1
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
CVS history: (Expand)
2026-01-25 18:31:18 by Paolo Vincenzo Olivo | Files touched by this commit (8) |  |
Log message:
mail/meli: update to 0.8.13
# pkgsrc changes
* Remove deprecated README.
* Move patch to vendored crate from files dir to patches/vendor
# upstream changes
* Fix severe issue when calling gettimeofday with a tz arg that may result in \
segfaults.
* Fix AUTHENTICATE use in imap backend when SASL-IR is not available.
* Several other misc fixes.
* Updates various dependencies to newer versions.
* Add tab_width option to specify how many spaces a tab character should occupy.
* Add support for mbox files with meli view /path/to/file command.
|
| 2026-01-07 09:49:50 by Thomas Klausner | Files touched by this commit (2525) |
Log message:
*: recursive bump for icu 78.1
|
| 2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999) |
Log message:
*: recursive bump for pcre2
Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \
/usr/pkg/lib/libglib-2.0.so.0 not defined
|
| 2025-10-05 21:26:29 by Jonathan Schleifer | Files touched by this commit (485) |
Log message:
*: rev bump for curl
|
2025-05-04 20:33:31 by Paolo Vincenzo Olivo | Files touched by this commit (2) |  |
Log message:
mail/meli: update to 0.8.12
This release fixes compilation under macos which was broken with the
previous release, v0.8.11
|
2025-05-01 21:26:33 by Paolo Vincenzo Olivo | Files touched by this commit (3) |  |
Log message:
mail/meli: update to v0.8.11
# noteworty changes
* notmuch address book support
notmuch address book support contributed by granquet: The new
notmuch_address_book_query account setting defines a query passed to
notmuch address command to import contacts into meli. Contacts are
parsed and imported read-only.
* IMAP connection pool
IMAP connections now use connection pools to prevent an on-going
operation blocking other operations. This is because IMAP connections
are stateful and we cannot re-use a single TCP connection for parallel
operations. The use_connection_pool account setting can be used to
disable this behaviour
* UI notification configuration
Add setting for UI notifications (as opposed to system notifications).
These are the notifications that appear as a floating dialog on the UI.
* Others
- Fixed invalid terminal behaviour by turning line wraparound mode off.
- Replying to self now sets e-mail receiver to previous recipients
instead of self.
- IMAP now supports overriding server subscriptions in configuration.
- Composer now shows attachments after headers, making them more
visible.
- mbox parsing is now more rigorous by not allowing mixed format
behaviours and requiring a given format to parse.
- Remote account watching has been refactored to be more fault-tolerant
and hiding errors from user if retrying is successful.
|
| 2025-04-19 09:58:38 by Thomas Klausner | Files touched by this commit (750) |
Log message:
*: recursive bump for default Kerberos implementation switch
|
| 2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449) |
Log message:
*: recursive bump for icu 77 and libxml2 2.14
|