log src/lib-imap/imap-parser.c @ 444:85ab93a7693b HEAD

age author description
Thu, 17 Oct 2002 01:50:21 +0300 Timo Sirainen ImapArgList changed from linked list to array. easier to handle that way. HEAD
Mon, 14 Oct 2002 23:36:51 +0300 Timo Sirainen use p_realloc() instead of p_realloc_min(). HEAD
Mon, 14 Oct 2002 02:49:11 +0300 Timo Sirainen Split IOBuffer into mmaped IBuffer, file IBuffer, memory data IBuffer and HEAD
Sat, 12 Oct 2002 01:33:54 +0300 Timo Sirainen Dropped sent_time and alignment from MailIndexRecord. SEARCH can now use HEAD
Sat, 05 Oct 2002 23:39:19 +0300 Timo Sirainen compiler warning fixes HEAD
Tue, 24 Sep 2002 16:01:47 +0300 Timo Sirainen We didn't allow saving messages longer than 8192 bytes. Now we also send the HEAD
Sun, 08 Sep 2002 17:39:05 +0300 Timo Sirainen move size_t fixes 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, 27 Aug 2002 22:16:54 +0300 Timo Sirainen Introduced uoff_t which is the unsigned-equilevant of off_t. This was needed HEAD
Sat, 24 Aug 2002 05:04:45 +0300 Timo Sirainen mbox fixes, not fully working yet but almost :) HEAD
Thu, 22 Aug 2002 01:10:20 +0300 Timo Sirainen Message data is parsed in blocks (no longer entirely mmap()ed). Several HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD