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

/dovecot/src/imap/
H A Dimap-settings.h28 unsigned int imap_idle_notify_interval; member in struct:imap_settings
H A Dimap-settings.c70 DEF(SET_TIME, imap_idle_notify_interval),
95 .imap_idle_notify_interval = 2*60,
H A Dcmd-idle.c166 unsigned int interval = client->set->imap_idle_notify_interval;
H A Dimap-client-hibernate.c56 client->set->imap_idle_notify_interval);
/dovecot/src/imap-hibernate/
H A Dimap-client.h24 unsigned int imap_idle_notify_interval; member in struct:imap_client_state
H A Dimap-hibernate-client.c131 if (str_to_uint(value, &state_r->imap_idle_notify_interval) < 0) {
H A Dimap-client.c423 unsigned int interval = client->state.imap_idle_notify_interval;

Completed in 29 milliseconds