Skip to main content

rfc2822_parse_rfc2045_parameters_str

Last updated March 2020

Name

rfc2822_parse_rfc2045_parameters_str — Parse out the RFC2045 parameters of a header value string into a dictionary

Synopsis

#include "rfc2822_parser.h"

| ECDict **rfc2822_parse_rfc2045_parameters_str** ( | str); |   |

const char * <var class="pdparam">str</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Parse out the RFC2045 parameters of a header value string into a dictionary.

This function is a wrapper around rfc2822_parse_rfc2045_parameters.

Parameters

str

a header value

Return Values

a dictionary

**Configuration Change. ** This feature is available starting from Momentum 3.1.

Was this page helpful?