imap_cmd          126 imap-send.c    struct imap_cmd;
imap_cmd          133 imap-send.c    	struct imap_cmd *in_progress, **in_progress_append;
imap_cmd          146 imap-send.c    	int (*cont)(struct imap_store *ctx, struct imap_cmd *cmd, const char *prompt);
imap_cmd          147 imap-send.c    	void (*done)(struct imap_store *ctx, struct imap_cmd *cmd, int response);
imap_cmd          155 imap-send.c    	struct imap_cmd *next;
imap_cmd          185 imap-send.c    static int get_cmd_result(struct imap_store *ctx, struct imap_cmd *tcmd);
imap_cmd          516 imap-send.c    static struct imap_cmd *issue_imap_cmd(struct imap_store *ctx,
imap_cmd          521 imap-send.c    	struct imap_cmd *cmd;
imap_cmd          525 imap-send.c    	cmd = xmalloc(sizeof(struct imap_cmd));
imap_cmd          586 imap-send.c    	struct imap_cmd *cmdp;
imap_cmd          602 imap-send.c    	struct imap_cmd *cmdp;
imap_cmd          720 imap-send.c    static int get_cmd_result(struct imap_store *ctx, struct imap_cmd *tcmd)
imap_cmd          723 imap-send.c    	struct imap_cmd *cmdp, **pcmdp;
imap_cmd          772 imap-send.c    			cmdp = (struct imap_cmd *)((char *)imap->in_progress_append -
imap_cmd          773 imap-send.c    			       offsetof(struct imap_cmd, next));
imap_cmd          915 imap-send.c    static int auth_cram_md5(struct imap_store *ctx, struct imap_cmd *cmd, const char *prompt)