forked from nojb/ocaml-imap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
44 lines (31 loc) · 1.24 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
trunk
* Add lwt client example
* Easier API: the continuation is returned directly to the user.
* Redesigned parser into hybrid direct/cps style (*changes* API)
(the new style is simpler and should be faster and use less memory than
the existing pure cps design)
* Fix bug in parsing address lists, by @phi-gamma (#24)
1.1.1 (2015-06-24)
* Expose formatters for more types (#17)
* Document Imap.mime and Imap.section types (#18)
* Fix bug in parsing "BODY[...]" fetch attributes (#19)
* Rename `Mutiple to `Multipart in Imap.mime
1.1.0 (2015-06-12)
* Simplify API for AUTHENTICATE and IDLE
* Correctly handle the case of an empty output buffer (#10)
* Supress trailing space after FETCH command args (#12)
* Fix serious bug when reading literals, reported by @rgrinberg (#14)
* Switch from OASIS to ocamlbuild+opam-installer
* Remove all the code in old/
1.0.0 (2015-01-10)
* Complete rewrite (again!)
* Remove high-level api
0.20.0 (2014-09-26)
* Complete rewrite
* Include high-level API (only for Lwt for now)
0.9.1 (2014-04-05):
* Functorialize over Lwt, Unix, Async
* Split in different Findlib packages:
imap, imap.gsasl, imap.async, imap.unix, imap.lwt
0.9.0 (2014-03-01):
* Initial public release.