]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
12 years agolib-http: Always try to connect to host's all IPs when connections fail.
Timo Sirainen [Tue, 9 Jul 2013 22:44:40 +0000 (01:44 +0300)] 
lib-http: Always try to connect to host's all IPs when connections fail.
Previously this was done only when the new connections started from the
first IP.

12 years agodns, lib-dns: Added support for async DNS PTR lookups.
Timo Sirainen [Fri, 28 Jun 2013 16:48:37 +0000 (19:48 +0300)] 
dns, lib-dns: Added support for async DNS PTR lookups.

12 years agoAdded net_gethostbyaddr() for DNS PTR lookups.
Timo Sirainen [Fri, 28 Jun 2013 16:48:15 +0000 (19:48 +0300)] 
Added net_gethostbyaddr() for DNS PTR lookups.
This code assumes we have IPv6 capability. Perhaps we should just require it
everywhere already..

12 years agolib-http: Added more debug messages.
Timo Sirainen [Thu, 27 Jun 2013 20:07:20 +0000 (23:07 +0300)] 
lib-http: Added more debug messages.

12 years agolib-http: When successfully connected to a peer, don't drop the peer's pending connec...
Timo Sirainen [Thu, 27 Jun 2013 19:49:50 +0000 (22:49 +0300)] 
lib-http: When successfully connected to a peer, don't drop the peer's pending connections.
They could have been intentionally created for other urgent requests.

12 years agolib-http: Don't crash if payload stream is referenced by caller after its connection...
Timo Sirainen [Thu, 27 Jun 2013 17:37:46 +0000 (20:37 +0300)] 
lib-http: Don't crash if payload stream is referenced by caller after its connection is freed.

12 years agolib-http: Remove request timeout from being used during payload read.
Timo Sirainen [Thu, 27 Jun 2013 17:32:01 +0000 (20:32 +0300)] 
lib-http: Remove request timeout from being used during payload read.
The reading is done by the lib-http caller, which should have its own
timeouts.

12 years agolib-http: Call request's destroy callback always, not just on success.
Timo Sirainen [Thu, 27 Jun 2013 17:28:51 +0000 (20:28 +0300)] 
lib-http: Call request's destroy callback always, not just on success.

12 years agolib-http: If connection times out, set the stream's errno to ETIMEDOUT in case it...
Timo Sirainen [Thu, 27 Jun 2013 17:27:57 +0000 (20:27 +0300)] 
lib-http: If connection times out, set the stream's errno to ETIMEDOUT in case it's used.

12 years agolib-http: When connection is freed, abort also the pending request.
Timo Sirainen [Thu, 27 Jun 2013 17:26:50 +0000 (20:26 +0300)] 
lib-http: When connection is freed, abort also the pending request.

12 years agolib-http: Timeouts were being handled wrong/leaked by ioloop switching.
Timo Sirainen [Thu, 27 Jun 2013 17:26:13 +0000 (20:26 +0300)] 
lib-http: Timeouts were being handled wrong/leaked by ioloop switching.

12 years agolib-http: Minor code cleanup.
Timo Sirainen [Thu, 27 Jun 2013 17:24:45 +0000 (20:24 +0300)] 
lib-http: Minor code cleanup.

12 years agolib-http: Fixed hang when many connections were being created and closed.
Timo Sirainen [Thu, 27 Jun 2013 15:04:04 +0000 (18:04 +0300)] 
lib-http: Fixed hang when many connections were being created and closed.

12 years agolib-http: Added http_client_get_pending_request_count()
Timo Sirainen [Thu, 27 Jun 2013 15:03:38 +0000 (18:03 +0300)] 
lib-http: Added http_client_get_pending_request_count()

12 years agodsync: Recent changes broke remote dsync
Timo Sirainen [Wed, 26 Jun 2013 19:23:20 +0000 (22:23 +0300)] 
dsync: Recent changes broke remote dsync

12 years agoconfig: Give a somewhat better warning for when using protocols=imaps or pop3s.
Timo Sirainen [Wed, 26 Jun 2013 18:35:37 +0000 (21:35 +0300)] 
config: Give a somewhat better warning for when using protocols=imaps or pop3s.

12 years agodsync: Added -1 parameter to do a "one way sync" without reverting changes.
Timo Sirainen [Wed, 26 Jun 2013 17:53:01 +0000 (20:53 +0300)] 
dsync: Added -1 parameter to do a "one way sync" without reverting changes.
This can be useful during migration when you don't want to delete any mails,
but you also don't want to send changes to the old server either.

12 years agodsync: Send DSYNC_BRAIN_FLAG_NO_MAIL_SYNC via ibc-stream to slave brain.
Timo Sirainen [Wed, 26 Jun 2013 17:03:26 +0000 (20:03 +0300)] 
dsync: Send DSYNC_BRAIN_FLAG_NO_MAIL_SYNC via ibc-stream to slave brain.

12 years agopop3c: Fixed mail saving to fail nicely, not assert-crash.
Timo Sirainen [Wed, 26 Jun 2013 16:47:40 +0000 (19:47 +0300)] 
pop3c: Fixed mail saving to fail nicely, not assert-crash.

12 years agodsync: Fixed syncing when one of the backends supported GUIDs.
Timo Sirainen [Wed, 26 Jun 2013 16:33:38 +0000 (19:33 +0300)] 
dsync: Fixed syncing when one of the backends supported GUIDs.

12 years agopop3c: Return error instead of crashing when trying to save a mail.
Timo Sirainen [Wed, 26 Jun 2013 12:44:08 +0000 (15:44 +0300)] 
pop3c: Return error instead of crashing when trying to save a mail.

12 years agodsync: Fixed handling expunges when GUIDs aren't supported by the backend(s).
Timo Sirainen [Wed, 26 Jun 2013 12:29:43 +0000 (15:29 +0300)] 
dsync: Fixed handling expunges when GUIDs aren't supported by the backend(s).

12 years agolib-sasl: Use dsasl_ prefix so we don't conflict with Cyrus SASL library.
Timo Sirainen [Wed, 26 Jun 2013 11:37:34 +0000 (14:37 +0300)] 
lib-sasl: Use dsasl_ prefix so we don't conflict with Cyrus SASL library.

12 years agodsync: Don't log index errors if modseq points beyond the current view.
Timo Sirainen [Tue, 25 Jun 2013 13:03:04 +0000 (16:03 +0300)] 
dsync: Don't log index errors if modseq points beyond the current view.

12 years agomdbox: Resize mdbox index header if necessary also when rebuilding indexes.
Timo Sirainen [Tue, 25 Jun 2013 12:48:24 +0000 (15:48 +0300)] 
mdbox: Resize mdbox index header if necessary also when rebuilding indexes.

12 years agolib-index: Assert-crash instead of writing a broken transaction with too large ext...
Timo Sirainen [Tue, 25 Jun 2013 12:47:48 +0000 (15:47 +0300)] 
lib-index: Assert-crash instead of writing a broken transaction with too large ext header update.

12 years agolib-index: Don't write a broken transaction if extension resize is done at first...
Timo Sirainen [Tue, 25 Jun 2013 12:46:50 +0000 (15:46 +0300)] 
lib-index: Don't write a broken transaction if extension resize is done at first use.

12 years agoAdded signature for changeset 4b3c9c3e4fb8
Timo Sirainen [Mon, 24 Jun 2013 23:23:02 +0000 (02:23 +0300)] 
Added signature for changeset 4b3c9c3e4fb8

12 years agoAdded tag 2.2.4 for changeset 4b3c9c3e4fb8
Timo Sirainen [Mon, 24 Jun 2013 23:22:59 +0000 (02:22 +0300)] 
Added tag 2.2.4 for changeset 4b3c9c3e4fb8

12 years agoReleased v2.2.4. 2.2.4
Timo Sirainen [Mon, 24 Jun 2013 23:22:58 +0000 (02:22 +0300)] 
Released v2.2.4.

12 years agoMake static analyzer happier.
Timo Sirainen [Mon, 24 Jun 2013 22:24:51 +0000 (01:24 +0300)] 
Make static analyzer happier.

12 years agodoveadm deduplicate: Fixed error handling.
Timo Sirainen [Mon, 24 Jun 2013 22:23:17 +0000 (01:23 +0300)] 
doveadm deduplicate: Fixed error handling.

12 years agoquota: Fixed quota_rule with non-uppercase INBOX.
Timo Sirainen [Mon, 24 Jun 2013 21:10:39 +0000 (00:10 +0300)] 
quota: Fixed quota_rule with non-uppercase INBOX.

12 years agoimap-login: If CAPABILITY is already in server banner, don't ask for it again.
Timo Sirainen [Mon, 24 Jun 2013 20:33:59 +0000 (23:33 +0300)] 
imap-login: If CAPABILITY is already in server banner, don't ask for it again.

12 years agodsync: Fixed "export:/count" value in verbose_proctitle=yes
Timo Sirainen [Mon, 24 Jun 2013 20:14:35 +0000 (23:14 +0300)] 
dsync: Fixed "export:/count" value in verbose_proctitle=yes

12 years agombox: Avoid assert-crashing by too optimistically upgrading a lock to write-lock.
Timo Sirainen [Mon, 24 Jun 2013 20:10:20 +0000 (23:10 +0300)] 
mbox: Avoid assert-crashing by too optimistically upgrading a lock to write-lock.

12 years agodsync: Don't crash at deinit when dsync fails early.
Timo Sirainen [Mon, 24 Jun 2013 20:06:45 +0000 (23:06 +0300)] 
dsync: Don't crash at deinit when dsync fails early.

12 years agodsync: Don't try to find mailboxes from unwanted namespaces.
Timo Sirainen [Mon, 24 Jun 2013 19:25:47 +0000 (22:25 +0300)] 
dsync: Don't try to find mailboxes from unwanted namespaces.

12 years agodsync: If verbose_proctitle=yes, show the current state in it.
Timo Sirainen [Mon, 24 Jun 2013 13:37:48 +0000 (16:37 +0300)] 
dsync: If verbose_proctitle=yes, show the current state in it.

12 years agodsync: State names were wrong in debug/error messages.
Timo Sirainen [Mon, 24 Jun 2013 13:36:32 +0000 (16:36 +0300)] 
dsync: State names were wrong in debug/error messages.

12 years agolib-storage: Fixed crash with some autocreated (e.g. shared) namespaces.
Timo Sirainen [Tue, 18 Jun 2013 15:56:15 +0000 (18:56 +0300)] 
lib-storage: Fixed crash with some autocreated (e.g. shared) namespaces.

12 years agosdbox: If sdbox header is corrupted, resize it to make sure its size is correct.
Timo Sirainen [Tue, 18 Jun 2013 15:54:20 +0000 (18:54 +0300)] 
sdbox: If sdbox header is corrupted, resize it to make sure its size is correct.

12 years agodoveadm: Added deduplicate command.
Timo Sirainen [Tue, 18 Jun 2013 14:05:20 +0000 (17:05 +0300)] 
doveadm: Added deduplicate command.
By default it deduplicates only by GUIDs. With -m parameter it deduplicates
by Message-Id: header.

12 years agodoveadm: Added "flags" command to modify messages' flags.
Timo Sirainen [Tue, 18 Jun 2013 12:14:42 +0000 (15:14 +0300)] 
doveadm: Added "flags" command to modify messages' flags.

12 years agomdbox: If mdbox header is corrupted, resize it to make sure its size is correct.
Timo Sirainen [Tue, 18 Jun 2013 10:00:23 +0000 (13:00 +0300)] 
mdbox: If mdbox header is corrupted, resize it to make sure its size is correct.

12 years agolib-index: Don't bother tracking if header/records were changed.
Timo Sirainen [Tue, 18 Jun 2013 09:59:17 +0000 (12:59 +0300)] 
lib-index: Don't bother tracking if header/records were changed.
They aren't really needed. When mail_index_write() is called, we already
know we want to update the index.

12 years agolib-index: If error is found from transaction log, update dovecot.index so it won...
Timo Sirainen [Tue, 18 Jun 2013 09:56:27 +0000 (12:56 +0300)] 
lib-index: If error is found from transaction log, update dovecot.index so it won't be read again.

12 years agolib-sasl: API usage comment update
Timo Sirainen [Tue, 18 Jun 2013 09:15:50 +0000 (12:15 +0300)] 
lib-sasl: API usage comment update

12 years agoimap/pop3 proxy: Master user logins were broken by lib-sasl change.
Timo Sirainen [Tue, 18 Jun 2013 08:59:21 +0000 (11:59 +0300)] 
imap/pop3 proxy: Master user logins were broken by lib-sasl change.

12 years agopop3: Fixed crash at deinit
Timo Sirainen [Mon, 17 Jun 2013 13:37:46 +0000 (16:37 +0300)] 
pop3: Fixed crash at deinit

12 years agodsync: Minor fixes to checking if namespace is wanted to be synced.
Timo Sirainen [Mon, 17 Jun 2013 11:39:59 +0000 (14:39 +0300)] 
dsync: Minor fixes to checking if namespace is wanted to be synced.

12 years agoMake static analyzer happier.
Timo Sirainen [Sun, 16 Jun 2013 21:03:16 +0000 (00:03 +0300)] 
Make static analyzer happier.

12 years agoAdded signature for changeset 5d9f52c9a287
Timo Sirainen [Sun, 16 Jun 2013 21:31:22 +0000 (00:31 +0300)] 
Added signature for changeset 5d9f52c9a287

12 years agoAdded tag 2.2.3 for changeset 5d9f52c9a287
Timo Sirainen [Sun, 16 Jun 2013 21:31:18 +0000 (00:31 +0300)] 
Added tag 2.2.3 for changeset 5d9f52c9a287

12 years agoReleased v2.2.3. 2.2.3
Timo Sirainen [Sun, 16 Jun 2013 21:31:18 +0000 (00:31 +0300)] 
Released v2.2.3.

12 years agomdbox: Minor fix to handling corrupted mdbox header.
Timo Sirainen [Sun, 16 Jun 2013 20:56:28 +0000 (23:56 +0300)] 
mdbox: Minor fix to handling corrupted mdbox header.

12 years agofts-lucene: Fixed building without libstemmer
Timo Sirainen [Sun, 16 Jun 2013 18:25:39 +0000 (21:25 +0300)] 
fts-lucene: Fixed building without libstemmer

12 years agolib-imap: Fixed parsing literal8 in some situations.
Timo Sirainen [Sun, 16 Jun 2013 18:15:42 +0000 (21:15 +0300)] 
lib-imap: Fixed parsing literal8 in some situations.

12 years agoistream-attachment-extractor: Fixed handling attachment as the message body without...
Timo Sirainen [Sun, 16 Jun 2013 18:08:40 +0000 (21:08 +0300)] 
istream-attachment-extractor: Fixed handling attachment as the message body without MIME.
Don't crash at the end after parsing the base64 data.

12 years agolib-storage: mail_storage_service_lookup() ignored input->service.
Timo Sirainen [Sun, 16 Jun 2013 17:15:42 +0000 (20:15 +0300)] 
lib-storage: mail_storage_service_lookup() ignored input->service.

12 years agoCompiler warning fix.
Timo Sirainen [Thu, 13 Jun 2013 23:14:09 +0000 (02:14 +0300)] 
Compiler warning fix.

12 years agodsync: Fixed syncing renaming mailboxes with children.
Timo Sirainen [Thu, 13 Jun 2013 21:23:45 +0000 (00:23 +0300)] 
dsync: Fixed syncing renaming mailboxes with children.
So that the childrens' rename timestamps are at least as high as their
parents'.

12 years agodsync: Don't try to delete nonexistent mailbox directories.
Timo Sirainen [Thu, 13 Jun 2013 21:16:58 +0000 (00:16 +0300)] 
dsync: Don't try to delete nonexistent mailbox directories.

12 years agodsync: Avoid wasting data stack on larger renames.
Timo Sirainen [Thu, 13 Jun 2013 21:16:14 +0000 (00:16 +0300)] 
dsync: Avoid wasting data stack on larger renames.

12 years agoquota-status: Fixed log prefix.
Timo Sirainen [Thu, 13 Jun 2013 20:31:00 +0000 (23:31 +0300)] 
quota-status: Fixed log prefix.

12 years agolib-storage: Fixed crash with listing shared mailboxes.
Timo Sirainen [Thu, 13 Jun 2013 20:22:20 +0000 (23:22 +0300)] 
lib-storage: Fixed crash with listing shared mailboxes.

12 years agofts-solr: Do only soft commits. Use a cronjob to do hard commits.
Timo Sirainen [Thu, 13 Jun 2013 15:54:07 +0000 (18:54 +0300)] 
fts-solr: Do only soft commits. Use a cronjob to do hard commits.

12 years agosolr-schema.xml: More updates for Solr v4.x and hopefully with better filters.
Timo Sirainen [Thu, 13 Jun 2013 15:53:22 +0000 (18:53 +0300)] 
solr-schema.xml: More updates for Solr v4.x and hopefully with better filters.

12 years agosolr-schema.xml: Replaced EnglishPorterFilterFactory with SnowballPorterFilterFactory
Timo Sirainen [Thu, 13 Jun 2013 14:55:24 +0000 (17:55 +0300)] 
solr-schema.xml: Replaced EnglishPorterFilterFactory with SnowballPorterFilterFactory

12 years agoCall master_service_init_finish() only after all of the initialization is done.
Timo Sirainen [Thu, 13 Jun 2013 03:07:54 +0000 (06:07 +0300)] 
Call master_service_init_finish() only after all of the initialization is done.
This way if the init crashes, the master process will throttle a buggy
service.

12 years agoimapc: Fixed list iteration when namespace and backend separators differed.
Timo Sirainen [Thu, 13 Jun 2013 02:29:07 +0000 (05:29 +0300)] 
imapc: Fixed list iteration when namespace and backend separators differed.

12 years agomailbox_list_index=yes: Fixed list iteration when namespace and backend separators...
Timo Sirainen [Thu, 13 Jun 2013 02:27:30 +0000 (05:27 +0300)] 
mailbox_list_index=yes: Fixed list iteration when namespace and backend separators differed.

12 years agodoveadm: Pass through the exit code from doveadm-server to client.
Timo Sirainen [Thu, 13 Jun 2013 01:35:06 +0000 (04:35 +0300)] 
doveadm: Pass through the exit code from doveadm-server to client.

12 years agodsync: Don't try to access mailboxes with no_mail_sync flag enabled.
Timo Sirainen [Thu, 13 Jun 2013 01:33:41 +0000 (04:33 +0300)] 
dsync: Don't try to access mailboxes with no_mail_sync flag enabled.

12 years agoMemory leak fixes.
Timo Sirainen [Thu, 13 Jun 2013 00:26:22 +0000 (03:26 +0300)] 
Memory leak fixes.

12 years agozlib: Enable only for storages that support MAIL_STORAGE_CLASS_FLAG_BINARY_DATA
Timo Sirainen [Wed, 12 Jun 2013 20:01:26 +0000 (23:01 +0300)] 
zlib: Enable only for storages that support MAIL_STORAGE_CLASS_FLAG_BINARY_DATA

12 years agolib-storage: Added MAIL_STORAGE_CLASS_FLAG_BINARY_DATA flag for classes.
Timo Sirainen [Wed, 12 Jun 2013 19:58:42 +0000 (22:58 +0300)] 
lib-storage: Added MAIL_STORAGE_CLASS_FLAG_BINARY_DATA flag for classes.

12 years agopop3-migration: struct mailbox must be freed before mail_storage is destroyed.
Timo Sirainen [Wed, 12 Jun 2013 19:45:43 +0000 (22:45 +0300)] 
pop3-migration: struct mailbox must be freed before mail_storage is destroyed.
Fixes a memory leak where the user wasn't destroyed at all because the
mailbox still caused the user to be referenced.

12 years agolib-dict: Error handling fixes to asynchronous transactions.
Timo Sirainen [Wed, 12 Jun 2013 19:03:07 +0000 (22:03 +0300)] 
lib-dict: Error handling fixes to asynchronous transactions.

12 years agoMoved "INBOX can't be deleted" check from lib-storage to IMAP-specific code.
Timo Sirainen [Wed, 12 Jun 2013 18:41:09 +0000 (21:41 +0300)] 
Moved "INBOX can't be deleted" check from lib-storage to IMAP-specific code.
Especially "doveadm backup" should be able to delete the INBOX if needed.

12 years agolib-storage: Don't crash if backend doesn't have subscriptions file.
Timo Sirainen [Wed, 12 Jun 2013 18:25:09 +0000 (21:25 +0300)] 
lib-storage: Don't crash if backend doesn't have subscriptions file.

12 years agopop3c: Don't assert-crash if we can't do DNS lookup.
Timo Sirainen [Wed, 12 Jun 2013 18:16:06 +0000 (21:16 +0300)] 
pop3c: Don't assert-crash if we can't do DNS lookup.

12 years agopop3c: Return Date: header's date also as received and saved date.
Timo Sirainen [Wed, 12 Jun 2013 13:43:41 +0000 (16:43 +0300)] 
pop3c: Return Date: header's date also as received and saved date.
Mainly to get dsync to not fail.

12 years agopop3c: Allow mailbox_update() for Dovecot's internal fields.
Timo Sirainen [Wed, 12 Jun 2013 13:29:17 +0000 (16:29 +0300)] 
pop3c: Allow mailbox_update() for Dovecot's internal fields.

12 years agopop3c: Don't assert-crash when trying to list subscriptions.
Timo Sirainen [Wed, 12 Jun 2013 13:27:47 +0000 (16:27 +0300)] 
pop3c: Don't assert-crash when trying to list subscriptions.

12 years agopop3c: Give GUID to the INBOX to avoid crashes with dsync.
Timo Sirainen [Wed, 12 Jun 2013 13:20:19 +0000 (16:20 +0300)] 
pop3c: Give GUID to the INBOX to avoid crashes with dsync.

12 years agozlib plugin: Removed explicit checks for maildir/sdbox/mdbox.
Timo Sirainen [Wed, 12 Jun 2013 01:44:11 +0000 (04:44 +0300)] 
zlib plugin: Removed explicit checks for maildir/sdbox/mdbox.

12 years agoman: Recent change accidentally changed LGPLv2.1 -> LGPLv2.2, reverted.
Timo Sirainen [Sun, 9 Jun 2013 18:06:49 +0000 (21:06 +0300)] 
man: Recent change accidentally changed LGPLv2.1 -> LGPLv2.2, reverted.

12 years agoacl: Crashfix
Timo Sirainen [Sun, 9 Jun 2013 11:56:36 +0000 (14:56 +0300)] 
acl: Crashfix

12 years agolib-storage: Fixed crashes caused by recent "multiple storages per namespace" change.
Timo Sirainen [Sun, 9 Jun 2013 11:53:31 +0000 (14:53 +0300)] 
lib-storage: Fixed crashes caused by recent "multiple storages per namespace" change.

12 years agoimap/pop3-login: Use libsasl for authenticating to remote IMAP/POP3 server.
Timo Sirainen [Sun, 9 Jun 2013 03:03:34 +0000 (06:03 +0300)] 
imap/pop3-login: Use libsasl for authenticating to remote IMAP/POP3 server.
Also passdb lookup can return "proxy_mech" extra field to specify which SASL
mechanism to use.

12 years agoAdded initial libsasl for implementing client side SASL library.
Timo Sirainen [Sun, 9 Jun 2013 03:02:14 +0000 (06:02 +0300)] 
Added initial libsasl for implementing client side SASL library.
Initially supports PLAIN and LOGIN mechanisms.

12 years agofts-lucene: Support normalize setting also without snowball. Added no_snowball setting.
Timo Sirainen [Sun, 9 Jun 2013 00:10:43 +0000 (03:10 +0300)] 
fts-lucene: Support normalize setting also without snowball. Added no_snowball setting.
Snowball seems to be converting / breaking words down rather annoyingly.

12 years agoman pages: Updated v2.1 -> v2.2
Timo Sirainen [Sat, 8 Jun 2013 23:49:48 +0000 (02:49 +0300)] 
man pages: Updated v2.1 -> v2.2

12 years agolib-http: Added soft_connect_timeout_msecs setting to connect to multiple IPs in...
Timo Sirainen [Sat, 8 Jun 2013 23:46:50 +0000 (02:46 +0300)] 
lib-http: Added soft_connect_timeout_msecs setting to connect to multiple IPs in parallel.
Based on patch by Stephan Bosch.

12 years agolib-http: If connect to peer failed, don't recreate a new connection to handle pendin...
Timo Sirainen [Sat, 8 Jun 2013 23:08:24 +0000 (02:08 +0300)] 
lib-http: If connect to peer failed, don't recreate a new connection to handle pending requests.
The new connection would very likely fail as well. Another peer for the host
should pick up the requests.

12 years agolib-storage: Added mailbox { driver } setting to specify which storage to use.
Timo Sirainen [Sat, 8 Jun 2013 21:48:14 +0000 (00:48 +0300)] 
lib-storage: Added mailbox { driver } setting to specify which storage to use.

12 years agolib-storage: Added support for multiple storages per namespace.
Timo Sirainen [Sat, 8 Jun 2013 21:46:06 +0000 (00:46 +0300)] 
lib-storage: Added support for multiple storages per namespace.

12 years agoimapc: imapc_storage no longer requires imapc_mailbox_list.
Timo Sirainen [Sat, 8 Jun 2013 21:42:36 +0000 (00:42 +0300)] 
imapc: imapc_storage no longer requires imapc_mailbox_list.

12 years agoauth: If worker request has been queued for 60 secs, abort it.
Timo Sirainen [Sat, 8 Jun 2013 21:06:42 +0000 (00:06 +0300)] 
auth: If worker request has been queued for 60 secs, abort it.