Lines Matching defs:imap_fetch_context
4 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 {
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 *ctx,
134 void imap_fetch_begin(struct imap_fetch_context *ctx, struct mailbox *box,
142 int imap_fetch_more(struct imap_fetch_context *ctx,
146 int imap_fetch_more_no_lock_update(struct imap_fetch_context *ctx);
147 int imap_fetch_end(struct imap_fetch_context *ctx);
148 int imap_fetch_more(struct imap_fetch_context *ctx,