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

/dovecot/src/lib-storage/
H A Dmail-storage-settings.h60 const char *pop3_uidl_format; member in struct:mail_storage_settings
H A Dmail-storage-settings.c77 DEF(SET_STR, pop3_uidl_format),
137 .pop3_uidl_format = "%08Xu%08Xv",
456 for (p = set->pop3_uidl_format; *p != '\0'; p++) {
473 "Unknown pop3_uidl_format variable: %%%c", c);
478 *error_r = "pop3_uidl_format setting doesn't contain any "
H A Dmail-storage.c354 ns->mail_set->pop3_uidl_format != NULL) {
355 /* if pop3_uidl_format contains %m, we want to keep the
358 p = ns->mail_set->pop3_uidl_format;
/dovecot/src/pop3/
H A Dpop3-commands.c606 "(pop3_uidl_format=%%m not supported by storage?)");
618 "(pop3_uidl_format=%%f not supported by storage?)");
630 "(pop3_uidl_format=%%g not supported by storage?)");
645 if (var_expand(str, client->mail_set->pop3_uidl_format,
647 i_error("UIDL: Failed to expand pop3_uidl_format=%s: %s",
648 client->mail_set->pop3_uidl_format, error);
H A Dpop3-client.c421 parse_uidl_keymask(client->mail_set->pop3_uidl_format);
423 i_fatal("Invalid pop3_uidl_format");

Completed in 24 milliseconds