]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
17 years agoAvoid integer overflows when calculating with very large timeout values.
Timo Sirainen [Sun, 30 Nov 2008 02:20:18 +0000 (04:20 +0200)] 
Avoid integer overflows when calculating with very large timeout values.

--HG--
branch : HEAD

17 years agombox: If mailbox is deleted under us, try to avoid logging errors.
Timo Sirainen [Sun, 30 Nov 2008 02:03:20 +0000 (04:03 +0200)] 
mbox: If mailbox is deleted under us, try to avoid logging errors.

--HG--
branch : HEAD

17 years agomail_user_get_home() looked up user's home directory from userdb even if was already...
Timo Sirainen [Sun, 30 Nov 2008 00:45:12 +0000 (02:45 +0200)] 
mail_user_get_home() looked up user's home directory from userdb even if was already known.

--HG--
branch : HEAD

17 years agoAdded alias_for setting for namespaces. Fixes namespace issues with fts.
Timo Sirainen [Sun, 30 Nov 2008 00:09:16 +0000 (02:09 +0200)] 
Added alias_for setting for namespaces. Fixes namespace issues with fts.

--HG--
branch : HEAD

17 years agofts: Added support for handling multiple namespaces.
Timo Sirainen [Sat, 29 Nov 2008 23:27:19 +0000 (01:27 +0200)] 
fts: Added support for handling multiple namespaces.

--HG--
branch : HEAD

17 years agoidxview: Decode virtual extension records.
Timo Sirainen [Sat, 29 Nov 2008 23:26:36 +0000 (01:26 +0200)] 
idxview: Decode virtual extension records.

--HG--
branch : HEAD

17 years agoFixed searching in virtual mailboxes.
Timo Sirainen [Sat, 29 Nov 2008 21:15:24 +0000 (23:15 +0200)] 
Fixed searching in virtual mailboxes.

--HG--
branch : HEAD

17 years agofts: Cache "last indexed uid" lookups as long as new messages aren't added to mailbox.
Timo Sirainen [Sat, 29 Nov 2008 20:52:54 +0000 (22:52 +0200)] 
fts: Cache "last indexed uid" lookups as long as new messages aren't added to mailbox.

--HG--
branch : HEAD

17 years agoFinished making full text search indexes work fast with virtual mailboxes.
Timo Sirainen [Sat, 29 Nov 2008 20:39:44 +0000 (22:39 +0200)] 
Finished making full text search indexes work fast with virtual mailboxes.

--HG--
branch : HEAD

17 years agofts-solr: Don't break if mailbox name contains '&' characters.
Timo Sirainen [Sat, 29 Nov 2008 20:39:04 +0000 (22:39 +0200)] 
fts-solr: Don't break if mailbox name contains '&' characters.

--HG--
branch : HEAD

17 years agofts-solr: Use '!' as escape character in usernames. Escape '/' and '!'.
Timo Sirainen [Sat, 29 Nov 2008 17:24:59 +0000 (19:24 +0200)] 
fts-solr: Use '!' as escape character in usernames. Escape '/' and '!'.

--HG--
branch : HEAD

17 years agofts-solr: Keep last_uid field updated containing the mailbox's last added UID.
Timo Sirainen [Sat, 29 Nov 2008 17:03:04 +0000 (19:03 +0200)] 
fts-solr: Keep last_uid field updated containing the mailbox's last added UID.
Use the last_uid document for finding the last added UID instead of creating
a query with rows=1&sort=uid. It should be faster this way.

--HG--
branch : HEAD

17 years agoUpdated.
Timo Sirainen [Sun, 23 Nov 2008 22:53:36 +0000 (00:53 +0200)] 
Updated.

--HG--
branch : HEAD

17 years agoAdded tag 1.2.alpha4 for changeset f53952ac4285
Timo Sirainen [Sun, 23 Nov 2008 22:53:18 +0000 (00:53 +0200)] 
Added tag 1.2.alpha4 for changeset f53952ac4285

--HG--
branch : HEAD

17 years agoReleased v1.2.alpha4. 1.2.alpha4
Timo Sirainen [Sun, 23 Nov 2008 22:36:11 +0000 (00:36 +0200)] 
Released v1.2.alpha4.

--HG--
branch : HEAD

17 years agoUpdated
Timo Sirainen [Sun, 23 Nov 2008 22:34:49 +0000 (00:34 +0200)] 
Updated

--HG--
branch : HEAD

17 years agoCall next hook_mail_namespaces_created in correct order.
Timo Sirainen [Sun, 23 Nov 2008 22:08:03 +0000 (00:08 +0200)] 
Call next hook_mail_namespaces_created in correct order.

--HG--
branch : HEAD

17 years agolistescape plugin wasn't calling next hook_mail_namespaces_created.
Timo Sirainen [Sun, 23 Nov 2008 22:06:15 +0000 (00:06 +0200)] 
listescape plugin wasn't calling next hook_mail_namespaces_created.

--HG--
branch : HEAD

17 years agoAdded a note about !include_try to ssl_key_password in dovecot-example.conf
Timo Sirainen [Sun, 23 Nov 2008 21:54:26 +0000 (23:54 +0200)] 
Added a note about !include_try to ssl_key_password in dovecot-example.conf

--HG--
branch : HEAD

17 years agoInitial support for getting full text search working nicely with virtual mailboxes.
Timo Sirainen [Sun, 23 Nov 2008 01:59:55 +0000 (03:59 +0200)] 
Initial support for getting full text search working nicely with virtual mailboxes.

--HG--
branch : HEAD

17 years agoOptimized searching with virtual mailboxes.
Timo Sirainen [Sun, 23 Nov 2008 00:40:09 +0000 (02:40 +0200)] 
Optimized searching with virtual mailboxes.
Instead of going through the messages in the virtual mailbox order, go them
through one mailbox at a time and in ascending message order within that
mailbox.

--HG--
branch : HEAD

17 years agoAdded wanted_fields and wanted_headers fields to struct mail_search_context.
Timo Sirainen [Sun, 23 Nov 2008 00:37:23 +0000 (02:37 +0200)] 
Added wanted_fields and wanted_headers fields to struct mail_search_context.

--HG--
branch : HEAD

17 years agoMoved search update result checks to search_next_update_seq().
Timo Sirainen [Sun, 23 Nov 2008 00:36:55 +0000 (02:36 +0200)] 
Moved search update result checks to search_next_update_seq().

--HG--
branch : HEAD

17 years agoSorting: Don't break if search code adds sequences in random order.
Timo Sirainen [Sun, 23 Nov 2008 00:36:08 +0000 (02:36 +0200)] 
Sorting: Don't break if search code adds sequences in random order.

--HG--
branch : HEAD

17 years agoFix to previous search_next_update_seq change.
Timo Sirainen [Sat, 22 Nov 2008 23:59:35 +0000 (01:59 +0200)] 
Fix to previous search_next_update_seq change.

--HG--
branch : HEAD

17 years agoFixed crashing with virtual mailboxes.
Timo Sirainen [Sat, 22 Nov 2008 23:47:30 +0000 (01:47 +0200)] 
Fixed crashing with virtual mailboxes.

--HG--
branch : HEAD

17 years agomail_storage.search_next_update_seq returns now bool. It was never failing.
Timo Sirainen [Sat, 22 Nov 2008 21:53:00 +0000 (23:53 +0200)] 
mail_storage.search_next_update_seq returns now bool. It was never failing.

--HG--
branch : HEAD

17 years agoLinux/Solaris NFS: if there are no locks, try flushing data cache by flushing attr...
Timo Sirainen [Fri, 21 Nov 2008 20:57:50 +0000 (22:57 +0200)] 
Linux/Solaris NFS: if there are no locks, try flushing data cache by flushing attr cache.

--HG--
branch : HEAD

17 years agoAuth workers: Don't assert-crash when process's idle timeout hits.
Timo Sirainen [Fri, 21 Nov 2008 20:40:48 +0000 (22:40 +0200)] 
Auth workers: Don't assert-crash when process's idle timeout hits.

--HG--
branch : HEAD

17 years agoAuth workers: Use the correct lookup timeout.
Timo Sirainen [Fri, 21 Nov 2008 20:40:03 +0000 (22:40 +0200)] 
Auth workers: Use the correct lookup timeout.

--HG--
branch : HEAD

17 years agoFixed deleting control directory when it wasn't the same as index directory.
Timo Sirainen [Fri, 21 Nov 2008 19:29:44 +0000 (21:29 +0200)] 
Fixed deleting control directory when it wasn't the same as index directory.

--HG--
branch : HEAD

17 years agoChanged mail_user refcounting to fix deinitialization.
Timo Sirainen [Fri, 21 Nov 2008 19:19:16 +0000 (21:19 +0200)] 
Changed mail_user refcounting to fix deinitialization.

--HG--
branch : HEAD

17 years agoExpire plugin works now with multiple struct mail_users.
Timo Sirainen [Fri, 21 Nov 2008 17:56:42 +0000 (19:56 +0200)] 
Expire plugin works now with multiple struct mail_users.

--HG--
branch : HEAD

17 years agoQuota works now properly with shared mailboxes.
Timo Sirainen [Fri, 21 Nov 2008 17:45:57 +0000 (19:45 +0200)] 
Quota works now properly with shared mailboxes.

--HG--
branch : HEAD

17 years agodict quota: Don't fail quota calculation if some mailboxes aren't accessible.
Timo Sirainen [Fri, 21 Nov 2008 17:45:22 +0000 (19:45 +0200)] 
dict quota: Don't fail quota calculation if some mailboxes aren't accessible.

--HG--
branch : HEAD

17 years agomailbox_open() now takes struct mail_storage ** so it can be changed.
Timo Sirainen [Fri, 21 Nov 2008 17:24:04 +0000 (19:24 +0200)] 
mailbox_open() now takes struct mail_storage ** so it can be changed.

--HG--
branch : HEAD

17 years agomail_user_*() now handles home directory lookups when necessary.
Timo Sirainen [Fri, 21 Nov 2008 16:32:02 +0000 (18:32 +0200)] 
mail_user_*() now handles home directory lookups when necessary.
Namespace owner is now a pointer to struct mail_user rather than a string.

--HG--
branch : HEAD

17 years agoacl: Update acl_dict correctly also for other visible users' shared namespaces.
Timo Sirainen [Fri, 21 Nov 2008 15:41:59 +0000 (17:41 +0200)] 
acl: Update acl_dict correctly also for other visible users' shared namespaces.

--HG--
branch : HEAD

17 years agoAdded namespace owner username to struct mail_namespace.
Timo Sirainen [Fri, 21 Nov 2008 15:41:30 +0000 (17:41 +0200)] 
Added namespace owner username to struct mail_namespace.

--HG--
branch : HEAD

17 years agoacl: Crashfix.
Timo Sirainen [Fri, 21 Nov 2008 15:21:56 +0000 (17:21 +0200)] 
acl: Crashfix.

--HG--
branch : HEAD

17 years agodovecot-example.conf: Added acl_dict example.
Timo Sirainen [Fri, 21 Nov 2008 15:15:08 +0000 (17:15 +0200)] 
dovecot-example.conf: Added acl_dict example.

--HG--
branch : HEAD

17 years agoAdded an example shared namespace.
Timo Sirainen [Fri, 21 Nov 2008 15:08:58 +0000 (17:08 +0200)] 
Added an example shared namespace.

--HG--
branch : HEAD

17 years agoAdded list=children option for namespaces.
Timo Sirainen [Fri, 21 Nov 2008 15:03:27 +0000 (17:03 +0200)] 
Added list=children option for namespaces.

--HG--
branch : HEAD

17 years agoacl: Don't check ACLs for shared root namespace.
Timo Sirainen [Fri, 21 Nov 2008 15:03:02 +0000 (17:03 +0200)] 
acl: Don't check ACLs for shared root namespace.
Make sure next hook_mailbox_list_created gets called always.

--HG--
branch : HEAD

17 years agoCompiling fix for HP-UX.
Timo Sirainen [Fri, 21 Nov 2008 15:00:54 +0000 (17:00 +0200)] 
Compiling fix for HP-UX.

--HG--
branch : HEAD

17 years agodeliver: Allow userdb to change the username.
Timo Sirainen [Fri, 21 Nov 2008 12:35:46 +0000 (14:35 +0200)] 
deliver: Allow userdb to change the username.

--HG--
branch : HEAD

17 years agoDon't drop useless namespaces automatically while creating a new one.
Timo Sirainen [Thu, 20 Nov 2008 17:32:58 +0000 (19:32 +0200)] 
Don't drop useless namespaces automatically while creating a new one.
It may free namespaces that are still being used elsewhere. Rather do it
explicitly at the beginning of each mailbox sync.

--HG--
branch : HEAD

17 years agoAdd login username in "Attempted master login with no master passdbs" error.
Timo Sirainen [Wed, 19 Nov 2008 18:09:34 +0000 (20:09 +0200)] 
Add login username in "Attempted master login with no master passdbs" error.

--HG--
branch : HEAD

17 years agoacl: Fixes to handling extended ACL names.
Timo Sirainen [Wed, 19 Nov 2008 18:03:43 +0000 (20:03 +0200)] 
acl: Fixes to handling extended ACL names.

--HG--
branch : HEAD

17 years agoIMAP: SETACL +<rights> or -<rights> was broken.
Timo Sirainen [Wed, 19 Nov 2008 18:03:33 +0000 (20:03 +0200)] 
IMAP: SETACL +<rights> or -<rights> was broken.

--HG--
branch : HEAD

17 years agomail_get_headers_utf8() and mail_get_first_header_utf8() return headers unfolded...
Timo Sirainen [Wed, 19 Nov 2008 17:54:41 +0000 (19:54 +0200)] 
mail_get_headers_utf8() and mail_get_first_header_utf8() return headers unfolded now.

--HG--
branch : HEAD

17 years agodeliver: Ignore !include_try, give error if !include is tried to be used.
Timo Sirainen [Wed, 19 Nov 2008 17:42:46 +0000 (19:42 +0200)] 
deliver: Ignore !include_try, give error if !include is tried to be used.

--HG--
branch : HEAD

17 years agoAdded !include and !include_try directives to config file reader.
Timo Sirainen [Wed, 19 Nov 2008 17:37:26 +0000 (19:37 +0200)] 
Added !include and !include_try directives to config file reader.

--HG--
branch : HEAD

17 years agoacl: Don't break mailbox visibility checks if the name has "*" characters.
Timo Sirainen [Wed, 19 Nov 2008 17:10:26 +0000 (19:10 +0200)] 
acl: Don't break mailbox visibility checks if the name has "*" characters.

--HG--
branch : HEAD

17 years agoacl: Save the entire dovecot-acl-list to memory, otherwise "has visible children...
Timo Sirainen [Wed, 19 Nov 2008 17:04:55 +0000 (19:04 +0200)] 
acl: Save the entire dovecot-acl-list to memory, otherwise "has visible children" check fails.

--HG--
branch : HEAD

17 years agoWhen autocreating a new shared namespace, drop existing namespaces where we haven...
Timo Sirainen [Wed, 19 Nov 2008 16:57:43 +0000 (18:57 +0200)] 
When autocreating a new shared namespace, drop existing namespaces where we haven't seen any mailboxes.

--HG--
branch : HEAD

17 years agoacl: If a user's namespace has no mailboxes visible to us, remove the namespace immed...
Timo Sirainen [Wed, 19 Nov 2008 16:46:25 +0000 (18:46 +0200)] 
acl: If a user's namespace has no mailboxes visible to us, remove the namespace immediately.

--HG--
branch : HEAD

17 years agoAdded mail_namespace_destroy().
Timo Sirainen [Wed, 19 Nov 2008 16:45:46 +0000 (18:45 +0200)] 
Added mail_namespace_destroy().

--HG--
branch : HEAD

17 years agoacl LIST: Mailboxes without LOOKUP right are now listed as non-existent if they have...
Timo Sirainen [Wed, 19 Nov 2008 16:19:13 +0000 (18:19 +0200)] 
acl LIST: Mailboxes without LOOKUP right are now listed as non-existent if they have visible children.

--HG--
branch : HEAD

17 years agoacl: Code cleanups.
Timo Sirainen [Wed, 19 Nov 2008 15:11:18 +0000 (17:11 +0200)] 
acl: Code cleanups.

--HG--
branch : HEAD

17 years agovfile _nonowner_iter_next(): Don't return failure if we detect that acllist changes.
Timo Sirainen [Wed, 19 Nov 2008 15:07:43 +0000 (17:07 +0200)] 
vfile _nonowner_iter_next(): Don't return failure if we detect that acllist changes.
The code was probably added during development for some reason but it has
never been of any use.

--HG--
branch : HEAD

17 years agoMinor code cleanup: Removed extra ';' characters.
Timo Sirainen [Wed, 19 Nov 2008 14:50:24 +0000 (16:50 +0200)] 
Minor code cleanup: Removed extra ';' characters.

--HG--
branch : HEAD

17 years agoDon't crash if acl_dict setting is missing.
Timo Sirainen [Wed, 19 Nov 2008 14:41:47 +0000 (16:41 +0200)] 
Don't crash if acl_dict setting is missing.

--HG--
branch : HEAD

17 years agoSubscriptions file: Don't ignore last line if it's missing LF.
Timo Sirainen [Wed, 19 Nov 2008 14:34:19 +0000 (16:34 +0200)] 
Subscriptions file: Don't ignore last line if it's missing LF.

--HG--
branch : HEAD

17 years agoChanged all config file readers to not ignore the last line if it's missing LF.
Timo Sirainen [Wed, 19 Nov 2008 14:28:46 +0000 (16:28 +0200)] 
Changed all config file readers to not ignore the last line if it's missing LF.

--HG--
branch : HEAD

17 years agoAdded i_stream_set_return_partial_line().
Timo Sirainen [Wed, 19 Nov 2008 14:28:22 +0000 (16:28 +0200)] 
Added i_stream_set_return_partial_line().

--HG--
branch : HEAD

17 years agoimap-acl: If ACLs are disabled, don't give errors at logout.
Timo Sirainen [Wed, 19 Nov 2008 14:11:01 +0000 (16:11 +0200)] 
imap-acl: If ACLs are disabled, don't give errors at logout.

--HG--
branch : HEAD

17 years agoIMAP quota should have returned "MESSAGE", not "MESSAGES" quota.
Timo Sirainen [Tue, 18 Nov 2008 16:12:28 +0000 (18:12 +0200)] 
IMAP quota should have returned "MESSAGE", not "MESSAGES" quota.

--HG--
branch : HEAD

17 years agoFix build error with Sun C compiler.
Andrey Panin [Mon, 17 Nov 2008 13:57:17 +0000 (13:57 +0000)] 
Fix build error with Sun C compiler.

--HG--
branch : HEAD

17 years agoConstify generated unicode tables.
Andrey Panin [Mon, 17 Nov 2008 14:10:41 +0000 (14:10 +0000)] 
Constify generated unicode tables.

--HG--
branch : HEAD

17 years agoInitial support for LISTing users with shared mailboxes.
Timo Sirainen [Sun, 16 Nov 2008 17:20:28 +0000 (19:20 +0200)] 
Initial support for LISTing users with shared mailboxes.

--HG--
branch : HEAD

17 years agoIteration was broken in dict-file.
Timo Sirainen [Sun, 16 Nov 2008 17:19:26 +0000 (19:19 +0200)] 
Iteration was broken in dict-file.

--HG--
branch : HEAD

17 years agoshared-storage.h doesn't require index-storage.h, don't include it.
Timo Sirainen [Sun, 16 Nov 2008 17:18:59 +0000 (19:18 +0200)] 
shared-storage.h doesn't require index-storage.h, don't include it.

--HG--
branch : HEAD

17 years agoacl: When lookup ACLs are changed, make sure dovecot-acl-list is updated.
Timo Sirainen [Sun, 16 Nov 2008 14:30:14 +0000 (16:30 +0200)] 
acl: When lookup ACLs are changed, make sure dovecot-acl-list is updated.

--HG--
branch : HEAD

17 years agoFixed OPEN_IGNORE_ACLS flag to work again with imap-acl plugin.
Timo Sirainen [Sun, 16 Nov 2008 14:29:47 +0000 (16:29 +0200)] 
Fixed OPEN_IGNORE_ACLS flag to work again with imap-acl plugin.

--HG--
branch : HEAD

17 years agoACLs: Initial support for "post" right.
Timo Sirainen [Sun, 16 Nov 2008 13:20:45 +0000 (15:20 +0200)] 
ACLs: Initial support for "post" right.

--HG--
branch : HEAD

17 years agoIGNORE_ACLS should have been mailbox_open_flags, not mail_storage_flag.
Timo Sirainen [Sun, 16 Nov 2008 13:02:57 +0000 (15:02 +0200)] 
IGNORE_ACLS should have been mailbox_open_flags, not mail_storage_flag.

--HG--
branch : HEAD

17 years agoIMAP ACLs: Let MYRIGHTS show the rights even if we don't have "r" permission.
Timo Sirainen [Sun, 16 Nov 2008 12:43:14 +0000 (14:43 +0200)] 
IMAP ACLs: Let MYRIGHTS show the rights even if we don't have "r" permission.

--HG--
branch : HEAD

17 years agoacl: Use MAIL_STORAGE_FLAG_IGNORE_ACLS flag.
Timo Sirainen [Sun, 16 Nov 2008 12:40:56 +0000 (14:40 +0200)] 
acl: Use MAIL_STORAGE_FLAG_IGNORE_ACLS flag.

--HG--
branch : HEAD

17 years agoIMAP ACLs: Unless acl_anyone=allow, disallow adding "anyone" and "authenticated"...
Timo Sirainen [Sun, 16 Nov 2008 12:33:11 +0000 (14:33 +0200)] 
IMAP ACLs: Unless acl_anyone=allow, disallow adding "anyone" and "authenticated" identifiers.

--HG--
branch : HEAD

17 years agoIMAP ACLs: Use '#' prefix for global ACLs.
Timo Sirainen [Sun, 16 Nov 2008 12:24:52 +0000 (14:24 +0200)] 
IMAP ACLs: Use '#' prefix for global ACLs.

--HG--
branch : HEAD

17 years agoacl: After updating ACLs, try to avoid re-reading the ACLs on next access.
Timo Sirainen [Sun, 16 Nov 2008 12:15:13 +0000 (14:15 +0200)] 
acl: After updating ACLs, try to avoid re-reading the ACLs on next access.

--HG--
branch : HEAD

17 years agoacl: Default owner rights override anyone/authenticated/group rights.
Timo Sirainen [Sun, 16 Nov 2008 12:06:15 +0000 (14:06 +0200)] 
acl: Default owner rights override anyone/authenticated/group rights.

--HG--
branch : HEAD

17 years agoacl: Always give admin right to owner in private mailboxes.
Timo Sirainen [Sun, 16 Nov 2008 11:48:10 +0000 (13:48 +0200)] 
acl: Always give admin right to owner in private mailboxes.

--HG--
branch : HEAD

17 years agoimap-acl: Removed a duplicate [ACL] prefix from error message.
Timo Sirainen [Sun, 16 Nov 2008 11:41:17 +0000 (13:41 +0200)] 
imap-acl: Removed a duplicate [ACL] prefix from error message.

--HG--
branch : HEAD

17 years agoAdded IMAP ACL commands with ability to modify ACLs.
Timo Sirainen [Sun, 16 Nov 2008 02:46:14 +0000 (04:46 +0200)] 
Added IMAP ACL commands with ability to modify ACLs.
Based on patch by Bernhard Herzog and Sascha Wilde.

--HG--
branch : HEAD

17 years agoMade CRITICAL_MSG* public to MAIL_ERRSTR_CRITICAL_MSG* in mail-error.h.
Timo Sirainen [Sun, 16 Nov 2008 02:45:06 +0000 (04:45 +0200)] 
Made CRITICAL_MSG* public to MAIL_ERRSTR_CRITICAL_MSG* in mail-error.h.

--HG--
branch : HEAD

17 years agoacl_object_get_my_rights() was returning broken rights.
Timo Sirainen [Sun, 16 Nov 2008 02:21:02 +0000 (04:21 +0200)] 
acl_object_get_my_rights() was returning broken rights.

--HG--
branch : HEAD

17 years agoACL: Crashfix to previous change. Also fixes "-id" to work correctly with missing...
Timo Sirainen [Sat, 15 Nov 2008 23:34:16 +0000 (01:34 +0200)] 
ACL: Crashfix to previous change. Also fixes "-id" to work correctly with missing "id".

--HG--
branch : HEAD

17 years agoGlobal ACLs now override all local ACLs.
Timo Sirainen [Sat, 15 Nov 2008 22:15:15 +0000 (00:15 +0200)] 
Global ACLs now override all local ACLs.
Also did some some internal in anticipation of ACL file update code.

--HG--
branch : HEAD

17 years agoGive a different error message if authentication succeeds but authorization fails.
Timo Sirainen [Sat, 15 Nov 2008 19:29:59 +0000 (21:29 +0200)] 
Give a different error message if authentication succeeds but authorization fails.
Added a new "authz" parameter for FAIL result in the auth protocol for this.

--HG--
branch : HEAD

17 years agoMoved imap-resp-codes to macros.
Timo Sirainen [Sat, 15 Nov 2008 19:10:17 +0000 (21:10 +0200)] 
Moved imap-resp-codes to macros.

--HG--
branch : HEAD

17 years agoImplemented imap-response-codes draft.
Timo Sirainen [Sat, 15 Nov 2008 18:59:54 +0000 (20:59 +0200)] 
Implemented imap-response-codes draft.

--HG--
branch : HEAD

17 years agoMinor code cleanup.
Timo Sirainen [Sat, 15 Nov 2008 18:23:46 +0000 (20:23 +0200)] 
Minor code cleanup.

--HG--
branch : HEAD

17 years agoIMAP: SEARCH command was returning EXPUNGEs to client.
Timo Sirainen [Sat, 15 Nov 2008 18:17:10 +0000 (20:17 +0200)] 
IMAP: SEARCH command was returning EXPUNGEs to client.

--HG--
branch : HEAD

17 years agodeliver: When logging to syslog, use "dovecot" as ident. Add deliver(%u) manually.
Timo Sirainen [Sat, 15 Nov 2008 17:47:46 +0000 (19:47 +0200)] 
deliver: When logging to syslog, use "dovecot" as ident. Add deliver(%u) manually.

--HG--
branch : HEAD

17 years agoLogging: Support specifying a prefix also for syslog logging.
Timo Sirainen [Sat, 15 Nov 2008 17:46:46 +0000 (19:46 +0200)] 
Logging: Support specifying a prefix also for syslog logging.

--HG--
branch : HEAD

17 years agoCode cleanup for previous change.
Timo Sirainen [Sat, 15 Nov 2008 17:37:35 +0000 (19:37 +0200)] 
Code cleanup for previous change.

--HG--
branch : HEAD

17 years agodovecot --exec-mail: Never listen input from stderr, there's no point.
Timo Sirainen [Sat, 15 Nov 2008 17:34:28 +0000 (19:34 +0200)] 
dovecot --exec-mail: Never listen input from stderr, there's no point.

--HG--
branch : HEAD

17 years agoPlugins: If mail_debug=yes, log "plugin disabled" if plugin's required setting isn...
Timo Sirainen [Sat, 15 Nov 2008 17:22:33 +0000 (19:22 +0200)] 
Plugins: If mail_debug=yes, log "plugin disabled" if plugin's required setting isn't set.

--HG--
branch : HEAD