Displaying 3 results from an estimated 3 matches for "fetch_ctx".
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...h_context {
+ struct cmd_append_context *ctx;
+ struct ostream *client_output;
+ const char *url;
+ const char *mailbox;
+ struct mail_storage *storage;
+ struct mailbox *box;
+ struct istream *input;
+ struct imap_parser *parser;
+ struct mail_search_args *search_args;
+ struct imap_fetch_context *fetch_ctx;
+};
+
+static bool catenate_fetch_cleanup(struct catenate_fetch_context *cfctx,
+ bool toobig, const char *error)
+{
+ if (cfctx->fetch_ctx != NULL) {
+ if (!cfctx->fetch_ctx->urlfetched) {
+ if (error == NULL && !toobig)
+ error = "message not found";
+ }
+...
2013 Mar 07
2
Core dump in 2.2.rc2 with FETCH 1 BODY.PEEK[ALL]
...ot;
p = 0x181e264 ".PEEK[ALL]"
__FUNCTION__ = "imap_fetch_init_handler"
#9 0x000000000040e6f5 in imap_fetch_cmd_init_handler (ctx=0x1847068,
cmd=0x1846f60, name=0x181e260 "BODY.PEEK[ALL]", args=0x7fffa3de5fe8) at
cmd-fetch.c:36
init_ctx = {fetch_ctx = 0x1847068, pool = 0x1846f40, name =
0x181e260 "BODY.PEEK[ALL]", args = 0x1829978, error = 0x0}
__FUNCTION__ = "imap_fetch_cmd_init_handler"
#10 0x000000000040e86d in fetch_parse_args (ctx=0x1847068, cmd=0x1846f60,
arg=0x1829978, next_arg_r=0x7fffa3de6078) at cmd-fet...
2010 Jul 20
1
imap core dumping on signal 10
...*) 0x15ad18
client = (struct client *) 0x15b400
status = {messages = 1366064, recent = 1366052, unseen = 0, uidvalidity = 0, uidnext = 0, first_unseen_seq = 0, highest_modseq = 0,
keywords = 0x0, sync_delayed_expunges = 0, nonpermanent_modseqs = 0}
open_flags = 0
fetch_ctx = (struct imap_fetch_context *) 0x0
search_args = (struct mail_search_args *) 0x0
#9 0x0002c3b0 in cmd_select (cmd=0xfa2bc) at /usr/local/src/dovecot/dovecot-1.2.12/src/imap//cmd-select.c:388
No locals.
#10 0x0002ef20 in client_command_input (cmd=0x6) at /usr/local/src/dovecot/dovecot-1.2....