]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
15 years agolib-storage: Changed mailbox_sync() and mailbox_sync_deinit() APIs.
Timo Sirainen [Thu, 17 Dec 2009 00:27:57 +0000 (19:27 -0500)] 
lib-storage: Changed mailbox_sync() and mailbox_sync_deinit() APIs.
Although we're already in beta stage, this is simple enough of a change that
it shouldn't matter much. Having syncing also return status information made
the API ugly and the status information wasn't even wanted all that often.

--HG--
branch : HEAD

15 years agoRemoved MAILBOX_SYNC_AUTO_STOP sync flag. It wasn't used anywhere.
Timo Sirainen [Wed, 16 Dec 2009 23:18:02 +0000 (18:18 -0500)] 
Removed MAILBOX_SYNC_AUTO_STOP sync flag. It wasn't used anywhere.

--HG--
branch : HEAD

15 years agolmtp client: data_output_callback may have been called unnecessarily.
Timo Sirainen [Wed, 16 Dec 2009 20:57:07 +0000 (15:57 -0500)] 
lmtp client: data_output_callback may have been called unnecessarily.

--HG--
branch : HEAD

15 years agomail storage service: When duping settings, they need to be also checked.
Timo Sirainen [Wed, 16 Dec 2009 19:24:36 +0000 (14:24 -0500)] 
mail storage service: When duping settings, they need to be also checked.
The checking part may also parse some settings and store data to the
structures.

--HG--
branch : HEAD

15 years agot_get_current_dir(): Don't overflow buffer with >128 length directories.
Timo Sirainen [Wed, 16 Dec 2009 19:13:09 +0000 (14:13 -0500)] 
t_get_current_dir(): Don't overflow buffer with >128 length directories.

--HG--
branch : HEAD

15 years agolib-signals: Compile fix for Hurd (SA_SIGINFO not available).
Timo Sirainen [Wed, 16 Dec 2009 19:03:40 +0000 (14:03 -0500)] 
lib-signals: Compile fix for Hurd (SA_SIGINFO not available).
Based on patch by Marco Nenciarini.

--HG--
branch : HEAD

15 years agoAvoid using PATH_MAX.
Timo Sirainen [Wed, 16 Dec 2009 18:48:16 +0000 (13:48 -0500)] 
Avoid using PATH_MAX.

--HG--
branch : HEAD

15 years agoAdded t_get_current_dir() and use it instead of getcwd().
Timo Sirainen [Wed, 16 Dec 2009 18:43:23 +0000 (13:43 -0500)] 
Added t_get_current_dir() and use it instead of getcwd().

--HG--
branch : HEAD

15 years agoUse t_abspath() instead of duplicating code.
Timo Sirainen [Wed, 16 Dec 2009 18:42:45 +0000 (13:42 -0500)] 
Use t_abspath() instead of duplicating code.

--HG--
branch : HEAD

15 years agoDon't use static sized buffers for writing log open failure errors.
Timo Sirainen [Wed, 16 Dec 2009 18:31:12 +0000 (13:31 -0500)] 
Don't use static sized buffers for writing log open failure errors.

--HG--
branch : HEAD

15 years agolib-master: Use t_abspath() to resolve relative path, not realpath().
Timo Sirainen [Wed, 16 Dec 2009 18:22:32 +0000 (13:22 -0500)] 
lib-master: Use t_abspath() to resolve relative path, not realpath().

--HG--
branch : HEAD

15 years agomail storage service: Some flag enums were missing FLAG_ in the middle.
Timo Sirainen [Wed, 16 Dec 2009 01:28:14 +0000 (20:28 -0500)] 
mail storage service: Some flag enums were missing FLAG_ in the middle.

--HG--
branch : HEAD

15 years agoIdle-disconnecting auth master connections is now optional. LMTP no longer does it.
Timo Sirainen [Wed, 16 Dec 2009 01:27:07 +0000 (20:27 -0500)] 
Idle-disconnecting auth master connections is now optional. LMTP no longer does it.

--HG--
branch : HEAD

15 years agoimap, pop3: Set default process limit to 1024, like it was in v1.x.
Timo Sirainen [Wed, 16 Dec 2009 01:19:53 +0000 (20:19 -0500)] 
imap, pop3: Set default process limit to 1024, like it was in v1.x.

--HG--
branch : HEAD

15 years agoconfig: Don't fail if process_min_avail is set and process_limit is the default.
Timo Sirainen [Wed, 16 Dec 2009 01:10:40 +0000 (20:10 -0500)] 
config: Don't fail if process_min_avail is set and process_limit is the default.

--HG--
branch : HEAD

15 years agolmtp: Increased initial client pool size.
Timo Sirainen [Tue, 15 Dec 2009 22:32:32 +0000 (17:32 -0500)] 
lmtp: Increased initial client pool size.

--HG--
branch : HEAD

15 years agolib-signals: Set signal pipe fds non-blocking to make sure read/write doesn't hang.
Timo Sirainen [Tue, 15 Dec 2009 22:28:16 +0000 (17:28 -0500)] 
lib-signals: Set signal pipe fds non-blocking to make sure read/write doesn't hang.

--HG--
branch : HEAD

15 years agomaildir: Always add S=size to filenames.
Timo Sirainen [Tue, 15 Dec 2009 19:06:18 +0000 (14:06 -0500)] 
maildir: Always add S=size to filenames.
It's necessary for using zlib plugin and doesn't hurt much anyway.

--HG--
branch : HEAD

15 years agoCompile fix for systems where unsetenv() returns void.
Timo Sirainen [Tue, 15 Dec 2009 19:01:20 +0000 (14:01 -0500)] 
Compile fix for systems where unsetenv() returns void.
FreeBSD 6.4, for example.

--HG--
branch : HEAD

15 years agolmtp: Don't lose first 128k of data with >128k mails.
Timo Sirainen [Tue, 15 Dec 2009 18:44:15 +0000 (13:44 -0500)] 
lmtp: Don't lose first 128k of data with >128k mails.

--HG--
branch : HEAD

15 years agoOSX: Don't try add plugin dependencies. It just breaks plugin loading.
Timo Sirainen [Tue, 15 Dec 2009 01:34:44 +0000 (20:34 -0500)] 
OSX: Don't try add plugin dependencies. It just breaks plugin loading.

--HG--
branch : HEAD

15 years agoMakefile: Compile fix for systems requiring libiconv.
Timo Sirainen [Tue, 15 Dec 2009 01:23:46 +0000 (20:23 -0500)] 
Makefile: Compile fix for systems requiring libiconv.

--HG--
branch : HEAD

15 years agoimap_client_workarounds defaults to empty now, not deprecated outlook-idle.
Timo Sirainen [Mon, 14 Dec 2009 23:30:55 +0000 (18:30 -0500)] 
imap_client_workarounds defaults to empty now, not deprecated outlook-idle.

--HG--
branch : HEAD

15 years agolazy-expunge: Fixed deleting mailboxes that didn't have expunged messages.
Timo Sirainen [Mon, 14 Dec 2009 20:11:51 +0000 (15:11 -0500)] 
lazy-expunge: Fixed deleting mailboxes that didn't have expunged messages.

--HG--
branch : HEAD

15 years agolazy-expunge: Support a single-namespace configuration.
Timo Sirainen [Mon, 14 Dec 2009 19:40:16 +0000 (14:40 -0500)] 
lazy-expunge: Support a single-namespace configuration.
If a mailbox is deleted, its contents are merged with the existing expunged
messages.

--HG--
branch : HEAD

15 years agoplugins: Use mail_namespace_storage_added hook instead of mailbox_list_created.
Timo Sirainen [Mon, 14 Dec 2009 19:32:01 +0000 (14:32 -0500)] 
plugins: Use mail_namespace_storage_added hook instead of mailbox_list_created.
In mailbox_list_created the storage hasn't yet overridden the list functions.

--HG--
branch : HEAD

15 years agolib-storage: Added mail_namespace_storage_added hook.
Timo Sirainen [Mon, 14 Dec 2009 19:30:44 +0000 (14:30 -0500)] 
lib-storage: Added mail_namespace_storage_added hook.

--HG--
branch : HEAD

15 years agoimap COPY: Don't give "fetch stream header+body" hint to lib-storage.
Timo Sirainen [Mon, 14 Dec 2009 17:56:51 +0000 (12:56 -0500)] 
imap COPY: Don't give "fetch stream header+body" hint to lib-storage.
Usually copying is done by hard linking, not reading the whole message body.

--HG--
branch : HEAD

15 years agoAdded signature for changeset 594a349067f6
Timo Sirainen [Mon, 14 Dec 2009 03:07:14 +0000 (22:07 -0500)] 
Added signature for changeset 594a349067f6

--HG--
branch : HEAD

15 years agoAdded tag 2.0.beta1 for changeset 594a349067f6
Timo Sirainen [Mon, 14 Dec 2009 03:07:09 +0000 (22:07 -0500)] 
Added tag 2.0.beta1 for changeset 594a349067f6

--HG--
branch : HEAD

15 years agoReleased v2.0.beta1. 2.0.beta1
Timo Sirainen [Mon, 14 Dec 2009 03:07:09 +0000 (22:07 -0500)] 
Released v2.0.beta1.

--HG--
branch : HEAD

15 years agoMakefile: Delete example-config/README in distclean.
Timo Sirainen [Mon, 14 Dec 2009 03:07:05 +0000 (22:07 -0500)] 
Makefile: Delete example-config/README in distclean.

--HG--
branch : HEAD

15 years agomail-index-transaction-update unit test fix.
Timo Sirainen [Mon, 14 Dec 2009 02:58:36 +0000 (21:58 -0500)] 
mail-index-transaction-update unit test fix.

--HG--
branch : HEAD

15 years agoMakefile: Add example-config/README.in to tarballs.
Timo Sirainen [Mon, 14 Dec 2009 02:52:38 +0000 (21:52 -0500)] 
Makefile: Add example-config/README.in to tarballs.

--HG--
branch : HEAD

15 years agodovecot-uidvalidity*: Create files with correct permission.
Timo Sirainen [Mon, 14 Dec 2009 02:35:28 +0000 (21:35 -0500)] 
dovecot-uidvalidity*: Create files with correct permission.

--HG--
branch : HEAD

15 years agomailbox log: Create file with correct permission.
Timo Sirainen [Mon, 14 Dec 2009 02:35:04 +0000 (21:35 -0500)] 
mailbox log: Create file with correct permission.

--HG--
branch : HEAD

15 years agoimap, pop3: Close auth/config connections when we stop accepting more connections.
Timo Sirainen [Mon, 14 Dec 2009 02:08:41 +0000 (21:08 -0500)] 
imap, pop3: Close auth/config connections when we stop accepting more connections.

--HG--
branch : HEAD

15 years agolib-master: Close listener fds when we stop accepting more connections.
Timo Sirainen [Mon, 14 Dec 2009 01:48:43 +0000 (20:48 -0500)] 
lib-master: Close listener fds when we stop accepting more connections.

--HG--
branch : HEAD

15 years agoscript: Close extra fds before executing post-login script.
Timo Sirainen [Mon, 14 Dec 2009 01:47:38 +0000 (20:47 -0500)] 
script: Close extra fds before executing post-login script.

--HG--
branch : HEAD

15 years agoconfig: Compiler warning fix.
Timo Sirainen [Mon, 14 Dec 2009 01:26:31 +0000 (20:26 -0500)] 
config: Compiler warning fix.

--HG--
branch : HEAD

15 years agoDeleted convert plugin and convert-tool. dsync replaces them.
Timo Sirainen [Mon, 14 Dec 2009 01:14:18 +0000 (20:14 -0500)] 
Deleted convert plugin and convert-tool. dsync replaces them.

--HG--
branch : HEAD

15 years agoAdded setting aliases: mail for mail_location, both of them for namespace location.
Timo Sirainen [Mon, 14 Dec 2009 01:09:00 +0000 (20:09 -0500)] 
Added setting aliases: mail for mail_location, both of them for namespace location.
Removed special case handling for changing mail to mail_location in userdb.

--HG--
branch : HEAD

15 years agosettings parser: Added support for setting name aliases.
Timo Sirainen [Mon, 14 Dec 2009 01:07:47 +0000 (20:07 -0500)] 
settings parser: Added support for setting name aliases.

--HG--
branch : HEAD

15 years agolib-settings: settings_get_time/size() are now public.
Timo Sirainen [Mon, 14 Dec 2009 00:54:20 +0000 (19:54 -0500)] 
lib-settings: settings_get_time/size() are now public.

--HG--
branch : HEAD

15 years agoexpire plugin: Changed configuration.
Timo Sirainen [Mon, 14 Dec 2009 00:50:58 +0000 (19:50 -0500)] 
expire plugin: Changed configuration.
Instead of:

expire = box1 7 box2 14
expire_altmove = box3 4

use now:

expire = box1 7d
expire2 = box2 14d
expire3 = box3 4d altmove

Instead of 7d and 14d it's also possible to use 1w and 2w. All the regular
"time" setting values work actually, minimum expire time is 1sec.

--HG--
branch : HEAD

15 years agoimap, pop3: Don't crash if post-login socket path wasn't given.
Timo Sirainen [Mon, 14 Dec 2009 00:46:04 +0000 (19:46 -0500)] 
imap, pop3: Don't crash if post-login socket path wasn't given.

--HG--
branch : HEAD

15 years agoscript: Don't load mail plugins.
Timo Sirainen [Mon, 14 Dec 2009 00:29:56 +0000 (19:29 -0500)] 
script: Don't load mail plugins.

--HG--
branch : HEAD

15 years agoAdded mail_storage_service_restrict_setenv().
Timo Sirainen [Mon, 14 Dec 2009 00:28:16 +0000 (19:28 -0500)] 
Added mail_storage_service_restrict_setenv().

--HG--
branch : HEAD

15 years agoMail storage service: Added MAIL_STORAGE_SERVICE_NO_PLUGINS flag.
Timo Sirainen [Mon, 14 Dec 2009 00:27:27 +0000 (19:27 -0500)] 
Mail storage service: Added MAIL_STORAGE_SERVICE_NO_PLUGINS flag.

--HG--
branch : HEAD

15 years agoscript: Added enough features to get rawlog working again.
Timo Sirainen [Sat, 12 Dec 2009 00:26:26 +0000 (19:26 -0500)] 
script: Added enough features to get rawlog working again.
Also added -d parameter to drop privileges before executing script.

--HG--
branch : HEAD

15 years agoimap, pop3: Added back ability to run post-login scripts.
Timo Sirainen [Fri, 11 Dec 2009 23:38:33 +0000 (18:38 -0500)] 
imap, pop3: Added back ability to run post-login scripts.

--HG--
branch : HEAD

15 years agoAdded t_abspath*().
Timo Sirainen [Fri, 11 Dec 2009 23:36:19 +0000 (18:36 -0500)] 
Added t_abspath*().

--HG--
branch : HEAD

15 years agoAdded p_strarray_dup().
Timo Sirainen [Fri, 11 Dec 2009 23:36:04 +0000 (18:36 -0500)] 
Added p_strarray_dup().

--HG--
branch : HEAD

15 years agoimap, pop3: If client creation fails, update lib-master connection count.
Timo Sirainen [Fri, 11 Dec 2009 21:05:38 +0000 (16:05 -0500)] 
imap, pop3: If client creation fails, update lib-master connection count.

--HG--
branch : HEAD

15 years ago*-login: Check for missing username in lib-master code.
Timo Sirainen [Fri, 11 Dec 2009 21:00:14 +0000 (16:00 -0500)] 
*-login: Check for missing username in lib-master code.

--HG--
branch : HEAD

15 years agoanvil: After master gets a SIGHUP, start logging via new log process.
Timo Sirainen [Fri, 11 Dec 2009 19:33:58 +0000 (14:33 -0500)] 
anvil: After master gets a SIGHUP, start logging via new log process.

--HG--
branch : HEAD

15 years agolib-master: Minor error message fixes.
Timo Sirainen [Fri, 11 Dec 2009 17:50:04 +0000 (12:50 -0500)] 
lib-master: Minor error message fixes.

--HG--
branch : HEAD

16 years agodsync tests: Link also with libcharset.
Timo Sirainen [Thu, 10 Dec 2009 20:52:21 +0000 (15:52 -0500)] 
dsync tests: Link also with libcharset.

--HG--
branch : HEAD

16 years agodsync tests: Link with iconv libraries to avoid compiler errors in some systems.
Timo Sirainen [Thu, 10 Dec 2009 18:46:43 +0000 (13:46 -0500)] 
dsync tests: Link with iconv libraries to avoid compiler errors in some systems.

--HG--
branch : HEAD

16 years agoCompile fix for non-gcc.
Timo Sirainen [Thu, 10 Dec 2009 15:56:15 +0000 (10:56 -0500)] 
Compile fix for non-gcc.

--HG--
branch : HEAD

16 years ago*-login: If we've a pending shutdown and auth connection gets lost, kill clients.
Timo Sirainen [Thu, 10 Dec 2009 01:28:54 +0000 (20:28 -0500)] 
*-login: If we've a pending shutdown and auth connection gets lost, kill clients.
If master and auth processes had died, we would never get another connection.

--HG--
branch : HEAD

16 years ago*-login: Get auth connection cookie earlier so its lookup can't fail.
Timo Sirainen [Thu, 10 Dec 2009 01:19:03 +0000 (20:19 -0500)] 
*-login: Get auth connection cookie earlier so its lookup can't fail.

--HG--
branch : HEAD

16 years agoauth client: Added asserts.
Timo Sirainen [Thu, 10 Dec 2009 01:11:08 +0000 (20:11 -0500)] 
auth client: Added asserts.

--HG--
branch : HEAD

16 years agombox: If mbox parsing notices unexpected corruption, don't assert-crash.
Timo Sirainen [Thu, 10 Dec 2009 01:06:20 +0000 (20:06 -0500)] 
mbox: If mbox parsing notices unexpected corruption, don't assert-crash.

--HG--
branch : HEAD

16 years agombox: Log an error if From_-line gets lost/corrupted unexpectedly.
Timo Sirainen [Thu, 10 Dec 2009 01:03:33 +0000 (20:03 -0500)] 
mbox: Log an error if From_-line gets lost/corrupted unexpectedly.

--HG--
branch : HEAD

16 years agoexpire: Settings now support spaces in mailbox names by using quoted strings.
Timo Sirainen [Thu, 10 Dec 2009 00:46:16 +0000 (19:46 -0500)] 
expire: Settings now support spaces in mailbox names by using quoted strings.

--HG--
branch : HEAD

16 years agovirtual optimization: If saved highest-modseq matches current one, don't try to find...
Timo Sirainen [Wed, 9 Dec 2009 23:58:13 +0000 (18:58 -0500)] 
virtual optimization: If saved highest-modseq matches current one, don't try to find higher ones.

--HG--
branch : HEAD

16 years agovirtual: Fixed updating virtual mailbox based on flag changes.
Timo Sirainen [Wed, 9 Dec 2009 23:47:27 +0000 (18:47 -0500)] 
virtual: Fixed updating virtual mailbox based on flag changes.

--HG--
branch : HEAD

16 years agodoveadm dump index: Decode virtual storage's index header.
Timo Sirainen [Wed, 9 Dec 2009 23:22:42 +0000 (18:22 -0500)] 
doveadm dump index: Decode virtual storage's index header.

--HG--
branch : HEAD

16 years agolib-master: Die on SIGINT only if we're running standalone or not handling clients.
Timo Sirainen [Wed, 9 Dec 2009 23:00:17 +0000 (18:00 -0500)] 
lib-master: Die on SIGINT only if we're running standalone or not handling clients.

--HG--
branch : HEAD

16 years agodsync: Removed MASTER_SERVICE_FLAG_STD_CLIENT flag, since it's not really one.
Timo Sirainen [Wed, 9 Dec 2009 22:58:13 +0000 (17:58 -0500)] 
dsync: Removed MASTER_SERVICE_FLAG_STD_CLIENT flag, since it's not really one.

--HG--
branch : HEAD

16 years agoInstall README file to config directory, which points to example-config.
Timo Sirainen [Wed, 9 Dec 2009 21:19:40 +0000 (16:19 -0500)] 
Install README file to config directory, which points to example-config.

--HG--
branch : HEAD

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