]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
14 years agoReleased v2.1.alpha2. 2.1.alpha2
Timo Sirainen [Fri, 16 Sep 2011 14:00:24 +0000 (17:00 +0300)] 
Released v2.1.alpha2.

14 years agoMerged changes from v2.0.15.
Timo Sirainen [Fri, 16 Sep 2011 13:59:10 +0000 (16:59 +0300)] 
Merged changes from v2.0.15.

14 years agoAdded signature for changeset 11ef52450096
Timo Sirainen [Fri, 16 Sep 2011 13:45:25 +0000 (16:45 +0300)] 
Added signature for changeset 11ef52450096

14 years agoAdded tag 2.0.15 for changeset 11ef52450096
Timo Sirainen [Fri, 16 Sep 2011 13:45:22 +0000 (16:45 +0300)] 
Added tag 2.0.15 for changeset 11ef52450096

14 years agoReleased v2.0.15. 2.0.15
Timo Sirainen [Fri, 16 Sep 2011 13:45:22 +0000 (16:45 +0300)] 
Released v2.0.15.

14 years agoauth: Use "auth-worker:" log prefix for auth worker processes.
Timo Sirainen [Fri, 16 Sep 2011 13:40:32 +0000 (16:40 +0300)] 
auth: Use "auth-worker:" log prefix for auth worker processes.

14 years agoTODO updated
Timo Sirainen [Fri, 16 Sep 2011 13:14:14 +0000 (16:14 +0300)] 
TODO updated

14 years agoacl: Fixed listing multiple shared namespaces.
Timo Sirainen [Fri, 16 Sep 2011 13:01:53 +0000 (16:01 +0300)] 
acl: Fixed listing multiple shared namespaces.

14 years agolib-storage: Don't try to use the same mail_storage for shared storages.
Timo Sirainen [Fri, 16 Sep 2011 13:01:29 +0000 (16:01 +0300)] 
lib-storage: Don't try to use the same mail_storage for shared storages.
This fixes having multiple independent shared namespaces.

14 years agolib-storage: Improved debug logging messages.
Timo Sirainen [Fri, 16 Sep 2011 11:59:34 +0000 (14:59 +0300)] 
lib-storage: Improved debug logging messages.

14 years agoFixes to listing mailboxes/subscriptions in shared namespaces.
Timo Sirainen [Fri, 16 Sep 2011 11:52:29 +0000 (14:52 +0300)] 
Fixes to listing mailboxes/subscriptions in shared namespaces.

14 years agolib-storage: If shared namespace prefix doesn't end with hierarchy separator, fail.
Timo Sirainen [Fri, 16 Sep 2011 10:14:11 +0000 (13:14 +0300)] 
lib-storage: If shared namespace prefix doesn't end with hierarchy separator, fail.

14 years agolib-storage: If mailbox_rename() isn't possible and mail_debug=yes, log the reason...
Timo Sirainen [Fri, 16 Sep 2011 10:06:48 +0000 (13:06 +0300)] 
lib-storage: If mailbox_rename() isn't possible and mail_debug=yes, log the reason why.

14 years agolib-storage: Changed debug message to sound less like an error message.
Timo Sirainen [Fri, 16 Sep 2011 09:57:40 +0000 (12:57 +0300)] 
lib-storage: Changed debug message to sound less like an error message.

14 years agoquota: When matching mailbox names in quota rules, unalias namespaces first.
Timo Sirainen [Fri, 16 Sep 2011 09:40:19 +0000 (12:40 +0300)] 
quota: When matching mailbox names in quota rules, unalias namespaces first.

14 years agolib-storage: Added mail_namespace_find_unalias()
Timo Sirainen [Fri, 16 Sep 2011 09:39:19 +0000 (12:39 +0300)] 
lib-storage: Added mail_namespace_find_unalias()

14 years agolib-sql: Fixed load balancing between multiple SQL hosts to actually work.
Timo Sirainen [Fri, 16 Sep 2011 09:21:02 +0000 (12:21 +0300)] 
lib-sql: Fixed load balancing between multiple SQL hosts to actually work.

14 years agos/commiting/committing/
Timo Sirainen [Fri, 16 Sep 2011 09:11:25 +0000 (12:11 +0300)] 
s/commiting/committing/
Caught by Marco Nenciarini.

14 years agoconfig: Don't crash strlist section contains a subsection.
Timo Sirainen [Fri, 16 Sep 2011 09:08:49 +0000 (12:08 +0300)] 
config: Don't crash strlist section contains a subsection.

14 years agoman: Escape fix.
Timo Sirainen [Fri, 16 Sep 2011 08:59:15 +0000 (11:59 +0300)] 
man: Escape fix.

14 years agostats: Export also username for commands.
Timo Sirainen [Thu, 15 Sep 2011 20:39:33 +0000 (23:39 +0300)] 
stats: Export also username for commands.

14 years agoman: Added -r option to doveadm-altmove.1.
Pascal Volk [Thu, 15 Sep 2011 19:51:27 +0000 (19:51 +0000)] 
man: Added -r option to doveadm-altmove.1.

14 years agolib-sql: Dropped connect timeout to 5 seconds.
Timo Sirainen [Thu, 15 Sep 2011 10:53:10 +0000 (13:53 +0300)] 
lib-sql: Dropped connect timeout to 5 seconds.
Postfix is using 10 second auth timeout and this needs to be less than that.

14 years agolib-sql: Don't try to connect to connections that are going to be reconnected later.
Timo Sirainen [Thu, 15 Sep 2011 10:48:26 +0000 (13:48 +0300)] 
lib-sql: Don't try to connect to connections that are going to be reconnected later.
This avoids unnecessarily trying to connect to failing connections.

14 years agolib-sql: Connect to all configured hosts immediately.
Timo Sirainen [Thu, 15 Sep 2011 10:47:44 +0000 (13:47 +0300)] 
lib-sql: Connect to all configured hosts immediately.
This makes load balancing between them actually work always.

14 years agolib-sql: When escaping a string, use the first ready connection (if any).
Timo Sirainen [Thu, 15 Sep 2011 10:46:45 +0000 (13:46 +0300)] 
lib-sql: When escaping a string, use the first ready connection (if any).
This avoids unnecessarily trying to reconnect to a failing connection.

14 years agolib-sql: If MySQL connect takes more than 1 sec, don't try to reconnect for that...
Timo Sirainen [Thu, 15 Sep 2011 10:45:35 +0000 (13:45 +0300)] 
lib-sql: If MySQL connect takes more than 1 sec, don't try to reconnect for that many secs.

14 years agolib-sql: If MySQL connect fails, update ioloop times so later timeouts get added...
Timo Sirainen [Thu, 15 Sep 2011 10:41:03 +0000 (13:41 +0300)] 
lib-sql: If MySQL connect fails, update ioloop times so later timeouts get added properly.

14 years agoliblib: Added io_loop_time_refresh()
Timo Sirainen [Thu, 15 Sep 2011 10:38:54 +0000 (13:38 +0300)] 
liblib: Added io_loop_time_refresh()

14 years agoauth: Don't assert-crash if login client disconnects during multi-reply mechanism.
Timo Sirainen [Thu, 15 Sep 2011 10:09:50 +0000 (13:09 +0300)] 
auth: Don't assert-crash if login client disconnects during multi-reply mechanism.

14 years agombox: mailbox_get_guid() works now without trying to sync the opened mailbox.
Timo Sirainen [Thu, 15 Sep 2011 09:34:03 +0000 (12:34 +0300)] 
mbox: mailbox_get_guid() works now without trying to sync the opened mailbox.
This fixes assert-crash when LDA was trying to get mailbox GUID during save.

14 years agolib-storage: Fixed listing subscriptions in shared namespaces.
Timo Sirainen [Thu, 15 Sep 2011 09:20:55 +0000 (12:20 +0300)] 
lib-storage: Fixed listing subscriptions in shared namespaces.

14 years agodoveadm altmove: Added -r parameter to move mails back to primary storage.
Timo Sirainen [Thu, 15 Sep 2011 08:54:11 +0000 (11:54 +0300)] 
doveadm altmove: Added -r parameter to move mails back to primary storage.

14 years agoauth: Use auth-worker(pid) prefix for auth processes.
Timo Sirainen [Tue, 13 Sep 2011 09:42:30 +0000 (12:42 +0300)] 
auth: Use auth-worker(pid) prefix for auth processes.

14 years agolib-storage: Make sure status/metadata structs are cleared when they're looked up.
Timo Sirainen [Tue, 13 Sep 2011 08:55:25 +0000 (11:55 +0300)] 
lib-storage: Make sure status/metadata structs are cleared when they're looked up.

14 years agoimapc: Handle \Noselect flag properly for untagged LSUB replies.
Timo Sirainen [Tue, 13 Sep 2011 08:38:49 +0000 (11:38 +0300)] 
imapc: Handle \Noselect flag properly for untagged LSUB replies.

14 years agolib-storage: Fixed handling subscriptions when they were saved to prefix!="" namespace.
Timo Sirainen [Tue, 13 Sep 2011 08:34:21 +0000 (11:34 +0300)] 
lib-storage: Fixed handling subscriptions when they were saved to prefix!="" namespace.

14 years agoimapc: Crashfix when sometimes closing mailbox.
Timo Sirainen [Tue, 13 Sep 2011 07:32:11 +0000 (10:32 +0300)] 
imapc: Crashfix when sometimes closing mailbox.

14 years agoRemoved unnecessary code.
Timo Sirainen [Mon, 12 Sep 2011 23:09:02 +0000 (02:09 +0300)] 
Removed unnecessary code.

14 years agodsync: Ignore SIGHUP
Timo Sirainen [Mon, 12 Sep 2011 23:08:15 +0000 (02:08 +0300)] 
dsync: Ignore SIGHUP

14 years agolib-index: mail_index_view_clone() didn't properly clear all fields in the destinatio...
Timo Sirainen [Mon, 12 Sep 2011 23:07:30 +0000 (02:07 +0300)] 
lib-index: mail_index_view_clone() didn't properly clear all fields in the destination view.
The only caller already had it cleared though.
Patch by Mike Abbott / Apple.

14 years agostats: Track [rw]char and sysc[rw] fields in /proc/self/io (with Linux).
Timo Sirainen [Mon, 12 Sep 2011 15:29:17 +0000 (18:29 +0300)] 
stats: Track [rw]char and sysc[rw] fields in /proc/self/io (with Linux).

14 years agostats: Added mail_ prefix to mail transaction statistics.
Timo Sirainen [Mon, 12 Sep 2011 15:26:29 +0000 (18:26 +0300)] 
stats: Added mail_ prefix to mail transaction statistics.
Also added "m" prefix for them in the internal protocol.

14 years agodsync: If mailbox can't be opened, log an error but continue anyway.
Timo Sirainen [Mon, 12 Sep 2011 13:32:20 +0000 (16:32 +0300)] 
dsync: If mailbox can't be opened, log an error but continue anyway.

14 years agodsync: If mailbox can't be opened, log an error but continue anyway.
Timo Sirainen [Mon, 12 Sep 2011 13:30:51 +0000 (16:30 +0300)] 
dsync: If mailbox can't be opened, log an error but continue anyway.

14 years agofts-squat: Crashfixes on indexing.
Timo Sirainen [Mon, 12 Sep 2011 13:23:21 +0000 (16:23 +0300)] 
fts-squat: Crashfixes on indexing.

14 years agofts-solr: Don't break when there are duplicate From/To/Subject/etc. fields.
Timo Sirainen [Mon, 12 Sep 2011 13:18:56 +0000 (16:18 +0300)] 
fts-solr: Don't break when there are duplicate From/To/Subject/etc. fields.

14 years agostats: Increased idle timeout to 15 minutes.
Timo Sirainen [Mon, 12 Sep 2011 11:44:01 +0000 (14:44 +0300)] 
stats: Increased idle timeout to 15 minutes.

14 years agostats: Avoid duplicate "Couldn't find session GUID" warnings.
Timo Sirainen [Mon, 12 Sep 2011 11:43:31 +0000 (14:43 +0300)] 
stats: Avoid duplicate "Couldn't find session GUID" warnings.
When it happens, just create a dummy session for it and log a warning once.

14 years agovirtual: Compile fix for recent mailbox_exists() change.
Timo Sirainen [Mon, 12 Sep 2011 11:40:49 +0000 (14:40 +0300)] 
virtual: Compile fix for recent mailbox_exists() change.

14 years agoindexer: Fixed assert-crash when number of indexed messages was divisible by 100.
Timo Sirainen [Mon, 12 Sep 2011 11:32:37 +0000 (14:32 +0300)] 
indexer: Fixed assert-crash when number of indexed messages was divisible by 100.

14 years agombox: Fixed fetching last message from compressed mboxes.
Timo Sirainen [Mon, 12 Sep 2011 11:27:46 +0000 (14:27 +0300)] 
mbox: Fixed fetching last message from compressed mboxes.

14 years agombox: Fixed fetching last message from compressed mboxes.
Timo Sirainen [Mon, 12 Sep 2011 11:27:46 +0000 (14:27 +0300)] 
mbox: Fixed fetching last message from compressed mboxes.

14 years agoquota-dirsize: Get the quota from "mail root dir", not "mailboxes dir".
Timo Sirainen [Mon, 12 Sep 2011 11:01:36 +0000 (14:01 +0300)] 
quota-dirsize: Get the quota from "mail root dir", not "mailboxes dir".
Normally they are different only with dbox (~/dbox vs. ~/dbox/mailboxes).
This mainly fixes using dirsize with mdbox, where the mail data is in
~/dbox/storage/ directory.
Patch by Роман Захров.

14 years agoldap: Fixed auth binds for nonexistent users with some LDAP servers.
Timo Sirainen [Mon, 12 Sep 2011 11:02:30 +0000 (14:02 +0300)] 
ldap: Fixed auth binds for nonexistent users with some LDAP servers.

14 years agoquota-dirsize: Get the quota from "mail root dir", not "mailboxes dir".
Timo Sirainen [Mon, 12 Sep 2011 11:01:36 +0000 (14:01 +0300)] 
quota-dirsize: Get the quota from "mail root dir", not "mailboxes dir".
Normally they are different only with dbox (~/dbox vs. ~/dbox/mailboxes).
This mainly fixes using dirsize with mdbox, where the mail data is in
~/dbox/storage/ directory.
Patch by Роман Захров.

14 years agoimapc: Fixed mailbox_exists() to actually work.
Timo Sirainen [Mon, 12 Sep 2011 10:14:26 +0000 (13:14 +0300)] 
imapc: Fixed mailbox_exists() to actually work.
This fixes problems with subscribing to mailboxes.

14 years agolib-storage: Handle INBOX in the common mailbox_exists() code.
Timo Sirainen [Mon, 12 Sep 2011 10:13:35 +0000 (13:13 +0300)] 
lib-storage: Handle INBOX in the common mailbox_exists() code.

14 years agoimapc: Fixes to handling non-empty imapc namespace prefix.
Timo Sirainen [Mon, 12 Sep 2011 09:41:09 +0000 (12:41 +0300)] 
imapc: Fixes to handling non-empty imapc namespace prefix.

14 years agolib-storage: Fixed mailbox_list_mailbox() for backends without get_mailbox_flags().
Timo Sirainen [Mon, 12 Sep 2011 09:40:34 +0000 (12:40 +0300)] 
lib-storage: Fixed mailbox_list_mailbox() for backends without get_mailbox_flags().

14 years agolib-storage: Finished previous get_mailbox_flags() change.
Timo Sirainen [Mon, 12 Sep 2011 09:38:04 +0000 (12:38 +0300)] 
lib-storage: Finished previous get_mailbox_flags() change.

14 years agolib-storage: Removed unused struct stat parameter from mailbox_list.get_mailbox_flags()
Timo Sirainen [Mon, 12 Sep 2011 09:02:33 +0000 (12:02 +0300)] 
lib-storage: Removed unused struct stat parameter from mailbox_list.get_mailbox_flags()

14 years agoimapc: More fixes to listing mailbox names.
Timo Sirainen [Fri, 9 Sep 2011 10:14:07 +0000 (13:14 +0300)] 
imapc: More fixes to listing mailbox names.

14 years agoimapc: Another try at fixing mUTF-7 mailbox names.
Timo Sirainen [Fri, 9 Sep 2011 10:05:33 +0000 (13:05 +0300)] 
imapc: Another try at fixing mUTF-7 mailbox names.

14 years agoimapc: Use mUTF-7 for mailbox names.
Timo Sirainen [Fri, 9 Sep 2011 09:57:36 +0000 (12:57 +0300)] 
imapc: Use mUTF-7 for mailbox names.

14 years agoimapc: If mail prefetching fails because of disconnection, don't log about it again.
Timo Sirainen [Thu, 8 Sep 2011 13:52:32 +0000 (16:52 +0300)] 
imapc: If mail prefetching fails because of disconnection, don't log about it again.

14 years agoimapc: If NOOP fails with disconnection, set "internal error" to storage.
Timo Sirainen [Thu, 8 Sep 2011 13:51:51 +0000 (16:51 +0300)] 
imapc: If NOOP fails with disconnection, set "internal error" to storage.

14 years agofts-solr: Fixed indexing messages with multiple MIME body parts.
Timo Sirainen [Thu, 8 Sep 2011 13:37:56 +0000 (16:37 +0300)] 
fts-solr: Fixed indexing messages with multiple MIME body parts.

14 years agolib-storage: Error handling fix for key+=value when key isn't of string type.
Timo Sirainen [Thu, 8 Sep 2011 13:24:18 +0000 (16:24 +0300)] 
lib-storage: Error handling fix for key+=value when key isn't of string type.

14 years agolmtp: Improved "DATA output timeout" error message.
Timo Sirainen [Thu, 8 Sep 2011 10:41:20 +0000 (13:41 +0300)] 
lmtp: Improved "DATA output timeout" error message.

14 years agoimapc: Send NOOP command every 29 minutes to remote server.
Timo Sirainen [Thu, 8 Sep 2011 09:39:13 +0000 (12:39 +0300)] 
imapc: Send NOOP command every 29 minutes to remote server.
This avoids server idle-disconnecting us after doing nothing for 30 minutes.

14 years agolib-ssl-iostream: If plain stream disconnects, disconnect SSL stream also.
Timo Sirainen [Thu, 8 Sep 2011 09:14:54 +0000 (12:14 +0300)] 
lib-ssl-iostream: If plain stream disconnects, disconnect SSL stream also.

14 years agolib-lda: Log message improvement to differentiate mailbox open vs. save error.
Timo Sirainen [Thu, 8 Sep 2011 08:51:18 +0000 (11:51 +0300)] 
lib-lda: Log message improvement to differentiate mailbox open vs. save error.

14 years agolib-lda: Log message improvement to differentiate mailbox open vs. save error.
Timo Sirainen [Thu, 8 Sep 2011 08:51:18 +0000 (11:51 +0300)] 
lib-lda: Log message improvement to differentiate mailbox open vs. save error.

14 years agolib-storage: Fixed mail_storage_copy() error handling.
Timo Sirainen [Thu, 8 Sep 2011 08:50:23 +0000 (11:50 +0300)] 
lib-storage: Fixed mail_storage_copy() error handling.

14 years agolib-storage: Fixed mail_storage_copy() error handling.
Timo Sirainen [Thu, 8 Sep 2011 08:50:23 +0000 (11:50 +0300)] 
lib-storage: Fixed mail_storage_copy() error handling.

14 years agolib-storage: Code cleanup to mail_storage_set_critical()
Timo Sirainen [Thu, 8 Sep 2011 08:39:00 +0000 (11:39 +0300)] 
lib-storage: Code cleanup to mail_storage_set_critical()

14 years agolib-storage: Minor error handling cleanups.
Timo Sirainen [Thu, 8 Sep 2011 08:16:55 +0000 (11:16 +0300)] 
lib-storage: Minor error handling cleanups.

14 years agolib-storage: Minor error handling cleanups.
Timo Sirainen [Thu, 8 Sep 2011 08:16:55 +0000 (11:16 +0300)] 
lib-storage: Minor error handling cleanups.

14 years agolib-index: Make sure mail_index_sync_record() doesn't waste data stack.
Timo Sirainen [Thu, 1 Sep 2011 16:33:22 +0000 (19:33 +0300)] 
lib-index: Make sure mail_index_sync_record() doesn't waste data stack.

14 years agolib-index: Make sure mail_index_sync_record() doesn't waste data stack.
Timo Sirainen [Thu, 1 Sep 2011 16:33:22 +0000 (19:33 +0300)] 
lib-index: Make sure mail_index_sync_record() doesn't waste data stack.

14 years agoimapc: When closing mailbox, don't abort any pending non-mailbox commands.
Timo Sirainen [Wed, 7 Sep 2011 14:15:10 +0000 (17:15 +0300)] 
imapc: When closing mailbox, don't abort any pending non-mailbox commands.

14 years agoauth: Don't crash when using default static userdb.
Timo Sirainen [Wed, 7 Sep 2011 13:44:14 +0000 (16:44 +0300)] 
auth: Don't crash when using default static userdb.

14 years agolib-ssl-iostream: Some tweaks to BIO handling.
Timo Sirainen [Wed, 7 Sep 2011 13:10:16 +0000 (16:10 +0300)] 
lib-ssl-iostream: Some tweaks to BIO handling.

14 years agoimapc: Fixed assert-crashing when deleting a mailbox
Timo Sirainen [Wed, 7 Sep 2011 12:46:43 +0000 (15:46 +0300)] 
imapc: Fixed assert-crashing when deleting a mailbox

14 years agoimapc: Place index files under root_dir/indexes/ directory.
Timo Sirainen [Wed, 7 Sep 2011 08:52:08 +0000 (11:52 +0300)] 
imapc: Place index files under root_dir/indexes/ directory.

14 years agolib-index: Don't allow syncing to begin if index is marked corrupted.
Timo Sirainen [Wed, 7 Sep 2011 08:30:05 +0000 (11:30 +0300)] 
lib-index: Don't allow syncing to begin if index is marked corrupted.

14 years agolib-ssl-iostream: Handle flush_pending and set_max_buffer_size properly.
Timo Sirainen [Wed, 7 Sep 2011 08:19:03 +0000 (11:19 +0300)] 
lib-ssl-iostream: Handle flush_pending and set_max_buffer_size properly.

14 years agolib-ssl-iostream: Fixed ostream to preserve/use flush callback correctly.
Timo Sirainen [Wed, 7 Sep 2011 08:18:15 +0000 (11:18 +0300)] 
lib-ssl-iostream: Fixed ostream to preserve/use flush callback correctly.

14 years agoimapc: Switch connection output streams' ioloop when needed.
Timo Sirainen [Wed, 7 Sep 2011 08:03:33 +0000 (11:03 +0300)] 
imapc: Switch connection output streams' ioloop when needed.
This fixes hangs when output stream got full.

14 years agolib-ssl-iostream: When plain_output's buffer is full, set it flush-pending.
Timo Sirainen [Wed, 7 Sep 2011 08:02:55 +0000 (11:02 +0300)] 
lib-ssl-iostream: When plain_output's buffer is full, set it flush-pending.
This fixes hangs when the output buffer got full.

14 years agoAdded o_stream_switch_ioloop() and implemented it to all ostreams.
Timo Sirainen [Wed, 7 Sep 2011 07:59:35 +0000 (10:59 +0300)] 
Added o_stream_switch_ioloop() and implemented it to all ostreams.

14 years agoimapc: Connect to server immediately at startup and lookup hierarchy separator.
Timo Sirainen [Wed, 7 Sep 2011 07:38:01 +0000 (10:38 +0300)] 
imapc: Connect to server immediately at startup and lookup hierarchy separator.
If connecting to server fails, this makes it fail earlier. Also we don't
have to worry about what to do later if hierarchy separator lookup fails.

14 years agolib-ssl-iostream: When SSL i/ostream is closed, close also the plain stream.
Timo Sirainen [Wed, 7 Sep 2011 07:24:11 +0000 (10:24 +0300)] 
lib-ssl-iostream: When SSL i/ostream is closed, close also the plain stream.

14 years agoimapc: Don't crash if a newly seen uncommitted message is expunged.
Timo Sirainen [Wed, 7 Sep 2011 07:01:36 +0000 (10:01 +0300)] 
imapc: Don't crash if a newly seen uncommitted message is expunged.

14 years agoimapc: Removed accidentally committed debug sleeps.
Timo Sirainen [Wed, 7 Sep 2011 06:40:16 +0000 (09:40 +0300)] 
imapc: Removed accidentally committed debug sleeps.

14 years agolib-ssl-iostream: Fixed compiling when SSL is disabled.
Timo Sirainen [Wed, 7 Sep 2011 05:41:25 +0000 (08:41 +0300)] 
lib-ssl-iostream: Fixed compiling when SSL is disabled.

14 years agolib-ssl-iostream: Compiler warning fix.
Timo Sirainen [Wed, 7 Sep 2011 05:40:41 +0000 (08:40 +0300)] 
lib-ssl-iostream: Compiler warning fix.

14 years agoimapc: Don't crash when trying to use imapc's subscription list for another namespace.
Timo Sirainen [Tue, 6 Sep 2011 14:29:38 +0000 (17:29 +0300)] 
imapc: Don't crash when trying to use imapc's subscription list for another namespace.

14 years agolib-storage: When mail_debug=yes logs userdb fields, hide values of all whose key...
Timo Sirainen [Tue, 6 Sep 2011 14:03:55 +0000 (17:03 +0300)] 
lib-storage: When mail_debug=yes logs userdb fields, hide values of all whose key contains "pass".