imap-quote.h revision be0c9927cd9856b1a37c9c8c6b73bd7e5a75737c
#ifndef IMAP_QUOTE_H
#define IMAP_QUOTE_H
/* Append "quoted" or literal. */
/* Append atom, "quoted" or literal. */
/* Append NIL, "quoted" or literal. */
/* Append NIL, "quoted" or literal, CRs and LFs skipped. */
/* Append "quoted". If src has 8bit chars, skip over them. */
/* Otherwise the same as imap_append_string(), but cleanup the input data
so that it's more readable by humans. This includes converting TABs to
spaces, multiple spaces into a single space and NULs to #0x80. */
#endif