Functions
CAMEL_IS_IMAPX_COMMAND()
#define CAMEL_IS_IMAPX_COMMAND(command)
CamelIMAPXCommandFunc ()
void
(*CamelIMAPXCommandFunc) (struct _CamelIMAPXServer *is
,
CamelIMAPXCommand *ic
);
camel_imapx_command_new ()
CamelIMAPXCommand *
camel_imapx_command_new (struct _CamelIMAPXServer *is
,
guint32 job_kind
,
const gchar *format
,
...
);
camel_imapx_command_check ()
gboolean
camel_imapx_command_check (CamelIMAPXCommand *ic
);
camel_imapx_command_add ()
void
camel_imapx_command_add (CamelIMAPXCommand *ic
,
const gchar *format
,
...
);
camel_imapx_command_addv ()
void
camel_imapx_command_addv (CamelIMAPXCommand *ic
,
const gchar *format
,
va_list ap
);