[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Sylvain Le Gall <sylvain@l...> |
| Subject: | Re: Mbox-Readers |
On 11-05-2010, oliver@first.in-berlin.de <oliver@first.in-berlin.de> wrote: > Hello, > > are there mbox-Libraries around? > You can have a look at: https://forge.ocamlcore.org/scm/viewvc.php/trunk/mbox.ml?view=markup&revision=11&root=spamoracle There are other files in the repository that can maybe match other requirements. This is not a complete mbox-reader but it can help you on some points (at least to see what other people have done). You can use it as an helper to write your own. > > P.S.: And: what kind of License would make sense? LGPL3? > In doubt, I recommend LGPL 2.1 with OCaml linking exception. Regards, Sylvain Le Gall