log

age author description
Thu, 02 Jan 2003 15:32:19 +0200 Timo Sirainen updates HEAD
Thu, 02 Jan 2003 15:05:58 +0200 Timo Sirainen Handle the MAILBOX_NAME_NOINFERIORS case. HEAD
Thu, 02 Jan 2003 15:01:52 +0200 Timo Sirainen CREATE and RENAME should create the folder hierarchy if needed. SELECTing a HEAD
Thu, 02 Jan 2003 15:00:57 +0200 Timo Sirainen comment updates HEAD
Thu, 02 Jan 2003 14:35:37 +0200 Timo Sirainen CREATE mailbox<hierarchy separator> failed always. HEAD
Thu, 02 Jan 2003 14:20:46 +0200 Timo Sirainen The ending \r\n is message header shouldn't be filtered with FETCH HEAD
Thu, 02 Jan 2003 13:50:53 +0200 Timo Sirainen Handle LIST A B same way as LIST "" A.B HEAD
Thu, 02 Jan 2003 13:29:24 +0200 Timo Sirainen Make sure UIDs won't wrap around unexpectedly. HEAD
Thu, 02 Jan 2003 13:06:36 +0200 Timo Sirainen imap_escape() was broken HEAD
Thu, 02 Jan 2003 12:21:41 +0200 Timo Sirainen Storage can now specify if errors should be sent to user as BAD or NO. HEAD
Thu, 02 Jan 2003 11:34:01 +0200 Timo Sirainen Changed maildir_check_content_changes = yes now to treat the message as new HEAD
Thu, 02 Jan 2003 11:19:49 +0200 Timo Sirainen comment update HEAD
Thu, 02 Jan 2003 11:06:33 +0200 Timo Sirainen SEARCHing headers with "" value should always match if the header is found. HEAD
Thu, 02 Jan 2003 10:29:43 +0200 Timo Sirainen Added UIDNEXT reply to SELECT/EXAMINE, as required by latest IMAP4rev1 draft. HEAD
Thu, 02 Jan 2003 10:13:24 +0200 Timo Sirainen Actually, don't allow NIL with IMAP_ARG_LIST(). HEAD
Thu, 02 Jan 2003 10:09:26 +0200 Timo Sirainen Don't access ImapArg's union members directly - too easy to mess up. Fixes a HEAD
Sun, 29 Dec 2002 21:44:37 +0200 Timo Sirainen If ssl_disable is set to yes and we get SIGHUPed, don't feed the listening HEAD
Sun, 29 Dec 2002 21:36:41 +0200 Timo Sirainen The base_dir setting was actually missing.. HEAD
Sun, 29 Dec 2002 21:34:14 +0200 Timo Sirainen extra assert. HEAD
Sun, 29 Dec 2002 21:33:04 +0200 Timo Sirainen Use void* always with munmap() HEAD
Sun, 29 Dec 2002 21:25:48 +0200 Timo Sirainen Added base_dir setting, so the configure time --localstatedir can be HEAD
Sat, 28 Dec 2002 21:57:53 +0200 Timo Sirainen more fixes HEAD
Sat, 28 Dec 2002 21:20:37 +0200 Timo Sirainen Fixed to work with 64bit BSD systems. HEAD
Sat, 28 Dec 2002 11:54:56 +0200 Timo Sirainen Complain about missing mbox file. HEAD
Sat, 28 Dec 2002 11:49:16 +0200 Timo Sirainen default_mail_env wasn't actually working. HEAD
Sat, 28 Dec 2002 11:04:01 +0200 Timo Sirainen Forgot to handle FATAL_LOGERROR. HEAD
Sat, 28 Dec 2002 10:06:34 +0200 Timo Sirainen In case of internal errors in logging, exit() with FATAL_LOGERROR. HEAD
Sat, 28 Dec 2002 10:01:45 +0200 Timo Sirainen Allow %m in printf_string_upper_bound(). Fixes syslog failure handler. HEAD
Sat, 28 Dec 2002 09:09:28 +0200 Timo Sirainen setproctitle() needs stdlib.h HEAD
Sat, 28 Dec 2002 09:04:01 +0200 Timo Sirainen Keep the mmap()ed area far from heap. HEAD