view COPYING @ 160:ff05b320482c HEAD

Bigger changes.. full_virtual_size was removed from index record and MessagePart caching is now forced. Also added per-message flags, including binary flags which can be used to check if CRs need to be inserted into message data. Added mbox-rewrite support which can be used to write out mbox file with updated flags. This still has the problem of being able to read changed custom flags, that'll require another bigger change. There's also several other mostly mbox related fixes.
author Timo Sirainen <tss@iki.fi>
date Fri, 06 Sep 2002 16:43:58 +0300
parents 163675942b83
children ac68ab739a4d
line wrap: on
line source

Everything is LGPLv2.1 (see COPYING.LGPL) unless otherwise mentioned at the
beginning of the file. Almost everything in src/lib/ is with MIT license.

The exceptions are:

src/lib/
  - md5.c : Public Domain
  - base64.c : BSD-like (read it)
  - hash.c, primes.c, strfuncs.c, tree.c : LGPL v2

src/lib-imap/imap-match.c : BSD-like (read it)