/*++ /* NAME /* quote_822_local 3 /* SUMMARY /* quote local part of mailbox /* SYNOPSIS /* #include <quote_822_local.h> /* /* VSTRING *quote_822_local(dst, src) /* VSTRING *dst; /* const char *src; /* /* VSTRING *quote_822_local_flags(dst, src, flags) /* VSTRING *dst; /* const char *src; /* int flags; /* /* VSTRING *unquote_822_local(dst, src) /* VSTRING *dst; /* const char *src; /* DESCRIPTION /* quote_822_local() quotes the local part of a mailbox and /* returns a result that can be used in message headers as /* specified by RFC 822 (actually, an 8-bit clean version of /* RFC 822). It implements an 8-bit clean version of RFC 822. /* /* quote_822_local_flags() provides finer control. /* /* unquote_822_local() transforms the local part of a mailbox /* address to unquoted (internal) form. /* /* Arguments: /* .IP dst /* The result. /* .IP src /* The input address. /* .IP flags /* Bit-wise OR of zero or more of the following. /* .RS /* .IP QUOTE_FLAG_8BITCLEAN /* In violation with RFCs, treat 8-bit text as ordinary text. /* .IP QUOTE_FLAG_EXPOSE_AT /* In violation with RFCs, treat `@' as an ordinary character. /* .IP QUOTE_FLAG_APPEND /* Append to the result buffer, instead of overwriting it. /* .IP QUOTE_FLAG_BARE_LOCALPART /* The input is a localpart without @domain part. /* .RE /* STANDARDS /* RFC 822 (ARPA Internet Text Messages) /* BUGS /* The code assumes that the domain is RFC 822 clean. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA /* /* Wietse Venema /* Google, Inc. /* 111 8th Avenue /* New York, NY 10011, USA
/*--*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.