Lines Matching +refs:mime +refs:decode +refs:parameter +refs:value

10  * for MIME header parameter parsing (RFC 2231/5987)
19 * Given the value of a single header field (such as
20 * Content-Disposition and Content-Type) and the name of a parameter
21 * (e.g. filename, name, charset), returns the value of the parameter.
22 * The value is obtained by decoding RFC 2231/5987-style encoding,
40 * it returns the language tag if the parameter is encoded per RFC 2231 and
49 * @param aHeaderVal a header string to get the value of a parameter
51 * @param aParamName the name of a MIME header parameter (e.g.
53 * the first (possibly) _unnamed_ 'parameter'.
60 * to a string containing the value of language
63 * @return the value of <code>aParamName</code> in Unichar(UTF-16).
83 * Given the value of a header field parameter using the encoding
84 * defined in RFC 5987, decode the value into a Unicode string, and extract
85 * the optional language parameter.
97 * @param aParamVal a header field parameter to decode.
100 * @return the decoded parameter value.
106 * Given the value of a single header field (such as
107 * Content-Disposition and Content-Type) and the name of a parameter
108 * (e.g. filename, name, charset), returns the value of the parameter
113 * mailnews/mime/src/mimehdrs.cpp defined as
120 * @param aHeaderVal a header string to get the value of a parameter from.
121 * @param aParamName the name of a MIME header parameter (e.g.
123 * the first (possibly) _unnamed_ 'parameter'.
125 * to a string containing the value of charset obtained
128 * to a string containing the value of language obtained
130 * @return the value of <code>aParamName</code> after
142 * Given a header value, decodes RFC 2047-style encoding and
143 * returns the decoded header value in UTF-8 if either it's
145 * returns the input header value (in whatever encoding)
151 * mailnews/mime/src/mimehdrs.cpp defined as
155 * @param aHeaderVal a header value to decode
162 * @return decoded header value
172 * Given a header parameter, decodes RFC 2047 style encoding (if it's
176 * Otherwise, returns the input header value (in whatever encoding)
182 * mailnews/mime/src/mimehdrs.cpp defined as
186 * @param aParamValue the value of a parameter to decode and convert
198 * @return decoded parameter