log

age author description
Wed, 04 Sep 2002 02:01:42 +0300 Timo Sirainen mail_index_uidset_foreach() still sometimes returned "Some messages weren't HEAD
Wed, 04 Sep 2002 01:56:48 +0300 Timo Sirainen always use nonblocking I/O HEAD
Wed, 04 Sep 2002 01:51:20 +0300 Timo Sirainen index_expunge_seek_first() now separates between "not found" and "failure". HEAD
Wed, 04 Sep 2002 00:21:40 +0300 Timo Sirainen don't warn about UNEXPECTED_PACKET_LENGTH errors in SSL, they just mean the HEAD
Wed, 04 Sep 2002 00:17:57 +0300 Timo Sirainen mail_index_uidset_foreach() now never replies with "some messages weren't HEAD
Wed, 04 Sep 2002 00:12:21 +0300 Timo Sirainen verify that mail_hash_lookup_uid() returns offset to correct record. HEAD
Wed, 04 Sep 2002 00:02:32 +0300 Timo Sirainen more INBOX-sensitivity fixes HEAD
Tue, 03 Sep 2002 23:52:56 +0300 Timo Sirainen "CREATE Inbox.sub" created it using that case, instead of "INBOX.sub" which HEAD
Tue, 03 Sep 2002 23:44:35 +0300 Timo Sirainen "Mailbox doesn't exist" error now gives the name of the mailbox that was HEAD
Tue, 03 Sep 2002 23:35:31 +0300 Timo Sirainen "revert back to shared lock" actually tried to set exclusive lock again HEAD
Tue, 03 Sep 2002 23:34:05 +0300 Timo Sirainen messageset traversal: if user function requested stop, we leaked t_pop(). HEAD
Tue, 03 Sep 2002 23:28:09 +0300 Timo Sirainen s/io_buffer_send_buf/io_buffer_send_iobuffer/, also we set buf_errno when HEAD
Tue, 03 Sep 2002 23:26:07 +0300 Timo Sirainen mail_hash_rebuild() now tries to lock itself, fixing crash if trying to HEAD
Tue, 03 Sep 2002 23:15:45 +0300 Timo Sirainen Removed buffering, it's done by io_buffer_send() now. HEAD
Tue, 03 Sep 2002 23:12:34 +0300 Timo Sirainen mail_modifylog_try_lock() didn't check for EAGAIN error. HEAD
Tue, 03 Sep 2002 23:08:15 +0300 Timo Sirainen because the iobuffer is now buffered, the "+ OK" continuation request wasn't HEAD
Tue, 03 Sep 2002 22:57:29 +0300 Timo Sirainen update HEAD
Tue, 03 Sep 2002 22:56:49 +0300 Timo Sirainen previous fix for updating initial message flags wasn't done correctly HEAD
Tue, 03 Sep 2002 22:31:00 +0300 Timo Sirainen Flags for new messages weren't set properly, so the header sum counters were HEAD
Tue, 03 Sep 2002 22:08:50 +0300 Timo Sirainen COPY was broken. HEAD
Tue, 03 Sep 2002 22:03:26 +0300 Timo Sirainen cleanups HEAD
Tue, 03 Sep 2002 21:30:14 +0300 Timo Sirainen If we notice hash corruption, we can't rebuild it because we're holding HEAD
Mon, 02 Sep 2002 23:23:32 +0300 Timo Sirainen If we're corked, try to buffer the data instead of immediately trying to HEAD
Mon, 02 Sep 2002 22:37:35 +0300 Timo Sirainen APPEND always saved mails to INBOX with maildir. HEAD
Mon, 02 Sep 2002 22:14:17 +0300 Timo Sirainen IMAP date+time parser bugfix HEAD
Mon, 02 Sep 2002 22:08:47 +0300 Timo Sirainen Whops, we were using RFC822 dates everywhere instead of IMAP dates. HEAD
Mon, 02 Sep 2002 21:32:25 +0300 Timo Sirainen timezone check was wrong HEAD
Mon, 02 Sep 2002 21:14:07 +0300 Timo Sirainen APPEND was broken. HEAD
Mon, 02 Sep 2002 21:13:47 +0300 Timo Sirainen write_full(): behave correctly if given size was 0. HEAD
Mon, 02 Sep 2002 20:56:08 +0300 Timo Sirainen fixes for modifylog opening HEAD
Mon, 02 Sep 2002 20:51:38 +0300 Timo Sirainen Reset index error message after it's been moved to storage. HEAD
Mon, 02 Sep 2002 20:11:26 +0300 Timo Sirainen forgot to add before HEAD
Mon, 02 Sep 2002 20:10:52 +0300 Timo Sirainen Fixed rfc822_tokens_get_value(). It doesn't have "put spaces around all HEAD
Mon, 02 Sep 2002 14:39:00 +0300 Timo Sirainen avoid sending extra spaces in FETCH reply. HEAD
Mon, 02 Sep 2002 09:23:01 +0300 Timo Sirainen index->lookup_uid_range() optimization for first_uid <= first UID in mailbox. HEAD
Mon, 02 Sep 2002 09:22:20 +0300 Timo Sirainen specifying messageset/uidset in SEARCH broke it HEAD
Mon, 02 Sep 2002 09:04:50 +0300 Timo Sirainen when we figure out we should cache old body/bodystructure, use preparsed HEAD
Mon, 02 Sep 2002 05:39:42 +0300 Timo Sirainen removed useless (void *) cast. HEAD
Mon, 02 Sep 2002 05:31:18 +0300 Timo Sirainen Added support for caching of MessagePart data. This is useful for fetching HEAD
Sun, 01 Sep 2002 02:57:37 +0300 Timo Sirainen there was no need for MessagePart->pos.virtual_pos, so removed it. HEAD
Sat, 31 Aug 2002 23:12:59 +0300 Timo Sirainen added index->lookup_field_raw() and update_field_raw(), changed mbox to save HEAD
Sat, 31 Aug 2002 19:02:07 +0300 Timo Sirainen Fixed some index rebuilding behaviour. HEAD
Sat, 31 Aug 2002 18:45:55 +0300 Timo Sirainen ".log.2" is also possible index file. HEAD
Sat, 31 Aug 2002 18:24:00 +0300 Timo Sirainen Added overwrite_incompatible_index setting. Also we now try to use only HEAD
Thu, 29 Aug 2002 22:21:51 +0300 Timo Sirainen Custom flags are now shown in FLAGS and PERMANENTFLAGS lists after SELECT. HEAD
Thu, 29 Aug 2002 21:44:16 +0300 Timo Sirainen Initial message flags weren't set from file name in maildir folders when new HEAD
Thu, 29 Aug 2002 21:29:29 +0300 Timo Sirainen disable_plaintext_auth=yes didn't allow them even with TLS/SSL connections. HEAD
Thu, 29 Aug 2002 21:21:39 +0300 Timo Sirainen Don't send \Children or \NoChildren flags for LIST anymore, we never HEAD
Thu, 29 Aug 2002 03:01:09 +0300 Timo Sirainen 0.97 released HEAD
Thu, 29 Aug 2002 02:23:54 +0300 Timo Sirainen allow 0 sized body HEAD
Thu, 29 Aug 2002 02:14:08 +0300 Timo Sirainen added t_push() + t_pop() around the foreach-function call. HEAD
Thu, 29 Aug 2002 01:56:55 +0300 Timo Sirainen mbox_open_mail() was buggy HEAD
Thu, 29 Aug 2002 01:52:57 +0300 Timo Sirainen warn if io_buffer_create_mmap() contains invalid size parameter HEAD
Thu, 29 Aug 2002 01:42:00 +0300 Timo Sirainen bugfix for sync fix HEAD
Thu, 29 Aug 2002 01:39:13 +0300 Timo Sirainen mail_modifylog_mark_synced() didn't update mmap HEAD
Thu, 29 Aug 2002 01:33:18 +0300 Timo Sirainen reset modifylog sync mark at the end of opening index file HEAD
Thu, 29 Aug 2002 00:57:48 +0300 Timo Sirainen mbox fix HEAD
Thu, 29 Aug 2002 00:46:30 +0300 Timo Sirainen fix HEAD
Thu, 29 Aug 2002 00:42:24 +0300 Timo Sirainen mbox fsck fixes HEAD
Thu, 29 Aug 2002 00:35:00 +0300 Timo Sirainen mbox fixes HEAD