log src/imap/main.c @ 8467:03c418eadc8b HEAD

age author description
Fri, 21 Nov 2008 18:32:02 +0200 Timo Sirainen mail_user_*() now handles home directory lookups when necessary. HEAD
Sun, 19 Oct 2008 02:07:34 +0300 Timo Sirainen Added a simple flat file dict backend. HEAD
Tue, 12 Aug 2008 14:54:27 -0400 Timo Sirainen Removed pool parameter from mail_namespaces_init*(). Use mail_user's pool intead. HEAD
Tue, 12 Aug 2008 12:28:42 -0400 Timo Sirainen Added struct mail_user and fixed the code to support multiple users per process. HEAD
Sun, 20 Jul 2008 21:00:33 +0300 Timo Sirainen extern/static fixes (from a sparse check by Diego Liziero) HEAD
Sat, 12 Jul 2008 01:40:33 +0300 Timo Sirainen imap/pop3: Don't open /dev/urandom at startup. Nothing needs it. HEAD
Sat, 21 Jun 2008 18:19:41 +0300 Timo Sirainen Just send CAPABILITY response code for all LOGIN/AUTHENTICATE commands. HEAD
Sat, 21 Jun 2008 12:50:28 +0300 Timo Sirainen Send login command OK reply in IMAP/POP3 process. HEAD
Sat, 21 Jun 2008 12:23:08 +0300 Timo Sirainen If commands are pipelined after the login command, pass them to the HEAD
Sat, 21 Jun 2008 09:22:44 +0300 Timo Sirainen Added support for IMAP ID extension. HEAD
Mon, 09 Jun 2008 04:35:04 +0300 Timo Sirainen Moved threading code to lib-storage. HEAD
Mon, 09 Jun 2008 04:16:03 +0300 Timo Sirainen Moved code around so that cmd-thread.c can do the THREAD reply writing. HEAD
Sun, 16 Mar 2008 20:06:09 +0200 Timo Sirainen Initial thread indexing code. HEAD
Sat, 05 Jan 2008 01:28:46 +0200 Timo Sirainen Reverted "environment array" changes. It broke overriding imap/pop3 settings HEAD
Wed, 02 Jan 2008 01:36:51 +0200 Timo Sirainen Build environment using envarr and pass it to execve(). This is faster than HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Tue, 09 Oct 2007 17:10:50 +0300 Timo Sirainen If namespace initialization fails, die with a fatal error message instead of HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD
Sun, 16 Sep 2007 13:30:31 +0300 Timo Sirainen Renamed strocpy() to i_strocpy(). HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sun, 02 Sep 2007 06:10:54 +0300 Timo Sirainen mailbox_keywords_create() checks keyword validity now and returns failure if HEAD
Tue, 07 Aug 2007 14:54:55 +0300 Timo Sirainen Moved back to non-indexed THREAD code. It'll be fixed after v1.1. Also HEAD
Tue, 07 Aug 2007 12:10:27 +0300 Timo Sirainen Client is now never disconnected in IDLE because it hasn't sent anything. HEAD
Fri, 13 Jul 2007 02:40:47 +0300 Timo Sirainen Added imap_logout_format setting with default to bytes=%i/%o HEAD
Tue, 03 Apr 2007 11:34:27 +0300 Timo Sirainen Moved namespace handling to lib-storage. Beginnings of namespace support for HEAD
Thu, 15 Mar 2007 17:53:00 +0200 Timo Sirainen Fixes to handling log prefixes. imap/pop3 processes now log the HEAD
Fri, 09 Mar 2007 00:07:32 +0200 Timo Sirainen Removed pool parameter from io_loop_create() HEAD
Thu, 22 Feb 2007 16:36:01 +0200 Timo Sirainen Don't compare to PACKAGE_VERSION in lib/ core directly, rather make HEAD
Fri, 16 Feb 2007 15:12:05 +0200 Timo Sirainen module_dir_load() doesn't call init() functions anymore. Added a new HEAD
Thu, 15 Feb 2007 13:39:27 +0200 Timo Sirainen mail_debug=yes: Log also home directory. HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. 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
Thu, 10 Aug 2006 21:46:53 +0300 Timo Sirainen Require that master's version number matches the child's, unless HEAD
Sun, 30 Jul 2006 22:27:24 +0300 Timo Sirainen Berkeley DB dict support is now enabled only when using --with-db configure option. 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
Thu, 04 May 2006 01:58:53 +0300 Timo Sirainen Use lib_signals_ignore() for signals we really want ignored. HEAD
Fri, 14 Apr 2006 21:20:54 +0300 Timo Sirainen If we have plugins set and imap_capability unset, figure out the IMAP HEAD
Thu, 13 Apr 2006 23:25:10 +0300 Timo Sirainen Destroy client connection at deinit before unloading modules. HEAD
Wed, 12 Apr 2006 14:42:57 +0300 Timo Sirainen Added shutdown_clients setting to control if existing imap/pop3 processes HEAD
Sun, 09 Apr 2006 17:48:23 +0300 Timo Sirainen When master dies (by closing log file descriptor), kill ourself also. HEAD
Sun, 26 Feb 2006 14:15:34 +0200 Timo Sirainen Replaced mail_use_modules and mail_modules settings with mail_plugins and HEAD
Tue, 14 Feb 2006 19:22:58 +0200 Timo Sirainen PREAUTH banner should show the capability from capability_string in case HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Sat, 31 Dec 2005 00:16:35 +0200 Timo Sirainen Register proxy dictionary support and link libdict. Currently it's used only HEAD
Sat, 31 Dec 2005 00:13:42 +0200 Timo Sirainen Clarify that workaround lists are space separated. But allow commas as HEAD
Fri, 02 Dec 2005 14:53:21 +0200 Timo Sirainen Added syslog_facility setting to config file. HEAD
Fri, 28 Oct 2005 13:57:17 +0300 Timo Sirainen Ignore SIGALRM signal. We don't want to crash when it happens. HEAD
Sun, 25 Sep 2005 14:07:32 +0300 Timo Sirainen Implemented new signal handling framework, which makes handling signals much HEAD
Fri, 22 Jul 2005 17:20:44 +0300 Timo Sirainen Added tb-extra-mailbox-sep IMAP workaround. HEAD
Sun, 03 Apr 2005 01:44:05 +0300 Timo Sirainen Removed tb-negative-fetch workaround. It shouldn't be needed anymore because HEAD
Tue, 15 Mar 2005 21:01:50 +0200 Timo Sirainen Major mail-storage API changes. It's now a bit cleaner and much more plugin HEAD
Mon, 14 Mar 2005 23:17:58 +0200 Timo Sirainen Renamed oe6-fetch-no-newmail workaround to delay-newmail and changed it to HEAD
Wed, 29 Dec 2004 21:24:00 +0200 Timo Sirainen Print effective uid/gid when mail_debug is enabled. HEAD
Tue, 09 Nov 2004 18:54:31 +0200 Timo Sirainen Make sure imap or pop3 processes cannot be started from inetd. HEAD
Wed, 20 Oct 2004 21:09:32 +0300 Timo Sirainen Added tb-negative-fetch workaround. HEAD
Sat, 11 Sep 2004 15:21:44 +0300 Timo Sirainen Removed mailbox_check_interval completely. It wasn't currently implemented, HEAD
Mon, 23 Aug 2004 06:58:41 +0300 Timo Sirainen Accidentally committed debugging code. HEAD