imap-quote.h revision a3ea111cfdbfd4f32baeb0bd7f1d72568c60a023
#ifndef __IMAP_QUOTE_H
#define __IMAP_QUOTE_H
/* If value is non-NULL, return it "quoted", otherwise return NIL unquoted. */
const char *imap_quote_str_nil(const char *value);
/* Return value quoted and allocated from specified pool. */
#endif