Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

nojb/ocaml-imap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 29, 2020
6e06e15 · Dec 29, 2020
Dec 29, 2020
Dec 29, 2020
Mar 26, 2018
Dec 29, 2020
Aug 14, 2017
Dec 4, 2015
Sep 8, 2014
Dec 29, 2020
Apr 8, 2019
Dec 29, 2020
Dec 29, 2020
Dec 29, 2020

Repository files navigation

ocaml-imap -- IMAP4rev1 client library in OCaml

Build Status

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

Contact: Nicolás Ojeda Bär <n.oje.bar@gmail.com>

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