3 #ifndef _QUOTE_822_H_INCLUDED_
4 #define _QUOTE_822_H_INCLUDED_
10 /* quote local part of mailbox
12 /* #include "quote_822_local.h"
24 #include <quote_flags.h>
29 extern VSTRING
*quote_822_local_flags(VSTRING
*, const char *, int);
30 extern VSTRING
*unquote_822_local(VSTRING
*, const char *);
31 #define quote_822_local(dst, src) \
32 quote_822_local_flags((dst), (src), QUOTE_FLAG_8BITCLEAN)
37 /* The Secure Mailer license must be distributed with this software.
40 /* IBM T.J. Watson Research
42 /* Yorktown Heights, NY 10598, USA