imap_store 146 imap-send.c int (*cont)(struct imap_store *ctx, struct imap_cmd *cmd, const char *prompt); imap_store 147 imap-send.c void (*done)(struct imap_store *ctx, struct imap_cmd *cmd, int response); imap_store 185 imap-send.c static int get_cmd_result(struct imap_store *ctx, struct imap_cmd *tcmd); imap_store 516 imap-send.c static struct imap_cmd *issue_imap_cmd(struct imap_store *ctx, imap_store 582 imap-send.c static int imap_exec(struct imap_store *ctx, struct imap_cmd_cb *cb, imap_store 598 imap-send.c static int imap_exec_m(struct imap_store *ctx, struct imap_cmd_cb *cb, imap_store 677 imap-send.c static int parse_response_code(struct imap_store *ctx, struct imap_cmd_cb *cb, imap_store 720 imap-send.c static int get_cmd_result(struct imap_store *ctx, struct imap_cmd *tcmd) imap_store 833 imap-send.c static void imap_close_server(struct imap_store *ictx) imap_store 844 imap-send.c static void imap_close_store(struct imap_store *ctx) imap_store 915 imap-send.c static int auth_cram_md5(struct imap_store *ctx, struct imap_cmd *cmd, const char *prompt) imap_store 931 imap-send.c static struct imap_store *imap_open_store(struct imap_server_conf *srvc, char *folder) imap_store 934 imap-send.c struct imap_store *ctx; imap_store 1210 imap-send.c static int imap_store_msg(struct imap_store *ctx, struct strbuf *msg) imap_store 1364 imap-send.c struct imap_store *ctx = NULL;