log

age author description
Fri, 27 Nov 2015 14:42:43 +0200 Timo Sirainen lib: Fixed compiling unit test in systems where NULL isn't of type void*
Fri, 27 Nov 2015 14:39:32 +0200 Timo Sirainen auth: Fixed test-auth-request-var-expand unit test on big endian CPUs
Fri, 27 Nov 2015 14:24:23 +0200 Timo Sirainen Compiler warning fix for 32bit systems
Fri, 27 Nov 2015 14:11:57 +0200 Timo Sirainen lib-storage: Don't add first_saved to mailbox list index unless autoexpunge is set.
Fri, 27 Nov 2015 14:01:14 +0200 Timo Sirainen imap: Free mail_user only after client is disconnected.
Fri, 27 Nov 2015 13:59:22 +0200 Timo Sirainen Added mailbox { autoexpunge } setting.
Fri, 27 Nov 2015 13:06:01 +0200 Timo Sirainen imap: SETMETADATA didn't set ostream output handler back
Thu, 26 Nov 2015 15:42:35 +0200 Timo Sirainen quota-clone: Avoid assert-crash when quota recalculation is triggered.
Wed, 25 Nov 2015 15:09:52 +0200 Teemu Huovila lib-fts: Move ICU transliterator creation to fts-icu.h
Wed, 25 Nov 2015 15:09:52 +0200 Teemu Huovila lib-fts: Fix compilation for systems without libicu.
Tue, 24 Nov 2015 13:42:58 +0200 Timo Sirainen imap: When logging command disconnection info, log the oldest command's info (not newest)
Tue, 24 Nov 2015 13:41:58 +0200 Timo Sirainen imap: Added extra assert checks to make sure command states are consistent.
Tue, 24 Nov 2015 13:40:12 +0200 Timo Sirainen imap: IDLE may have called client_continue_pending_input() unnecessarily.
Tue, 24 Nov 2015 12:56:35 +0200 Timo Sirainen imap: Fixed crash at FETCH deinit caused by b638e19d3bd4
Tue, 24 Nov 2015 11:50:15 +0200 Timo Sirainen imap: Fixed hanging if a pipelined IMAP command was waiting for previous command to sync.