imap-util.h revision 72932593c2aa46767f7e43a8e20347ad989de95b
#ifndef IMAP_UTIL_H
#define IMAP_UTIL_H
#include "seq-range-array.h"
#include "mail-types.h"
struct imap_arg;
/* Write flags as a space separated string. */
/* Parse system flag from a string, or return 0 if it's invalid. */
/* Write sequence range as IMAP sequence-set */
/* Write IMAP args to given string. The string is mainly useful for humans. */
/* Write IMAP args in a human-readable format to given string (e.g. for
logging). The output is a single valid UTF-8 line without control
characters. Multi-line literals are replaced with a generic placeholder. */
/* Like imap_write_args(), but return the string allocated from data stack. */
#endif