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

/dovecot/src/imap/
H A Dcmd-notify.c15 static const char *imap_notify_event_names[] = { variable
31 for (i = 0; i < N_ELEMENTS(imap_notify_event_names); i++) {
32 if (strcasecmp(str, imap_notify_event_names[i]) == 0) {
550 for (i = 0; i < N_ELEMENTS(imap_notify_event_names); i++) {
554 str_append(str, imap_notify_event_names[i]);

Completed in 360 milliseconds