Browse thread
mboxlib reloaded ;-)
[
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: | 2007-05-01 (10:56) |
From: | Oliver Bandel <oliver@f...> |
Subject: | Re: [Caml-list] mboxlib reloaded ;-) |
On Sun, Apr 29, 2007 at 11:45:11AM +0100, Richard Jones wrote: > On Sat, Apr 28, 2007 at 04:18:12PM +0200, Oliver Bandel wrote: > > The main intend of the lib (ys, a library, not a certain > > application) was to have a tool at hand, that makes > > complex things achievable easy. > [...] > > let mymatch = match_header_regexp ".*richard" NoCase > [...] > > Opens the mbox-file "MB1" and writes > > all mails with the "richard"-string in the header > > to the mbox-file "MB1.ready". > > There's a whole lots of issues that this doesn't cover. For example, I want to provide an nterface, that the above things will be possible. > what about internationalised headers using the (rather crazy) syntax > defined in RFC 2047? This should be done transparently. So, the above should work, but I also had to add the things you mentioned (nternationalized headers). Ciao, Oliver