view COPYING @ 3200:a9a5a399a027 HEAD

When writing the dummy message after all messages were expunged from mbox, the UIDVALIDITY value was set to 0 if X-IMAP/X-IMAPbase header wasn't read. This caused the next parsing to treat the header invalid and didn't recognize it as dummy message.
author Timo Sirainen <tss@iki.fi>
date Mon, 14 Mar 2005 16:32:48 +0200
parents f3365e8ba7d0
children f8d37e26a2b3
line wrap: on
line source

Everything in src/lib/ is under MIT license (see COPYING.MIT) unless
otherwise mentioned at the beginning of the file.

Everything else is LGPLv2.1 (see COPYING.LGPL) unless otherwise mentioned
at the beginning of the file.

Current exceptions are:

src/lib/
  - md5.c : Public Domain
  - base64.c, utc-mktime.c : BSD-like (read it)
  - primes.c, printf-upper-bound.c : LGPL v2

src/imap/imap-thread.c : merge sorting code is with MIT license.