
This is mostly a fixups release. Added ===== -cf16bf65
meli/sqlite3: add tests for reindexing -a389772d
accounts: suggest tips on mailbox_by_path error Bug Fixes ========= -25f0a3f8
conf/terminal: fix serde of ProgressSpinnerSequence -c375b48e
terminal: fix Synchronized Output response parsed as input in PR #523 "terminal: fix Synchronized Output response parsed as input" -b7e215f9
melib/utils: fix test_fd_locks() on platforms without OFD support in PR #524 "melib/utils: fix test_fd_locks() on platforms without OFD support" -25c32a6b
meli/docs/meli.conf.examples.5: fix .Dt macro arguments -18ae5848
meli: fix reindex of previously indexed account with sqlite3 backend -13e917d9
Fix some compilation errors with cfg feature attrs in PR #531 "accounts: suggest tips on mailbox_by_path error" -8c176d38
contacts/editor: fix crash on saving contact in PR #532 "contacts/editor: fix crash on saving contact" -fb5a88c2
melib/collection: ensure mailbox exists when inserting new envelopes in PR #529 "Small account stuff fixes" Changes ======= -7f8f1cf6
melib/gpgme bindings renewal in PR #533 "melib/gpgme bindings renewal" -9b7825bc
Update futures-util dep, remove stderrlog dep -4be69360
Remove obsolete "encoding" dependency in PR #530 "Remove/update obsolete dependencies" Refactoring =========== -5af6e059
meli/accounts: use Arc<str> for account name -567270e1
melib: use Vec instead of SmallVec for search results -2bd8d7ba
conf/tests.rs: Rename test functions to follow path convention Documentation ============= -97242482
meli/docs: add meli.conf.examples to CLI and tests -0f096338
README.md: Update ways to install, add gitlab mirror link in PR #528 "Integrate meli.conf.examples.5 into CLI and build, also update README with installation instructions" Continuous Integration ====================== -630df308
CI: Add arm64 runners in job matrices in PR #527 "CI: Add arm64 runners in job matrices" -49ecbb56
CI: .gitea/Makefile.lint: check if nightly exists Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
69 lines
2.3 KiB
JSON
69 lines
2.3 KiB
JSON
{
|
|
"@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org/"],
|
|
"@type": "SoftwareSourceCode",
|
|
"applicationCategory": "E-mail client",
|
|
"author": [
|
|
{
|
|
"@id": "https://pitsidianak.is/",
|
|
"@type": "Person",
|
|
"name": "epilys",
|
|
"email": "manos@pitsidianak.is",
|
|
"familyName": "Pitsidianakis",
|
|
"givenName": "Manos",
|
|
"url": "https://pitsidianak.is/"
|
|
}
|
|
],
|
|
"codeRepository": "https://git.meli-email.org/meli/meli.git",
|
|
"dateCreated": "2016-04-25",
|
|
"dateModified": "2024-11-27",
|
|
"datePublished": "2017-07-23",
|
|
"description": "BSD/Linux/macos terminal email client with support for multiple accounts and Maildir / mbox / notmuch / IMAP / JMAP / NNTP (Usenet).",
|
|
"downloadUrl": "https://git.meli-email.org/meli/meli/archive/v0.8.9.tar.gz",
|
|
"identifier": "https://meli-email.org/",
|
|
"isPartOf": "https://meli-email.org/",
|
|
"keywords": [
|
|
"e-mail",
|
|
"email",
|
|
"mail",
|
|
"terminal user interface",
|
|
"client",
|
|
"mua",
|
|
"mail user agent",
|
|
"smtp",
|
|
"imap",
|
|
"jmap",
|
|
"mbox",
|
|
"maildir",
|
|
"nntp"
|
|
],
|
|
"license": [
|
|
"https://spdx.org/licenses/EUPL-1.2",
|
|
"https://spdx.org/licenses/GPL-3.0-or-later"
|
|
],
|
|
"name": "meli",
|
|
"operatingSystem": [
|
|
"Linux",
|
|
"macOS",
|
|
"OpenBSD",
|
|
"NetBSD"
|
|
],
|
|
"programmingLanguage": "Rust",
|
|
"relatedLink": [
|
|
"https://lists.meli-email.org/",
|
|
"https://codeberg.org/meli/meli",
|
|
"https://github.com/meli/meli",
|
|
"https://gitlab.com/meli-project/meli",
|
|
"https://crates.io/crates/meli",
|
|
"https://packages.debian.org/trixie/meli",
|
|
"https://pkgsrc.se/mail/meli",
|
|
"https://openports.pl/path/mail/meli",
|
|
"https://ports.macports.org/port/meli/",
|
|
"https://search.nixos.org/packages?query=meli"
|
|
],
|
|
"version": "0.8.9",
|
|
"contIntegration": "https://git.meli-email.org/meli/meli/actions",
|
|
"developmentStatus": "active",
|
|
"issueTracker": "https://git.meli-email.org/meli/meli/issues",
|
|
"readme": "https://git.meli-email.org/meli/meli/raw/tag/v0.8.9/README.md",
|
|
"buildInstructions": "https://git.meli-email.org/meli/meli/raw/tag/v0.8.9/BUILD.md"
|
|
}
|