Searched refs:charset_trans_charset (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-mail/
H A Dmessage-decoder.c27 char *charset_trans_charset; member in struct:message_decoder_context
74 i_free(ctx->charset_trans_charset);
251 strcasecmp(ctx->content_charset, ctx->charset_trans_charset) == 0) {
259 i_free_and_null(ctx->charset_trans_charset);
261 ctx->charset_trans_charset = i_strdup(ctx->content_charset != NULL ?
263 if (charset_to_utf8_begin(ctx->charset_trans_charset, ctx->normalizer,

Completed in 28 milliseconds