{"id":34250183,"url":"https://github.com/primait/imap.rs","last_synced_at":"2026-06-01T04:01:33.908Z","repository":{"id":326574120,"uuid":"1103816243","full_name":"primait/imap.rs","owner":"primait","description":"Asynchronous IMAP Client built on `async_imap` and Connection Pool implementation","archived":false,"fork":false,"pushed_at":"2026-05-21T07:20:09.000Z","size":260,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-21T14:29:24.224Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/primait.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-25T11:24:18.000Z","updated_at":"2026-05-21T07:17:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/primait/imap.rs","commit_stats":null,"previous_names":["primait/imap.rs"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/primait/imap.rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fimap.rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fimap.rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fimap.rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fimap.rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/primait","download_url":"https://codeload.github.com/primait/imap.rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primait%2Fimap.rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33759178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-12-16T09:14:19.869Z","updated_at":"2026-06-01T04:01:33.885Z","avatar_url":"https://github.com/primait.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imap.rs 🦀: Asynchronous IMAP Client and Connection Pool\n\n[![Crate Version: deadpool_imap](https://img.shields.io/crates/v/deadpool_imap.svg)](https://crates.io/crates/deadpool_imap)\n[![Crate Version: imap_session](https://img.shields.io/crates/v/imap_session.svg)](https://crates.io/crates/imap_session)\n[![License](https://img.shields.io/badge/License-MIT%2FApache%202.0-blue.svg)](LICENSE)\n\n`imap.rs` is a repository providing two high-level crates for interacting with IMAP servers asynchronously. It is built on top of the `async_imap` library.\n\n-----\n\n## 🏗️ Crates Overview\n\nThis repository contains the following two independent crates. Click the links below for detailed installation instructions and usage examples for each.\n\n### 1\\. `imap_session` (Core IMAP Client)\n\nThe fundamental building block for interacting with an IMAP server.\n\n  * **Purpose:** Handles all aspects of establishing a single, secure IMAP session: TCP connection, TLS negotiation, and user authentication (login).\n  * **Best For:** Short-lived tasks, simple scripts, or applications where connection reuse is not critical.\n  * **Documentation:** [View `imap_session` README](./imap_session/README.md)\n\n### 2\\. `deadpool_imap` (Connection Pool)\n\nA production-grade solution for managing concurrent connections.\n\n  * **Purpose:** Provides a high-performance, asynchronous connection pool using the `deadpool` crate. It intelligently manages connections, performing recycling and health checks to ensure reliability.\n  * **Best For:** Server applications, web APIs, or microservices that require high concurrency and frequent, low-latency access to the IMAP server.\n  * **Documentation:** [View `deadpool_imap` README](./deadpool_imap/README.md)\n\n-----\n\n## 📄 License\n\nThis repository is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimait%2Fimap.rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprimait%2Fimap.rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimait%2Fimap.rs/lists"}