Searched defs:imap_fetch_context (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/imap/
H A Dimap-fetch.h4 struct imap_fetch_context;
13 typedef int imap_fetch_handler_t(struct imap_fetch_context *ctx,
17 struct imap_fetch_context *fetch_ctx;
62 int (*cont_handler)(struct imap_fetch_context *ctx);
78 struct imap_fetch_context { struct
117 struct imap_fetch_context *, struct mail *, \
123 struct imap_fetch_context **fetch_ctx_r,
126 struct imap_fetch_context *
128 void imap_fetch_free(struct imap_fetch_context **ctx);
130 void imap_fetch_init_nofail_handler(struct imap_fetch_context *ct
[all...]

Completed in 10 milliseconds