]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
16 years agoconfigure: Added -llber to ldap libs. Fixes linking in some systems.
Timo Sirainen [Wed, 9 Dec 2009 20:08:05 +0000 (15:08 -0500)] 
configure: Added -llber to ldap libs. Fixes linking in some systems.
Patch by Marco Nenciarini.

--HG--
branch : HEAD

16 years agoCompile fix for non-Linux.
Timo Sirainen [Wed, 9 Dec 2009 19:13:53 +0000 (14:13 -0500)] 
Compile fix for non-Linux.

--HG--
branch : HEAD

16 years agodoc/dovecot-initd.sh extended LSB run-time dependencies
Pascal Volk [Fri, 27 Nov 2009 15:41:04 +0000 (15:41 +0000)] 
doc/dovecot-initd.sh extended LSB run-time dependencies

--HG--
branch : HEAD

16 years agoquota: Minor code cleanup.
Timo Sirainen [Tue, 8 Dec 2009 22:51:29 +0000 (17:51 -0500)] 
quota: Minor code cleanup.

--HG--
branch : HEAD

16 years agoMaildir++ quota: % limits weren't updated when limits were read from maildirsize.
Timo Sirainen [Tue, 8 Dec 2009 22:50:37 +0000 (17:50 -0500)] 
Maildir++ quota: % limits weren't updated when limits were read from maildirsize.

--HG--
branch : HEAD

16 years agoFixed my_strptime() wrapper.
Timo Sirainen [Tue, 8 Dec 2009 21:32:49 +0000 (16:32 -0500)] 
Fixed my_strptime() wrapper.

--HG--
branch : HEAD

16 years agoprocess title hack: Free allocated memory at deinit.
Timo Sirainen [Tue, 8 Dec 2009 20:19:31 +0000 (15:19 -0500)] 
process title hack: Free allocated memory at deinit.

--HG--
branch : HEAD

16 years ago*-login: Fixed a minor memory leak.
Timo Sirainen [Tue, 8 Dec 2009 20:08:41 +0000 (15:08 -0500)] 
*-login: Fixed a minor memory leak.

--HG--
branch : HEAD

16 years agoexample-config: Updated ssl_key_password comments.
Timo Sirainen [Tue, 8 Dec 2009 20:08:20 +0000 (15:08 -0500)] 
example-config: Updated ssl_key_password comments.

--HG--
branch : HEAD

16 years ago*-login: ssl_ca_file setting changed to ssl_ca.
Timo Sirainen [Tue, 8 Dec 2009 20:06:45 +0000 (15:06 -0500)] 
*-login: ssl_ca_file setting changed to ssl_ca.

--HG--
branch : HEAD

16 years agoimap: Fixed listing namespaces with multiple hierarchy separators.
Timo Sirainen [Tue, 8 Dec 2009 18:51:49 +0000 (13:51 -0500)] 
imap: Fixed listing namespaces with multiple hierarchy separators.

--HG--
branch : HEAD

16 years agoconfig parser: If line ends with '\' continuation, remove extra whitespace before it.
Timo Sirainen [Tue, 8 Dec 2009 18:33:27 +0000 (13:33 -0500)] 
config parser: If line ends with '\' continuation, remove extra whitespace before it.

--HG--
branch : HEAD

16 years agoexpire plugin: Log debug messages with i_debug(), not i_info().
Timo Sirainen [Tue, 8 Dec 2009 03:44:16 +0000 (22:44 -0500)] 
expire plugin: Log debug messages with i_debug(), not i_info().

--HG--
branch : HEAD

16 years agoexpire plugin: Fixed debug logging to use mail_debug setting.
Timo Sirainen [Mon, 7 Dec 2009 20:53:14 +0000 (15:53 -0500)] 
expire plugin: Fixed debug logging to use mail_debug setting.

--HG--
branch : HEAD

16 years agoFixed compiling without module support.
Timo Sirainen [Mon, 7 Dec 2009 20:51:12 +0000 (15:51 -0500)] 
Fixed compiling without module support.

--HG--
branch : HEAD

16 years agomodule_dir_load*() API changed to take settings struct, with debug field.
Timo Sirainen [Mon, 7 Dec 2009 20:31:18 +0000 (15:31 -0500)] 
module_dir_load*() API changed to take settings struct, with debug field.
Fixed debug logging to also go from info log to debug log.

--HG--
branch : HEAD

16 years agolmtp proxy: Fixed output timeout handling.
Timo Sirainen [Mon, 7 Dec 2009 20:06:27 +0000 (15:06 -0500)] 
lmtp proxy: Fixed output timeout handling.

--HG--
branch : HEAD

16 years agoimap-* plugins: Advertise capability only if user actually has plugin loaded.
Timo Sirainen [Mon, 7 Dec 2009 19:44:00 +0000 (14:44 -0500)] 
imap-* plugins: Advertise capability only if user actually has plugin loaded.

--HG--
branch : HEAD

16 years agolib-storage: Added mail_user_is_plugin_loaded().
Timo Sirainen [Mon, 7 Dec 2009 19:43:39 +0000 (14:43 -0500)] 
lib-storage: Added mail_user_is_plugin_loaded().

--HG--
branch : HEAD

16 years agolib-storage: Added support for per-user plugins.
Timo Sirainen [Mon, 7 Dec 2009 19:43:29 +0000 (14:43 -0500)] 
lib-storage: Added support for per-user plugins.

--HG--
branch : HEAD

16 years agolib-storage: Use module_get_plugin_name() instead of doing it ourself.
Timo Sirainen [Mon, 7 Dec 2009 19:43:11 +0000 (14:43 -0500)] 
lib-storage: Use module_get_plugin_name() instead of doing it ourself.

--HG--
branch : HEAD

16 years agoAdded module_dir_load_missing() and module_get_plugin_name().
Timo Sirainen [Mon, 7 Dec 2009 19:42:57 +0000 (14:42 -0500)] 
Added module_dir_load_missing() and module_get_plugin_name().

--HG--
branch : HEAD

16 years agolmtp proxy fixes.
Timo Sirainen [Mon, 7 Dec 2009 18:34:35 +0000 (13:34 -0500)] 
lmtp proxy fixes.

--HG--
branch : HEAD

16 years agolib-storage: Forgot to add new files for plugin API change.
Timo Sirainen [Mon, 7 Dec 2009 16:40:40 +0000 (11:40 -0500)] 
lib-storage: Forgot to add new files for plugin API change.

--HG--
branch : HEAD

16 years agoCheck return value if unsetenv().
Timo Sirainen [Fri, 4 Dec 2009 22:53:58 +0000 (16:53 -0600)] 
Check return value if unsetenv().

--HG--
branch : HEAD

16 years agolib-storage: Plugin hook API changed to support per-user plugins within a process.
Timo Sirainen [Fri, 4 Dec 2009 22:15:51 +0000 (16:15 -0600)] 
lib-storage: Plugin hook API changed to support per-user plugins within a process.

--HG--
branch : HEAD

16 years agoChanged settings-get.pl to understand the MEMBER() macro removal.
Timo Sirainen [Fri, 4 Dec 2009 21:10:43 +0000 (15:10 -0600)] 
Changed settings-get.pl to understand the MEMBER() macro removal.

--HG--
branch : HEAD

16 years agoRemoved MEMBER() macro. Require C99 style struct initializer.
Timo Sirainen [Fri, 4 Dec 2009 19:52:35 +0000 (13:52 -0600)] 
Removed MEMBER() macro. Require C99 style struct initializer.

--HG--
branch : HEAD

16 years agomaildir: Removed logging extraneous errors, again.
Timo Sirainen [Thu, 3 Dec 2009 17:14:45 +0000 (11:14 -0600)] 
maildir: Removed logging extraneous errors, again.

--HG--
branch : HEAD

16 years agomaildir: Removed logging extraneous errors.
Timo Sirainen [Thu, 3 Dec 2009 17:11:20 +0000 (11:11 -0600)] 
maildir: Removed logging extraneous errors.

--HG--
branch : HEAD

16 years agomaildir_copy_preserve_filename=yes could have caused crashes.
Timo Sirainen [Thu, 3 Dec 2009 16:38:54 +0000 (10:38 -0600)] 
maildir_copy_preserve_filename=yes could have caused crashes.

--HG--
branch : HEAD

16 years agoUse array_foreach() more.
Timo Sirainen [Wed, 2 Dec 2009 21:35:51 +0000 (15:35 -0600)] 
Use array_foreach() more.

--HG--
branch : HEAD

16 years agoAdded array_foreach_idx()
Timo Sirainen [Wed, 2 Dec 2009 21:35:32 +0000 (15:35 -0600)] 
Added array_foreach_idx()

--HG--
branch : HEAD

16 years agoRemoved buffer_create_static_hard().
Timo Sirainen [Wed, 25 Nov 2009 18:19:42 +0000 (13:19 -0500)] 
Removed buffer_create_static_hard().
buffer_create_data() handles most of the situations where it was wanted.

--HG--
branch : HEAD

16 years agomail_privileged_group was parsed as user, not group.
Timo Sirainen [Wed, 25 Nov 2009 17:48:21 +0000 (12:48 -0500)] 
mail_privileged_group was parsed as user, not group.
Patch by Apple.

--HG--
branch : HEAD

16 years agolmtp proxy: Crashfix on hanging connections.
Timo Sirainen [Tue, 24 Nov 2009 21:40:50 +0000 (16:40 -0500)] 
lmtp proxy: Crashfix on hanging connections.

--HG--
branch : HEAD

16 years agolmtp proxy: Assert-crashfix to handling DATA input timeout.
Timo Sirainen [Tue, 24 Nov 2009 20:36:30 +0000 (15:36 -0500)] 
lmtp proxy: Assert-crashfix to handling DATA input timeout.

--HG--
branch : HEAD

16 years agolmtp proxy: More error handling fixes.
Timo Sirainen [Tue, 24 Nov 2009 20:11:13 +0000 (15:11 -0500)] 
lmtp proxy: More error handling fixes.

--HG--
branch : HEAD

16 years agolmtp proxy: Don't crash if all RCPT TOs fail to a remote.
Timo Sirainen [Tue, 24 Nov 2009 19:32:10 +0000 (14:32 -0500)] 
lmtp proxy: Don't crash if all RCPT TOs fail to a remote.

--HG--
branch : HEAD

16 years agoLMTP client API changes. Should be easier to use now.
Timo Sirainen [Tue, 24 Nov 2009 19:17:06 +0000 (14:17 -0500)] 
LMTP client API changes. Should be easier to use now.

--HG--
branch : HEAD

16 years agolmtp proxy: Error handling fix.
Timo Sirainen [Tue, 24 Nov 2009 18:29:02 +0000 (13:29 -0500)] 
lmtp proxy: Error handling fix.

--HG--
branch : HEAD

16 years agolmtp: Error handling fixes.
Timo Sirainen [Mon, 23 Nov 2009 23:19:01 +0000 (18:19 -0500)] 
lmtp: Error handling fixes.

--HG--
branch : HEAD

16 years agopop3-login: Don't crash in QUIT command.
Timo Sirainen [Mon, 23 Nov 2009 22:39:18 +0000 (17:39 -0500)] 
pop3-login: Don't crash in QUIT command.

--HG--
branch : HEAD

16 years agolmtp proxy: Fix to handling "no new input" reads.
Timo Sirainen [Mon, 23 Nov 2009 20:45:24 +0000 (15:45 -0500)] 
lmtp proxy: Fix to handling "no new input" reads.

--HG--
branch : HEAD

16 years agolmtp proxy: Stalling remote servers weren't detected correctly.
Timo Sirainen [Mon, 23 Nov 2009 20:43:33 +0000 (15:43 -0500)] 
lmtp proxy: Stalling remote servers weren't detected correctly.

--HG--
branch : HEAD

16 years agoAdded tee_i_stream_child_is_waiting().
Timo Sirainen [Mon, 23 Nov 2009 20:42:55 +0000 (15:42 -0500)] 
Added tee_i_stream_child_is_waiting().

--HG--
branch : HEAD

16 years agoimap: Don't send NONEXISTENT resp code to non-delete operations.
Timo Sirainen [Mon, 23 Nov 2009 20:01:45 +0000 (15:01 -0500)] 
imap: Don't send NONEXISTENT resp code to non-delete operations.

--HG--
branch : HEAD

16 years agomail storage service: And added missing #include for previous change.
Timo Sirainen [Mon, 23 Nov 2009 19:51:03 +0000 (14:51 -0500)] 
mail storage service: And added missing #include for previous change.

--HG--
branch : HEAD

16 years agomail storage service: If chdir() fails with EACCES, give a better error message.
Timo Sirainen [Mon, 23 Nov 2009 19:50:20 +0000 (14:50 -0500)] 
mail storage service: If chdir() fails with EACCES, give a better error message.

--HG--
branch : HEAD

16 years agolmtp client: Don't crash if lmtp_client_send_more() is called after failure.
Timo Sirainen [Mon, 23 Nov 2009 18:16:38 +0000 (13:16 -0500)] 
lmtp client: Don't crash if lmtp_client_send_more() is called after failure.

--HG--
branch : HEAD

16 years agofts-squat: Fixed searching multi-byte characters.
Timo Sirainen [Mon, 23 Nov 2009 17:51:07 +0000 (12:51 -0500)] 
fts-squat: Fixed searching multi-byte characters.

--HG--
branch : HEAD

16 years agomaildir: Changed index/uidlist mismatch from assert-crashing to logging an error.
Timo Sirainen [Mon, 23 Nov 2009 17:19:24 +0000 (12:19 -0500)] 
maildir: Changed index/uidlist mismatch from assert-crashing to logging an error.

--HG--
branch : HEAD

16 years agolib-index: Replaced ext-header update assert with "index corrupted" error handling.
Timo Sirainen [Mon, 23 Nov 2009 16:41:29 +0000 (11:41 -0500)] 
lib-index: Replaced ext-header update assert with "index corrupted" error handling.

--HG--
branch : HEAD

16 years agoMakefile: Added UnicodeData.txt to distribution.
Timo Sirainen [Mon, 23 Nov 2009 16:16:35 +0000 (11:16 -0500)] 
Makefile: Added UnicodeData.txt to distribution.

--HG--
branch : HEAD

16 years agoOS X: Fixed compiler warning about missing fdatasync() prototypes.
Timo Sirainen [Fri, 20 Nov 2009 20:27:07 +0000 (15:27 -0500)] 
OS X: Fixed compiler warning about missing fdatasync() prototypes.

--HG--
branch : HEAD

16 years agolib-index: MAIL_TRANSACTION_TYPE_MASK didn't contain the new _EXT_HDR_UPDATE32.
Timo Sirainen [Fri, 20 Nov 2009 18:52:35 +0000 (13:52 -0500)] 
lib-index: MAIL_TRANSACTION_TYPE_MASK didn't contain the new _EXT_HDR_UPDATE32.

--HG--
branch : HEAD

16 years agolib-index: Updated MAIL_TRANSACTION_EXT_MASK to include thew new _EXT_HDR_UPDATE32.
Timo Sirainen [Thu, 19 Nov 2009 23:49:48 +0000 (18:49 -0500)] 
lib-index: Updated MAIL_TRANSACTION_EXT_MASK to include thew new _EXT_HDR_UPDATE32.

--HG--
branch : HEAD

16 years agomail_index_update_header_ext(): Couldn't handle >=64k headers.
Timo Sirainen [Thu, 19 Nov 2009 23:45:21 +0000 (18:45 -0500)] 
mail_index_update_header_ext(): Couldn't handle >=64k headers.

--HG--
branch : HEAD

16 years agodoc/dovecot-initd.sh added LSB-compliant info block. Updated base_dir detection.
Pascal Volk [Thu, 19 Nov 2009 06:32:54 +0000 (06:32 +0000)] 
doc/dovecot-initd.sh added LSB-compliant info block. Updated base_dir detection.

--HG--
branch : HEAD

16 years agoDefine inet_listener_settings array type.
Timo Sirainen [Thu, 19 Nov 2009 23:25:57 +0000 (18:25 -0500)] 
Define inet_listener_settings array type.

--HG--
branch : HEAD

16 years agoAdded mailbox_list_set_changelog_writable().
Timo Sirainen [Thu, 19 Nov 2009 23:20:23 +0000 (18:20 -0500)] 
Added mailbox_list_set_changelog_writable().

--HG--
branch : HEAD

16 years agoCompiler warning fixes.
Timo Sirainen [Thu, 19 Nov 2009 23:19:32 +0000 (18:19 -0500)] 
Compiler warning fixes.

--HG--
branch : HEAD

16 years agomaster: Give a nicer error message if duplicate listeners exist.
Timo Sirainen [Thu, 19 Nov 2009 23:18:31 +0000 (18:18 -0500)] 
master: Give a nicer error message if duplicate listeners exist.

--HG--
branch : HEAD

16 years agomaster: Create base_dir with 0755 permissions, not 0777.
Timo Sirainen [Thu, 19 Nov 2009 23:00:08 +0000 (18:00 -0500)] 
master: Create base_dir with 0755 permissions, not 0777.

--HG--
branch : HEAD

16 years agodsync: Fixed problems with syncing mailbox names that are invalid on other side.
Timo Sirainen [Thu, 19 Nov 2009 22:28:48 +0000 (17:28 -0500)] 
dsync: Fixed problems with syncing mailbox names that are invalid on other side.

--HG--
branch : HEAD

16 years agoAdded a wrapper for strptime() to work around issues with glibc.
Timo Sirainen [Thu, 19 Nov 2009 22:21:03 +0000 (17:21 -0500)] 
Added a wrapper for strptime() to work around issues with glibc.

--HG--
branch : HEAD

16 years agodsync: Sync mailbox renames.
Timo Sirainen [Thu, 19 Nov 2009 19:19:39 +0000 (14:19 -0500)] 
dsync: Sync mailbox renames.

--HG--
branch : HEAD

16 years agomaster: unix_listener's user/group wasn't being used.
Timo Sirainen [Thu, 19 Nov 2009 04:13:08 +0000 (23:13 -0500)] 
master: unix_listener's user/group wasn't being used.

--HG--
branch : HEAD

16 years agolmtp: Use hostname setting.
Timo Sirainen [Thu, 19 Nov 2009 01:43:44 +0000 (20:43 -0500)] 
lmtp: Use hostname setting.

--HG--
branch : HEAD

16 years agodsync: If some uid/modseq changes couldn't be done, exit with different value.
Timo Sirainen [Thu, 19 Nov 2009 00:58:37 +0000 (19:58 -0500)] 
dsync: If some uid/modseq changes couldn't be done, exit with different value.

--HG--
branch : HEAD

16 years agoTransaction commits can now track how many uid/modseq updates were ignored.
Timo Sirainen [Thu, 19 Nov 2009 00:58:07 +0000 (19:58 -0500)] 
Transaction commits can now track how many uid/modseq updates were ignored.

--HG--
branch : HEAD

16 years agolmtp: Don't leak a client timeout and crash later.
Timo Sirainen [Wed, 18 Nov 2009 23:39:37 +0000 (18:39 -0500)] 
lmtp: Don't leak a client timeout and crash later.

--HG--
branch : HEAD

16 years agoMAIL_STORAGE_SERVICE_FLAG_ENABLE_CORE_DUMPS: Also chdir() to home dir.
Timo Sirainen [Wed, 18 Nov 2009 23:24:44 +0000 (18:24 -0500)] 
MAIL_STORAGE_SERVICE_FLAG_ENABLE_CORE_DUMPS: Also chdir() to home dir.

--HG--
branch : HEAD

16 years agolmtp: If -D parameter is given, enable core dumps.
Timo Sirainen [Wed, 18 Nov 2009 23:07:59 +0000 (18:07 -0500)] 
lmtp: If -D parameter is given, enable core dumps.

--HG--
branch : HEAD

16 years agomail-storage-service: Added MAIL_STORAGE_SERVICE_FLAG_ENABLE_CORE_DUMPS flag.
Timo Sirainen [Wed, 18 Nov 2009 23:07:48 +0000 (18:07 -0500)] 
mail-storage-service: Added MAIL_STORAGE_SERVICE_FLAG_ENABLE_CORE_DUMPS flag.

--HG--
branch : HEAD

16 years agoAdded mail_storage_service_user_get_settings_parser().
Timo Sirainen [Wed, 18 Nov 2009 20:19:54 +0000 (15:19 -0500)] 
Added mail_storage_service_user_get_settings_parser().

--HG--
branch : HEAD

16 years agodsync: Added handshaking to proxy protocol.
Timo Sirainen [Wed, 18 Nov 2009 20:19:39 +0000 (15:19 -0500)] 
dsync: Added handshaking to proxy protocol.

--HG--
branch : HEAD

16 years agodsync: Fixed -u <user> convert.
Timo Sirainen [Wed, 18 Nov 2009 20:12:01 +0000 (15:12 -0500)] 
dsync: Fixed -u <user> convert.

--HG--
branch : HEAD

16 years agolib-auth: Fixed "auth input" debug messages.
Timo Sirainen [Wed, 18 Nov 2009 20:03:01 +0000 (15:03 -0500)] 
lib-auth: Fixed "auth input" debug messages.

--HG--
branch : HEAD

16 years agolayout=fs: Fixed listing mailboxes under INBOX with non-mbox storages.
Timo Sirainen [Wed, 18 Nov 2009 02:04:46 +0000 (21:04 -0500)] 
layout=fs: Fixed listing mailboxes under INBOX with non-mbox storages.

--HG--
branch : HEAD

16 years agodsync: Minor unit test update.
Timo Sirainen [Wed, 18 Nov 2009 01:56:00 +0000 (20:56 -0500)] 
dsync: Minor unit test update.

--HG--
branch : HEAD

16 years agodsync: Added support for different source/dest hierarchy separators.
Timo Sirainen [Wed, 18 Nov 2009 01:55:04 +0000 (20:55 -0500)] 
dsync: Added support for different source/dest hierarchy separators.

--HG--
branch : HEAD

16 years agodsync: Write usage directly to stderr instead of via logging.
Timo Sirainen [Wed, 18 Nov 2009 01:32:35 +0000 (20:32 -0500)] 
dsync: Write usage directly to stderr instead of via logging.

--HG--
branch : HEAD

16 years agodsync convert <source> converts mailbox without proxying. Renamed -e parameter to...
Timo Sirainen [Wed, 18 Nov 2009 01:29:48 +0000 (20:29 -0500)] 
dsync convert <source> converts mailbox without proxying. Renamed -e parameter to "mirror".

--HG--
branch : HEAD

16 years agodsync: Changed local/remote log prefixes.
Timo Sirainen [Wed, 18 Nov 2009 00:58:07 +0000 (19:58 -0500)] 
dsync: Changed local/remote log prefixes.

--HG--
branch : HEAD

16 years agodsync: Require "server" parameter to start in server mode.
Timo Sirainen [Wed, 18 Nov 2009 00:57:53 +0000 (19:57 -0500)] 
dsync: Require "server" parameter to start in server mode.

--HG--
branch : HEAD

16 years agomail_user_*home_expand(): Use home_expand_tilde() instead of duplicating the code.
Timo Sirainen [Wed, 18 Nov 2009 00:41:21 +0000 (19:41 -0500)] 
mail_user_*home_expand(): Use home_expand_tilde() instead of duplicating the code.

--HG--
branch : HEAD

16 years agomdbox: mailbox_update() was updating uidvalidity to random values.
Timo Sirainen [Wed, 18 Nov 2009 00:35:21 +0000 (19:35 -0500)] 
mdbox: mailbox_update() was updating uidvalidity to random values.

--HG--
branch : HEAD

16 years agodsync: Try creating INBOX before fallbacking to just updating it.
Timo Sirainen [Wed, 18 Nov 2009 00:25:28 +0000 (19:25 -0500)] 
dsync: Try creating INBOX before fallbacking to just updating it.

--HG--
branch : HEAD

16 years agoauth: Unload modules earlier to avoid crashes.
Timo Sirainen [Tue, 17 Nov 2009 23:53:09 +0000 (18:53 -0500)] 
auth: Unload modules earlier to avoid crashes.

--HG--
branch : HEAD

16 years agomailbox_search_next*() API changed to return bool.
Timo Sirainen [Tue, 17 Nov 2009 23:34:29 +0000 (18:34 -0500)] 
mailbox_search_next*() API changed to return bool.
If search fails, it'll be noticed anyway by mailbox_search_deinit().

--HG--
branch : HEAD

16 years agombox: Minor error message improvement.
Timo Sirainen [Tue, 17 Nov 2009 23:18:28 +0000 (18:18 -0500)] 
mbox: Minor error message improvement.

--HG--
branch : HEAD

16 years agodoveadm: Added global -v (verbose) and -D (debug) options.
Timo Sirainen [Tue, 17 Nov 2009 23:12:34 +0000 (18:12 -0500)] 
doveadm: Added global -v (verbose) and -D (debug) options.
Removed "doveadm <mail command> -v".

--HG--
branch : HEAD

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