Searched defs:mutf7_prefix (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/imap/
H A Dcmd-namespace.c36 string_t *mutf7_prefix; local
57 mutf7_prefix = t_str_new(64);
63 str_truncate(mutf7_prefix, 0);
64 if (imap_utf8_to_utf7(no->ns->prefix, mutf7_prefix) < 0) {
69 imap_append_string(str, str_c(mutf7_prefix));

Completed in 9 milliseconds