annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
1 Everything is LGPLv2.1 (see COPYING.LGPL) unless otherwise mentioned at the
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
2 beginning of the file. Almost everything in src/lib/ is with MIT license.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
3
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
4 The exceptions are:
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
5
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
6 src/lib/
21
163675942b83 Replaced the MD5 implementation with Solar Designer's.
Timo Sirainen <tss@iki.fi>
parents: 1
diff changeset
7 - md5.c : Public Domain
1
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
8 - base64.c : BSD-like (read it)
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
9 - hash.c, primes.c, strfuncs.c, tree.c : LGPL v2
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
10
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
11 src/lib-imap/imap-match.c : BSD-like (read it)