search for: hook_mail_storage_create

Displaying 6 results from an estimated 6 matches for "hook_mail_storage_create".

2009 Dec 14
2
Plugins
Hello everyone again..... i try to do a plugin... and i see there is a lot of "hook_*" calls in various places.... There is some documentation about this hooks ? like: hook_mail_storage_created = is calling when the email is.... and go on.... Tks.
2007 Mar 15
5
[PATCH 0/5] fix gcc warnings in CVS HEAD
Hi, I have rewritten the patches I submitted earlier today for the CVS HEAD. Some of the changes were already committed months ago. On 2007/03/15 12:30, Timo Sirainen <tss at iki.fi> wrote: > That's ok, but I'm not sure about bsearch_insert_pos(). It's the way it > is mostly because I wanted to keep bsearch() API. If it can't return > void * then maybe it could be
2010 Feb 19
2
quota and lazy_expunge plugins both used: quotas go wrong with lazy_expunge'd mails
...lazy-expunge/lazy-expunge-plugin.c 1.1. lazy_expunge_mail_storage_init() sets the expunged mails namespace flag with NAMESPACE_FLAG_NOQUOTA 1.2. lazy_expunge_mail_storage_init() is called by lazy_expunge_mail_storage_created() 1.3. lazy_expunge_mail_storage_created() is part of the callback list hook_mail_storage_create 2. In src/plugins/quota/quota-storage.c: 2.1. The only place in the whole dovecot source code where NAMESPACE_FLAG_NOQUOTA is checked is in function quota_mailbox_list_created() 3. In src/plugins/quota/quota-plugin.c: 3.1 quota_plugin_init() add quota_mailbox_list_created() to the callback list...
2007 Jul 16
0
Can't compile mbox-snarf-plugin.c on AIX 5.3
...Undefined symbol: .mail_storage_set_critical ld: 0711-317 ERROR: Undefined symbol: .buffer_write ld: 0711-317 ERROR: Undefined symbol: .home_expand ld: 0711-317 ERROR: Undefined symbol: .p_strdup ld: 0711-317 ERROR: Undefined symbol: mail_storage_module_id ld: 0711-317 ERROR: Undefined symbol: hook_mail_storage_created ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status [root at aix root]# Does this plugin work with Dovecot > 1.0 at all, is this a know bug or are there any users who managed to install it successfully on AIX? Sincerely Adna...
2008 Oct 15
2
imap segfaults in dovecot 1.2 on logout
Hi Timo, when logging out like a001 logout the imap child dies from signal 11. The back trace looks like this: Program received signal SIGSEGV, Segmentation fault. 0xb7ed4991 in strcasecmp () from /lib/tls/i686/cmov/libc.so.6 (gdb) bt #0 0xb7ed4991 in strcasecmp () from /lib/tls/i686/cmov/libc.so.6 #1 0x0806ab6c in command_unregister (name=0x815b9ab "LOGOUT") at commands.c:83 #2
2014 Jul 28
2
not able to compile deleted_to_trash Plugin
..._vfuncs' has no member named 'mailbox_open' storage->v.mailbox_open = deleted_to_trash_mailbox_open; ^ deleted-to-trash-plugin.c: In function 'deleted_to_trash_plugin_init': deleted-to-trash-plugin.c:364:28: error: lvalue required as left operand of assignment hook_mail_storage_created = deleted_to_trash_mail_storage_created; ^ deleted-to-trash-plugin.c:367:28: error: lvalue required as left operand of assignment hook_mailbox_list_created = deleted_to_trash_mailbox_list_created; ^ In file included from /usr/include/doveco...