#ifndef IMAP_SEARCH_ARGS_H
#define IMAP_SEARCH_ARGS_H
#include "mail-search.h"
struct imap_arg;
struct mailbox;
struct client_command_context;
/* Builds search arguments based on IMAP arguments. Returns -1 if search
arguments are invalid, 0 if we have to wait for unambiguity,
1 if we can continue. */
struct mail_search_args **search_args_r);
/* Returns -1 if set is invalid, 0 if we have to wait for unambiguity,
1 if we were successful. search_args_r is set to contain either a seqset
or uidset. */
struct mail_search_args **search_args_r);
/* Like imap_search_get_anyset(), but always returns a seqset. */
struct mail_search_args **search_args_r);
#endif