log src/imap/Makefile.am @ 7844:7b39370dae6b HEAD

age author description
Thu, 12 Jun 2008 23:11:45 +0300 Timo Sirainen If we need -lcrypto for randomness, put it to $LIBS instead of $RAND_LIBS HEAD
Mon, 09 Jun 2008 04:35:04 +0300 Timo Sirainen Moved threading code to lib-storage. HEAD
Mon, 09 Jun 2008 03:56:04 +0300 Timo Sirainen Merged initial mail thread indexing implementation. HEAD
Sun, 16 Mar 2008 20:06:09 +0200 Timo Sirainen Initial thread indexing code. HEAD
Thu, 05 Jun 2008 05:13:08 +0300 Timo Sirainen Implemented CONTEXT=SEARCH extension. HEAD
Thu, 13 Mar 2008 15:16:57 +0200 Timo Sirainen Added support for ENABLE extension. HEAD
Fri, 14 Mar 2008 11:59:36 +0200 Timo Sirainen Moved IMAP messageset handling to lib-imap/ and searching to lib-storage/. HEAD
Wed, 02 Jan 2008 02:00:39 +0200 Timo Sirainen Changed library linking order. HEAD
Wed, 22 Aug 2007 16:12:57 +0300 cras unichar.o and message-decoder.o are no longer unused HEAD
Sun, 15 Jul 2007 09:33:54 +0300 Timo Sirainen Moved STATUS handling code to imap-status.[ch] HEAD
Tue, 03 Apr 2007 11:34:27 +0300 Timo Sirainen Moved namespace handling to lib-storage. Beginnings of namespace support for HEAD
Thu, 22 Feb 2007 23:50:46 +0200 Timo Sirainen Added --with-headers configure option to install .h files. HEAD
Wed, 20 Dec 2006 21:23:43 +0200 Timo Sirainen Dovecot is now able to execute multiple commands at the same time. HEAD
Sun, 26 Nov 2006 00:17:39 +0200 Timo Sirainen Mailbox list indexing and related changes. Currently works only with HEAD
Thu, 16 Nov 2006 02:16:31 +0200 Timo Sirainen Initial code for separation of mailbox accessing and directory layout HEAD
Mon, 18 Sep 2006 02:08:35 +0300 Timo Sirainen Added message-decoder.o here for now until it's used within the binary. HEAD
Tue, 11 Jul 2006 19:07:57 +0300 Timo Sirainen THREAD command handling is now done through a hash index file. This speeds HEAD
Wed, 28 Jun 2006 00:03:54 +0300 Timo Sirainen Changed the mail_plugins/mail_plugin_dir settings to be passed as the same HEAD
Sun, 18 Jun 2006 12:50:13 +0300 Timo Sirainen Added -export-dynamic. HEAD
Thu, 08 Jun 2006 19:54:10 +0300 Timo Sirainen Removed LOGIN and AUTHENTICATE command handlers completely. They're only HEAD
Fri, 21 Apr 2006 16:33:00 +0300 Timo Sirainen Link mountpoint.o manually to get mountpoint_get() included into binary, so HEAD
Sat, 31 Dec 2005 00:16:35 +0200 Timo Sirainen Register proxy dictionary support and link libdict. Currently it's used only HEAD
Thu, 21 Oct 2004 02:05:53 +0300 Timo Sirainen Upgrades to autoconf 2.5 and automake >1.4. HEAD
Sun, 15 Aug 2004 06:40:30 +0300 Timo Sirainen We never do blocking reads/writes to network anymore. Changed imap and pop3 HEAD
Mon, 12 Jul 2004 14:35:50 +0300 Timo Sirainen Broke mailbox_sync() into iterator. HEAD
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD
Thu, 21 Aug 2003 02:24:29 +0300 Timo Sirainen Separated rawlog into it's own binary. HEAD
Sun, 27 Jul 2003 07:48:32 +0300 Timo Sirainen Getting ready for namespaces. LIST is still broken with them. HEAD
Sat, 26 Jul 2003 19:33:21 +0300 Timo Sirainen API change for expunging messages. Not exactly what I wanted, but good HEAD
Wed, 09 Jul 2003 22:30:32 +0300 Timo Sirainen RAND_LIBS are needed nowadays for imap/pop3. HEAD
Wed, 14 May 2003 21:23:04 +0300 Timo Sirainen Added support for dynamically loadable imap/pop3 modules. HEAD
Mon, 12 May 2003 09:15:25 +0300 Timo Sirainen fix HEAD
Mon, 12 May 2003 09:13:38 +0300 Timo Sirainen Dependency fixes HEAD
Sun, 27 Apr 2003 23:02:06 +0300 Timo Sirainen --with-storage=maildir,mbox can now be used to compile in only the wanted HEAD
Mon, 17 Mar 2003 06:47:12 +0200 Timo Sirainen more fixes.. HEAD
Mon, 17 Mar 2003 06:44:43 +0200 Timo Sirainen iconv fixes HEAD
Mon, 17 Mar 2003 06:36:46 +0200 Timo Sirainen Better iconv() checking. HEAD
Fri, 14 Feb 2003 12:46:44 +0200 Timo Sirainen Support for IDLE extension. HEAD
Wed, 22 Jan 2003 22:46:36 +0200 Timo Sirainen Added support for UNSELECT extension with some cleanups for SELECT and CLOSE. HEAD
Mon, 20 Jan 2003 16:52:51 +0200 Timo Sirainen mail-storage.h interface changes, affects pretty much everything. HEAD
Wed, 08 Jan 2003 22:49:51 +0200 Timo Sirainen THREAD=REFERENCES implementation. Doesn't crash, but I'm not sure how HEAD
Wed, 04 Dec 2002 20:28:37 +0200 Timo Sirainen First implementation of SORT extension. String comparing still not up to HEAD
Mon, 25 Nov 2002 21:02:49 +0200 Timo Sirainen Locking changes triggered a bit larger cleanup :) If we have to wait for a HEAD
Mon, 25 Nov 2002 12:47:32 +0200 Timo Sirainen Reverted accidental commit. HEAD
Sun, 24 Nov 2002 22:05:06 +0200 Timo Sirainen Use libexecdir instead of libdir to install the binaries. HEAD
Sun, 03 Nov 2002 10:39:43 +0200 Timo Sirainen SEARCH CHARSET support. Currently we do it through iconv() and only ASCII HEAD
Tue, 29 Oct 2002 08:29:17 +0200 Timo Sirainen --with-rawlog: Build support for logging traffic of user sessions. If HEAD
Sat, 19 Oct 2002 17:51:59 +0300 Timo Sirainen MailStorage interface change. We now let storage call several sync-functions HEAD
Sun, 08 Sep 2002 16:08:26 +0300 Timo Sirainen flags-file isn't needed anymore HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD