Displaying 4 results from an estimated 4 matches for "client_send_command_error".
2007 Oct 23
3
More core dump stack traces
...0x00000000001282ac in maildir_sync_notify ()
#4 0x0000000000128574 in maildir_storage_sync_init ()
#5 0x000000000016ec74 in mailbox_sync_init ()
#6 0x000000000016ed10 in mailbox_sync ()
#7 0x0000000000117484 in cmd_select_full ()
#8 0x0000000000117610 in cmd_select ()
#9 0x0000000000118c78 in client_send_command_error ()
#10 0x0000000000118d60 in client_send_command_error ()
#11 0x0000000000119430 in client_input ()
#12 0x0000000000186d64 in io_loop_handler_run ()
#13 0x0000000000186198 in io_loop_run ()
#14 0x0000000000120fe8 in main ()
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...msg);
}
+ /* APPLE - catenate */
+ if (args_indicate_catenate(args))
+ return ctx->failed ? catenate_begin_cancel(cmd, args) :
+ catenate_begin_parsing(cmd, args);
+
if (!validate_args(args, &flags_list, &internal_date_str,
&ctx->msg_size, &nonsync)) {
client_send_command_error(cmd, "Invalid arguments.");
@@ -330,6 +370,11 @@
} else if (!imap_parse_datetime(internal_date_str,
&internal_date, &timezone_offset)) {
client_send_tagline(cmd, "BAD Invalid internal date.");
+
+ /* APPLE */
+ if (keywords != NULL)
+ mailbox_keywords_free...
2009 Jul 08
1
expire plugin with 1.2 cronjob undefined symbol: capability_string
Hi,
sorry if this asked twice,
i ve searched the list and found some equal posts, but couldnt
get my problem fixed with it
if running cronjob with expire ( using mysql )
i get
dovecot -c /etc/dovecot/dovecot.conf --exec-mail ext
/usr/lib/dovecot/expire-tool --test
Info: Loading modules from directory: /usr/lib/dovecot/modules/imap
Info: Module loaded:
2009 Feb 18
1
v1.2 can't set ACL to empty string
Hi *,
according to RfC4314 the rights argument to the setacl command might be
an empty string ("zero right characters"):
The third argument is a string containing an optional plus ("+") or
minus ("-") prefix, followed by zero or more rights characters.
existing clients (horde in particular) actually use this to remove all
rights from an user.
Currently