]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
16 years agolmtp client: Fix to handling multiple recipients (and errors).
Timo Sirainen [Tue, 17 Nov 2009 19:39:31 +0000 (14:39 -0500)] 
lmtp client: Fix to handling multiple recipients (and errors).

--HG--
branch : HEAD

16 years agodsync: dsync_mailbox_dup() wasn't duping cache fields.
Timo Sirainen [Tue, 17 Nov 2009 19:28:25 +0000 (14:28 -0500)] 
dsync: dsync_mailbox_dup() wasn't duping cache fields.

--HG--
branch : HEAD

16 years agolmtp: memdup default settings so RCPT TO settings lookups won't overwrite them.
Timo Sirainen [Tue, 17 Nov 2009 19:01:33 +0000 (14:01 -0500)] 
lmtp: memdup default settings so RCPT TO settings lookups won't overwrite them.

--HG--
branch : HEAD

16 years agolmtp proxy: Fixes to error handling.
Timo Sirainen [Tue, 17 Nov 2009 18:47:14 +0000 (13:47 -0500)] 
lmtp proxy: Fixes to error handling.

--HG--
branch : HEAD

16 years agolmtp proxy: If remote hangs without replying to end-of-DATA dot, don't crash.
Timo Sirainen [Tue, 17 Nov 2009 18:16:11 +0000 (13:16 -0500)] 
lmtp proxy: If remote hangs without replying to end-of-DATA dot, don't crash.

--HG--
branch : HEAD

16 years agodsync: Sync mailboxes' cache fields.
Timo Sirainen [Tue, 17 Nov 2009 01:00:33 +0000 (20:00 -0500)] 
dsync: Sync mailboxes' cache fields.

--HG--
branch : HEAD

16 years agomail_cache_register_fields(): Update caching decisions from input fields.
Timo Sirainen [Tue, 17 Nov 2009 00:59:41 +0000 (19:59 -0500)] 
mail_cache_register_fields(): Update caching decisions from input fields.

--HG--
branch : HEAD

16 years agolib-storage: Added support for listing/adding cache fields.
Timo Sirainen [Tue, 17 Nov 2009 00:38:13 +0000 (19:38 -0500)] 
lib-storage: Added support for listing/adding cache fields.

--HG--
branch : HEAD

16 years agoconfig: Allow settings plugins to specify also new default services.
Timo Sirainen [Mon, 16 Nov 2009 23:38:06 +0000 (18:38 -0500)] 
config: Allow settings plugins to specify also new default services.

--HG--
branch : HEAD

16 years agoAdded module_get_symbol_quiet().
Timo Sirainen [Mon, 16 Nov 2009 23:37:12 +0000 (18:37 -0500)] 
Added module_get_symbol_quiet().

--HG--
branch : HEAD

16 years agolmtp proxy: After killing a hanging server connection, try reading more input.
Timo Sirainen [Mon, 16 Nov 2009 21:42:47 +0000 (16:42 -0500)] 
lmtp proxy: After killing a hanging server connection, try reading more input.

--HG--
branch : HEAD

16 years agolmtp proxy: When client fails, don't stop reading DATA input until "." is seen.
Timo Sirainen [Mon, 16 Nov 2009 21:06:27 +0000 (16:06 -0500)] 
lmtp proxy: When client fails, don't stop reading DATA input until "." is seen.

--HG--
branch : HEAD

16 years agolmtp client: Fail immediately if server disconnects.
Timo Sirainen [Mon, 16 Nov 2009 21:05:51 +0000 (16:05 -0500)] 
lmtp client: Fail immediately if server disconnects.

--HG--
branch : HEAD

16 years agodsync: Fixed subscription syncing to work with namespace prefixes.
Timo Sirainen [Mon, 16 Nov 2009 19:40:59 +0000 (14:40 -0500)] 
dsync: Fixed subscription syncing to work with namespace prefixes.

--HG--
branch : HEAD

16 years agodsync: Added 15 min connection timeout.
Timo Sirainen [Mon, 16 Nov 2009 18:37:22 +0000 (13:37 -0500)] 
dsync: Added 15 min connection timeout.

--HG--
branch : HEAD

16 years agodsync: Compiler warning fix.
Timo Sirainen [Mon, 16 Nov 2009 16:35:52 +0000 (11:35 -0500)] 
dsync: Compiler warning fix.

--HG--
branch : HEAD

16 years agodsync: Added support for subscription syncing.
Timo Sirainen [Sat, 14 Nov 2009 01:55:05 +0000 (20:55 -0500)] 
dsync: Added support for subscription syncing.

--HG--
branch : HEAD

16 years agoDelay initializing mailbox changelog index, so mbox has time to override its path.
Timo Sirainen [Sat, 14 Nov 2009 01:54:50 +0000 (20:54 -0500)] 
Delay initializing mailbox changelog index, so mbox has time to override its path.

--HG--
branch : HEAD

16 years agoarray_bsearch(): Cast return value to proper type.
Timo Sirainen [Sat, 14 Nov 2009 01:52:06 +0000 (20:52 -0500)] 
array_bsearch(): Cast return value to proper type.

--HG--
branch : HEAD

16 years agodsync: Fixed getting mailbox list GUID when using non-default hierarchy separator.
Timo Sirainen [Fri, 13 Nov 2009 23:12:17 +0000 (18:12 -0500)] 
dsync: Fixed getting mailbox list GUID when using non-default hierarchy separator.

--HG--
branch : HEAD

16 years agodsync: Avoid hanging.
Timo Sirainen [Fri, 13 Nov 2009 21:55:03 +0000 (16:55 -0500)] 
dsync: Avoid hanging.

--HG--
branch : HEAD

16 years agodsync: Wait for all saves to finish before updating mailboxes' metadata.
Timo Sirainen [Fri, 13 Nov 2009 21:54:48 +0000 (16:54 -0500)] 
dsync: Wait for all saves to finish before updating mailboxes' metadata.
The mailbox updating could try closing the same mailbox that still has an
unfinished save.

--HG--
branch : HEAD

16 years agodsync: Delay enabling modseqs until modseq>1 is seen.
Timo Sirainen [Fri, 13 Nov 2009 21:53:37 +0000 (16:53 -0500)] 
dsync: Delay enabling modseqs until modseq>1 is seen.

--HG--
branch : HEAD

16 years agolib-index: Ignore modseq->1 updates, they can never happen.
Timo Sirainen [Fri, 13 Nov 2009 21:53:14 +0000 (16:53 -0500)] 
lib-index: Ignore modseq->1 updates, they can never happen.

--HG--
branch : HEAD

16 years agoanvil, config, log, ssl-params: Drop privileges as configured.
Timo Sirainen [Thu, 12 Nov 2009 23:51:08 +0000 (18:51 -0500)] 
anvil, config, log, ssl-params: Drop privileges as configured.

--HG--
branch : HEAD

16 years agoanvil: Stay alive until it has no more clients.
Timo Sirainen [Thu, 12 Nov 2009 23:37:57 +0000 (18:37 -0500)] 
anvil: Stay alive until it has no more clients.

--HG--
branch : HEAD

16 years agoauth worker: Don't start breaking if connection to auth master dies.
Timo Sirainen [Thu, 12 Nov 2009 23:28:39 +0000 (18:28 -0500)] 
auth worker: Don't start breaking if connection to auth master dies.

--HG--
branch : HEAD

16 years agoauth: Unload plugins after everything else is deinitialized.
Timo Sirainen [Thu, 12 Nov 2009 21:46:55 +0000 (16:46 -0500)] 
auth: Unload plugins after everything else is deinitialized.
Fixes a crash at deinit when SQL drivers were plugins.

--HG--
branch : HEAD

16 years agomaildir: Recent flags weren't set correctly.
Timo Sirainen [Thu, 12 Nov 2009 21:18:52 +0000 (16:18 -0500)] 
maildir: Recent flags weren't set correctly.

--HG--
branch : HEAD

16 years agoIncreased initial mysql driver memory pool size.
Timo Sirainen [Thu, 12 Nov 2009 18:02:49 +0000 (13:02 -0500)] 
Increased initial mysql driver memory pool size.

--HG--
branch : HEAD

16 years agoauth client: Don't crash after aborting auth requests.
Timo Sirainen [Thu, 12 Nov 2009 18:01:39 +0000 (13:01 -0500)] 
auth client: Don't crash after aborting auth requests.

--HG--
branch : HEAD

16 years agorfc2231 parser: Fixed parsing "key*".
Timo Sirainen [Thu, 12 Nov 2009 17:42:31 +0000 (12:42 -0500)] 
rfc2231 parser: Fixed parsing "key*".

--HG--
branch : HEAD

16 years agoRemoved duplicate master_service variable.
Timo Sirainen [Wed, 11 Nov 2009 20:40:18 +0000 (15:40 -0500)] 
Removed duplicate master_service variable.
Patch by Apple.

--HG--
branch : HEAD

16 years agoauth: Another try at connecting to anvil-auth-penalty while still root.
Timo Sirainen [Wed, 11 Nov 2009 19:45:52 +0000 (14:45 -0500)] 
auth: Another try at connecting to anvil-auth-penalty while still root.

--HG--
branch : HEAD

16 years agoauth: Connect to anvil-auth-penalty before dropping root privileges.
Timo Sirainen [Wed, 11 Nov 2009 18:55:49 +0000 (13:55 -0500)] 
auth: Connect to anvil-auth-penalty before dropping root privileges.

--HG--
branch : HEAD

16 years agomaster: Give master also CAP_KILL capability.
Timo Sirainen [Wed, 11 Nov 2009 17:51:10 +0000 (12:51 -0500)] 
master: Give master also CAP_KILL capability.

--HG--
branch : HEAD

16 years agomail_deliver_save() now takes mailbox name as UTF-8 and internally converts to mUTF-7.
Timo Sirainen [Wed, 11 Nov 2009 17:40:50 +0000 (12:40 -0500)] 
mail_deliver_save() now takes mailbox name as UTF-8 and internally converts to mUTF-7.

--HG--
branch : HEAD

16 years agoForgot to commit mail_storage_service_user_get_input().
Timo Sirainen [Wed, 11 Nov 2009 01:01:19 +0000 (20:01 -0500)] 
Forgot to commit mail_storage_service_user_get_input().

--HG--
branch : HEAD

16 years agoacl: Merge group rights if user belongs to more than one.
Timo Sirainen [Wed, 11 Nov 2009 00:13:36 +0000 (19:13 -0500)] 
acl: Merge group rights if user belongs to more than one.

--HG--
branch : HEAD

16 years agoacl: mailbox_name_status() shouldn't hide its existence if user has any rights to it.
Timo Sirainen [Tue, 10 Nov 2009 23:57:14 +0000 (18:57 -0500)] 
acl: mailbox_name_status() shouldn't hide its existence if user has any rights to it.

--HG--
branch : HEAD

16 years agorecipient_delimiter: Allow multi-character delimiters.
Timo Sirainen [Tue, 10 Nov 2009 23:35:49 +0000 (18:35 -0500)] 
recipient_delimiter: Allow multi-character delimiters.

--HG--
branch : HEAD

16 years agoAdded recipient_delimiter setting that LMTP server now uses.
Timo Sirainen [Tue, 10 Nov 2009 23:33:41 +0000 (18:33 -0500)] 
Added recipient_delimiter setting that LMTP server now uses.

--HG--
branch : HEAD

16 years ago*-login: Removed per-connection auth failure penalties. Trust auth server to do it.
Timo Sirainen [Tue, 10 Nov 2009 20:09:10 +0000 (15:09 -0500)] 
*-login: Removed per-connection auth failure penalties. Trust auth server to do it.

--HG--
branch : HEAD

16 years agoauth: Added auth failure penalty tracking based on remote IP address.
Timo Sirainen [Tue, 10 Nov 2009 20:08:24 +0000 (15:08 -0500)] 
auth: Added auth failure penalty tracking based on remote IP address.

--HG--
branch : HEAD

16 years agoanvil client: Added more features.
Timo Sirainen [Tue, 10 Nov 2009 20:07:49 +0000 (15:07 -0500)] 
anvil client: Added more features.

--HG--
branch : HEAD

16 years agolib-auth: Don't crash if callback destroys the auth client.
Timo Sirainen [Tue, 10 Nov 2009 20:07:12 +0000 (15:07 -0500)] 
lib-auth: Don't crash if callback destroys the auth client.

--HG--
branch : HEAD

16 years agoanvil: Added support for penalty tracking.
Timo Sirainen [Tue, 10 Nov 2009 20:06:43 +0000 (15:06 -0500)] 
anvil: Added support for penalty tracking.

--HG--
branch : HEAD

16 years agoAdded signature for changeset d52d842e8f81
Timo Sirainen [Tue, 10 Nov 2009 03:04:33 +0000 (22:04 -0500)] 
Added signature for changeset d52d842e8f81

--HG--
branch : HEAD

16 years agoAdded tag 2.0.alpha3 for changeset d52d842e8f81
Timo Sirainen [Tue, 10 Nov 2009 03:04:30 +0000 (22:04 -0500)] 
Added tag 2.0.alpha3 for changeset d52d842e8f81

--HG--
branch : HEAD

16 years agoReleased v2.0.alpha3. 2.0.alpha3
Timo Sirainen [Tue, 10 Nov 2009 03:04:30 +0000 (22:04 -0500)] 
Released v2.0.alpha3.

--HG--
branch : HEAD

16 years agoAdded uni_utf8_str_is_valid().
Timo Sirainen [Tue, 10 Nov 2009 02:21:55 +0000 (21:21 -0500)] 
Added uni_utf8_str_is_valid().

--HG--
branch : HEAD

16 years agolib-lda: Log mailbox name using UTF-8, not mUTF-7.
Timo Sirainen [Tue, 10 Nov 2009 02:03:15 +0000 (21:03 -0500)] 
lib-lda: Log mailbox name using UTF-8, not mUTF-7.

--HG--
branch : HEAD

16 years agomaster: Don't suggest adding -D parameter to non-login processes.
Timo Sirainen [Tue, 10 Nov 2009 01:57:40 +0000 (20:57 -0500)] 
master: Don't suggest adding -D parameter to non-login processes.

--HG--
branch : HEAD

16 years agovpopmail: Removed vauth_open() call. Apparently it's not the right way.
Timo Sirainen [Tue, 10 Nov 2009 01:52:54 +0000 (20:52 -0500)] 
vpopmail: Removed vauth_open() call. Apparently it's not the right way.

--HG--
branch : HEAD

16 years agoRemoved all traces of auth-success file checking.
Timo Sirainen [Tue, 10 Nov 2009 01:46:57 +0000 (20:46 -0500)] 
Removed all traces of auth-success file checking.
The file no longer got written after pre/post-login process redesign and
maybe it's too much trouble to get it back.

--HG--
branch : HEAD

16 years agoindex: If we see duplicate transaction log files, avoid corrupting the newer one.
Timo Sirainen [Tue, 10 Nov 2009 01:39:33 +0000 (20:39 -0500)] 
index: If we see duplicate transaction log files, avoid corrupting the newer one.

--HG--
branch : HEAD

16 years agolmtp proxy: Add Received: header.
Timo Sirainen [Tue, 10 Nov 2009 01:04:44 +0000 (20:04 -0500)] 
lmtp proxy: Add Received: header.

--HG--
branch : HEAD

16 years agolmtp client: Added support for writing given string as headers.
Timo Sirainen [Tue, 10 Nov 2009 01:04:28 +0000 (20:04 -0500)] 
lmtp client: Added support for writing given string as headers.

--HG--
branch : HEAD

16 years agolmtp client: More fixes to handling RCPT TO failures.
Timo Sirainen [Tue, 10 Nov 2009 01:03:42 +0000 (20:03 -0500)] 
lmtp client: More fixes to handling RCPT TO failures.

--HG--
branch : HEAD

16 years agolmtp, lmtp client: More fixes to handling failures.
Timo Sirainen [Tue, 10 Nov 2009 00:27:27 +0000 (19:27 -0500)] 
lmtp, lmtp client: More fixes to handling failures.

--HG--
branch : HEAD

16 years agolmtp proxy: Added data input timeout.
Timo Sirainen [Tue, 10 Nov 2009 00:07:15 +0000 (19:07 -0500)] 
lmtp proxy: Added data input timeout.

--HG--
branch : HEAD

16 years agolmtp: Disable idle timeout while proxying.
Timo Sirainen [Mon, 9 Nov 2009 23:54:40 +0000 (18:54 -0500)] 
lmtp: Disable idle timeout while proxying.

--HG--
branch : HEAD

16 years agoAdded "time" (interval) setting type, which supports s/m/h/d/w suffixes.
Timo Sirainen [Mon, 9 Nov 2009 23:41:59 +0000 (18:41 -0500)] 
Added "time" (interval) setting type, which supports s/m/h/d/w suffixes.

--HG--
branch : HEAD

16 years agoAdded "size" setting type, which supports B/k/M/G/T suffixes.
Timo Sirainen [Mon, 9 Nov 2009 23:22:37 +0000 (18:22 -0500)] 
Added "size" setting type, which supports B/k/M/G/T suffixes.

--HG--
branch : HEAD

16 years agoIDLE: After seeing a change, don't check for more changes every 0,5 seconds.
Timo Sirainen [Mon, 9 Nov 2009 20:12:01 +0000 (15:12 -0500)] 
IDLE: After seeing a change, don't check for more changes every 0,5 seconds.

--HG--
branch : HEAD

16 years agolib-lda: If hostname setting is empty, default to system's hostname.
Timo Sirainen [Mon, 9 Nov 2009 20:04:33 +0000 (15:04 -0500)] 
lib-lda: If hostname setting is empty, default to system's hostname.

--HG--
branch : HEAD

16 years agolmtp proxy: After all DATA input is read, stop trying to read more of it.
Timo Sirainen [Mon, 9 Nov 2009 20:00:59 +0000 (15:00 -0500)] 
lmtp proxy: After all DATA input is read, stop trying to read more of it.

--HG--
branch : HEAD

16 years agolmtp client: Handle failures better.
Timo Sirainen [Mon, 9 Nov 2009 19:59:54 +0000 (14:59 -0500)] 
lmtp client: Handle failures better.

--HG--
branch : HEAD

16 years agolib-master: Don't try to close config fd early after all.
Timo Sirainen [Mon, 9 Nov 2009 19:34:22 +0000 (14:34 -0500)] 
lib-master: Don't try to close config fd early after all.
Login processes can do another config lookup when TLS hostname is given.

--HG--
branch : HEAD

16 years agolmtp: Fixed accessing uninitialized memory.
Timo Sirainen [Mon, 9 Nov 2009 18:42:59 +0000 (13:42 -0500)] 
lmtp: Fixed accessing uninitialized memory.

--HG--
branch : HEAD

16 years agolmtp: Read protocol=lmtp settings.
Timo Sirainen [Mon, 9 Nov 2009 18:42:34 +0000 (13:42 -0500)] 
lmtp: Read protocol=lmtp settings.

--HG--
branch : HEAD

16 years agoAdded mail_storage_service_init_settings().
Timo Sirainen [Mon, 9 Nov 2009 18:42:16 +0000 (13:42 -0500)] 
Added mail_storage_service_init_settings().

--HG--
branch : HEAD

16 years agolmtp: Link smtp-client.o explicitly so Sieve can use it.
Timo Sirainen [Mon, 9 Nov 2009 18:41:38 +0000 (13:41 -0500)] 
lmtp: Link smtp-client.o explicitly so Sieve can use it.

--HG--
branch : HEAD

16 years agoconfig: Handle chained dependencies.
Timo Sirainen [Mon, 9 Nov 2009 18:26:38 +0000 (13:26 -0500)] 
config: Handle chained dependencies.

--HG--
branch : HEAD

16 years agoMake unicodemap.pl give correct return code when it fails to complete, so that make...
Jørgen P. Tjernø [Mon, 9 Nov 2009 06:54:01 +0000 (22:54 -0800)] 
Make unicodemap.pl give correct return code when it fails to complete, so that make will stop processing.

--HG--
branch : HEAD

16 years agoMakefile: Updated *.conf files to be *.conf.ext
Timo Sirainen [Fri, 6 Nov 2009 22:48:40 +0000 (17:48 -0500)] 
Makefile: Updated *.conf files to be *.conf.ext

--HG--
branch : HEAD

16 years agoexample-config: Dropped ".ext" extension from dovecot.conf
Pascal Volk [Fri, 6 Nov 2009 22:06:22 +0000 (22:06 +0000)] 
example-config: Dropped ".ext" extension from dovecot.conf

--HG--
branch : HEAD

16 years agomaildir: Having a lot of keywords assert-crashed with "stack frame changed".
Timo Sirainen [Fri, 6 Nov 2009 22:45:24 +0000 (17:45 -0500)] 
maildir: Having a lot of keywords assert-crashed with "stack frame changed".

--HG--
branch : HEAD

16 years ago*-login: Use new anvil library to do async anvil lookups.
Timo Sirainen [Fri, 6 Nov 2009 18:57:43 +0000 (13:57 -0500)] 
*-login: Use new anvil library to do async anvil lookups.

--HG--
branch : HEAD

16 years agolib-master: Added anvil client code.
Timo Sirainen [Fri, 6 Nov 2009 18:57:04 +0000 (13:57 -0500)] 
lib-master: Added anvil client code.

--HG--
branch : HEAD

16 years agolib-master: Added master_service_stop_new_connections().
Timo Sirainen [Fri, 6 Nov 2009 18:56:10 +0000 (13:56 -0500)] 
lib-master: Added master_service_stop_new_connections().

--HG--
branch : HEAD

16 years agomail storage service: Added MAIL_STORAGE_SERVICE_NO_LOG_INIT flag.
Timo Sirainen [Fri, 6 Nov 2009 01:15:40 +0000 (20:15 -0500)] 
mail storage service: Added MAIL_STORAGE_SERVICE_NO_LOG_INIT flag.

--HG--
branch : HEAD

16 years agoAdded DLLIST2_*() functions for doubly linked list with head and tail.
Timo Sirainen [Fri, 6 Nov 2009 00:47:44 +0000 (19:47 -0500)] 
Added DLLIST2_*() functions for doubly linked list with head and tail.

--HG--
branch : HEAD

16 years agoDLLIST_REMOVE(): Set removed item's prev/next pointers to NULL.
Timo Sirainen [Fri, 6 Nov 2009 00:47:18 +0000 (19:47 -0500)] 
DLLIST_REMOVE(): Set removed item's prev/next pointers to NULL.

--HG--
branch : HEAD

16 years agoexample-config: Added ".ext" extension for ldap/sql/dict-sql/db config files.
Timo Sirainen [Thu, 5 Nov 2009 23:39:36 +0000 (18:39 -0500)] 
example-config: Added ".ext" extension for ldap/sql/dict-sql/db config files.
This separates them from the rest of the config files that can be directly
included from conf.d/.

--HG--
branch : HEAD

16 years agolmtp: Keep connection to config process open.
Timo Sirainen [Thu, 5 Nov 2009 23:01:06 +0000 (18:01 -0500)] 
lmtp: Keep connection to config process open.

--HG--
branch : HEAD

16 years agolmtp: Don't crash if LHLO isn't given.
Timo Sirainen [Thu, 5 Nov 2009 22:57:53 +0000 (17:57 -0500)] 
lmtp: Don't crash if LHLO isn't given.

--HG--
branch : HEAD

16 years agolmtp: Improved logging.
Timo Sirainen [Thu, 5 Nov 2009 22:55:36 +0000 (17:55 -0500)] 
lmtp: Improved logging.

--HG--
branch : HEAD

16 years agolmtp: Add Received: header, with a session ID. Log the session ID also.
Timo Sirainen [Thu, 5 Nov 2009 22:27:46 +0000 (17:27 -0500)] 
lmtp: Add Received: header, with a session ID. Log the session ID also.

--HG--
branch : HEAD

16 years agolib-storage: Moved mail_generate_*() to be public functions.
Timo Sirainen [Thu, 5 Nov 2009 22:03:47 +0000 (17:03 -0500)] 
lib-storage: Moved mail_generate_*() to be public functions.

--HG--
branch : HEAD

16 years agodbox notify: Look for dbox index files from index dir, not mail root dir.
Timo Sirainen [Thu, 5 Nov 2009 20:24:36 +0000 (15:24 -0500)] 
dbox notify: Look for dbox index files from index dir, not mail root dir.

--HG--
branch : HEAD

16 years agoauth: Drop idling worker processes after 5 minutes, not 30 minutes.
Timo Sirainen [Thu, 5 Nov 2009 20:00:12 +0000 (15:00 -0500)] 
auth: Drop idling worker processes after 5 minutes, not 30 minutes.

--HG--
branch : HEAD

16 years agomail storage service: Create auth master connection if necessary when returning it.
Timo Sirainen [Thu, 5 Nov 2009 19:37:20 +0000 (14:37 -0500)] 
mail storage service: Create auth master connection if necessary when returning it.

--HG--
branch : HEAD

16 years agombox: Don't close input stream when syncing. This breaks copying.
Timo Sirainen [Thu, 5 Nov 2009 19:28:47 +0000 (14:28 -0500)] 
mbox: Don't close input stream when syncing. This breaks copying.

--HG--
branch : HEAD

16 years agoMakefile: Added missing lmtp.conf.
Timo Sirainen [Thu, 5 Nov 2009 19:13:00 +0000 (14:13 -0500)] 
Makefile: Added missing lmtp.conf.

--HG--
branch : HEAD

16 years agomaster: Make sure processes aren't created if its service is stopped.
Timo Sirainen [Thu, 5 Nov 2009 17:45:07 +0000 (12:45 -0500)] 
master: Make sure processes aren't created if its service is stopped.

--HG--
branch : HEAD

16 years agoarray_foreach_modifiable() was broken in non-C99 compilers.
Timo Sirainen [Thu, 5 Nov 2009 17:34:05 +0000 (12:34 -0500)] 
array_foreach_modifiable() was broken in non-C99 compilers.
Patch by Apple.

--HG--
branch : HEAD

16 years agodsync: Several fixes
Timo Sirainen [Wed, 4 Nov 2009 23:51:10 +0000 (18:51 -0500)] 
dsync: Several fixes

--HG--
branch : HEAD

16 years agombox: Fixed mailbox_update() to update next-uid properly.
Timo Sirainen [Mon, 2 Nov 2009 23:11:48 +0000 (18:11 -0500)] 
mbox: Fixed mailbox_update() to update next-uid properly.

--HG--
branch : HEAD

16 years agombox: Added support for saving messages with wanted UIDs.
Timo Sirainen [Mon, 2 Nov 2009 23:03:21 +0000 (18:03 -0500)] 
mbox: Added support for saving messages with wanted UIDs.

--HG--
branch : HEAD