/*++ /* NAME /* ascii_header_text 3h /* SUMMARY /* message header content formatting /* SYNOPSIS /* #include <ascii_header_text.h> /* /* char *make_ascii_header_text( /* VSTRING *result, /* int flags, /* const char *str) /* DESCRIPTION /* make_ascii_header_text() takes an ASCII input string and formats /* the content for use in a header phrase or comment. /* /* The result value is a pointer to the result buffer string content, /* or null to indicate that no output was produced (the input was /* empty, or all ASCII whitespace). /* /* Arguments: /* .IP result /* The buffer that the output will overwrite. The result is /* null-terminated. /* .IP flags /* One of HDR_FLAG_PHRASE or HDR_FLAG_COMMENT is required. Other /* flags are optional. /* .RS /* .IP HDR_TEXT_FLAG_PHRASE /* Generate header content that will be used as a phrase, for /* example the full name content in "From: full-name <addr-spec>". /* .IP HDR_TEXT_FLAG_COMMENT /* Generate header content that will be used as a comment, for /* example the full name in "From: addr-spec (full-name)". /* .RE /* .IP str /* Pointer to null-terminated input storage. /* DIAGNOSTICS /* Panic: invalid flags argument. /* SEE ALSO /* rfc2047_code(3), encode header content /* 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 /* /* Wietse Venema /* porcupine.org
/*--*/
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.