Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

TSMimeParserCreate - TSMimeParserCreate API function

Description

       Creates a MIME parser.

       The parser's data structure contains information about the header being parsed.  A single MIME parser can
       be  used  multiple times, though not simultaneously.  Before being used again, the parser must be cleared
       by calling TSMimeParserClear().

Name

       TSMimeParserCreate - TSMimeParserCreate API function

Synopsis

          #include <ts/ts.h>

       TSMimeParserTSMimeParserCreate(void)

See Also