package imap

  1. Overview
  2. Docs
Non-blocking client library for the IMAP4rev1 protocol

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.tar.gz
md5=9196a4e228b1472bd968cfdd93a0bc8c

Description

ocaml-imap is a non-blocking codec to encode and decode the full IMAP4rev1 protocol, together with some extensions. It can process input without blocking on IO and is completely independent of any particular buffering and/or IO strategy (concurrent, like Lwt or Async, sequential, etc.).

ocaml-imap is made of a single module Imap and distributed under the MIT license. Its only dependencies are Uutf, Base64, and Uint.

Published: 08 Jan 2015

Dependencies (5)

  1. ocamlbuild build
  2. uutf <= "0.9.4"
  3. base64 >= "2.0.0" & < "3.0.0"
  4. uint
  5. ocaml >= "4.01.0"

Dev Dependencies

None

Used by

None

Conflicts

None