(lang dune 3.20) (name imap) (generate_opam_files true) (license ISC) (authors "Anil Madhavapeddy") (homepage "https://tangled.org/anil.recoil.org/ocaml-imap") (maintainers "Anil Madhavapeddy ") (bug_reports "https://tangled.org/anil.recoil.org/ocaml-imap/issues") (maintenance_intent "(latest)") (package (name imap) (synopsis "IMAP4rev2 client library for OCaml") (description "A comprehensive IMAP client library implementing RFC 9051 IMAP4rev2. \ Provides connection management, authentication, mailbox operations, \ message fetching, IDLE support, and connection pooling. Includes an \ imap-client CLI tool.") (depends (ocaml (>= 5.1.0)) (eio (>= 1.0)) (eio_main (>= 1.0)) (tls-eio (>= 1.0)) (tls (>= 1.0)) (cstruct (>= 6.0.0)) (fmt (>= 0.9.0)) (base64 (>= 3.5.0)) (cmdliner (>= 1.2.0)) (mirage-crypto-rng (>= 1.0.0)) (odoc :with-doc) (alcotest (and :with-test (>= 1.7.0)))))