{"id":28461452,"url":"https://github.com/chatmail/async-imap","last_synced_at":"2025-12-12T14:45:24.190Z","repository":{"id":38975249,"uuid":"219529602","full_name":"chatmail/async-imap","owner":"chatmail","description":"Async IMAP implementation in Rust","archived":false,"fork":false,"pushed_at":"2025-05-20T13:58:12.000Z","size":325,"stargazers_count":111,"open_issues_count":18,"forks_count":21,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-06-07T03:34:08.419Z","etag":null,"topics":["async","chatmail","email","imap","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chatmail.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"chatmail"}},"created_at":"2019-11-04T15:08:46.000Z","updated_at":"2025-06-03T13:47:55.000Z","dependencies_parsed_at":"2025-03-10T22:30:49.554Z","dependency_job_id":"3909ed3f-c3c9-49ac-ba6a-f99a220277b6","html_url":"https://github.com/chatmail/async-imap","commit_stats":null,"previous_names":["chatmail/async-imap","async-email/async-imap"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/chatmail/async-imap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatmail%2Fasync-imap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatmail%2Fasync-imap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatmail%2Fasync-imap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatmail%2Fasync-imap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chatmail","download_url":"https://codeload.github.com/chatmail/async-imap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chatmail%2Fasync-imap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263290482,"owners_count":23443606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async","chatmail","email","imap","rust"],"created_at":"2025-06-07T03:30:48.171Z","updated_at":"2025-12-12T14:45:19.144Z","avatar_url":"https://github.com/chatmail.png","language":"Rust","funding_links":["https://opencollective.com/chatmail"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003easync-imap\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n \u003cstrong\u003e\n   Async implementation of IMAP\n \u003c/strong\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003c!-- Crates version --\u003e\n  \u003ca href=\"https://crates.io/crates/async-imap\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/async-imap.svg?style=flat-square\"\n    alt=\"Crates.io version\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- Downloads --\u003e\n  \u003ca href=\"https://crates.io/crates/async-imap\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/d/async-imap.svg?style=flat-square\"\n      alt=\"Download\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- docs.rs docs --\u003e\n  \u003ca href=\"https://docs.rs/async-imap\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square\"\n      alt=\"docs.rs docs\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- CI --\u003e\n  \u003ca href=\"https://github.com/async-email/async-imap/actions\"\u003e\n    \u003cimg src=\"https://github.com/async-email/async-imap/workflows/CI/badge.svg\"\n      alt=\"CI status\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3\u003e\n    \u003ca href=\"https://docs.rs/async-imap\"\u003e\n      API Docs\n    \u003c/a\u003e\n    \u003cspan\u003e | \u003c/span\u003e\n    \u003ca href=\"https://github.com/async-email/async-imap/releases\"\u003e\n      Releases\n    \u003c/a\u003e\n  \u003c/h3\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n\u003e Based on the great [rust-imap](https://crates.io/crates/imap) library.\n\nThis crate lets you connect to and interact with servers that implement the IMAP protocol ([RFC\n3501](https://tools.ietf.org/html/rfc3501) and various extensions). After authenticating with\nthe server, IMAP lets you list, fetch, and search for e-mails, as well as monitor mailboxes for\nchanges. It supports at least the latest three stable Rust releases (possibly even older ones;\ncheck the [CI results](https://travis-ci.com/jonhoo/rust-imap)).\n\nTo connect, use the [`connect`] function. This gives you an unauthenticated [`Client`]. You can\nthen use [`Client::login`] or [`Client::authenticate`] to perform username/password or\nchallenge/response authentication respectively. This in turn gives you an authenticated\n[`Session`], which lets you access the mailboxes at the server.\n\nThe documentation within this crate borrows heavily from the various RFCs, but should not be\nconsidered a complete reference. If anything is unclear, follow the links to the RFCs embedded\nin the documentation for the various types and methods and read the raw text there!\n\nSee the `examples/` directory for examples.\n\n## Running the test suite\n\nTo run the integration tests, you need to have [GreenMail\nrunning](https://greenmail-mail-test.github.io/greenmail/#deploy_docker_standalone). The\neasiest way to do that is with Docker:\n\n```console\n$ docker pull greenmail/standalone:1.5.9\n$ docker run -t -i -e GREENMAIL_OPTS='-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose' -p 3025:3025 -p 3110:3110 -p 3143:3143 -p 3465:3465 -p 3993:3993 -p 3995:3995 greenmail/standalone:1.5.9\n```\n\n## License\n\nLicensed under either of\n * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\nat your option.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall\nbe dual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchatmail%2Fasync-imap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchatmail%2Fasync-imap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchatmail%2Fasync-imap/lists"}