Skip to content

arenadotio/ocaml-imap

 
 

Repository files navigation

ocaml-imap -- Lwt-compatible IMAP4rev1 client library for OCaml

Build Status

Home page: https://github.com/nojb/ocaml-imap

Contact: Nicolas Ojeda Bar <[email protected]>

Installation

ocaml-imap can be installed with opam:

opam install imap

If you don't use opam consult the opam file for build instructions and a complete specification of the dependencies.

Documentation

The documentation and API reference is automatically generated by ocamldoc from imap.mli. It can be consulted online. It can also be generated with:

make doc

and accessed at _build/default/_doc.

Sample programs

Sample programs are located in the examples directory of the distribution. They can be built with:

make examples

About

Lwt-compatible IMAP4rev1 client library for OCaml

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 99.2%
  • Makefile 0.8%