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

/dovecot/src/pop3/
H A Dpop3-settings.h34 enum pop3_client_workarounds parsed_workarounds; member in struct:pop3_settings
H A Dpop3-settings.c151 set->parsed_workarounds = client_workarounds;
H A Dpop3-commands.c375 (client->set->parsed_workarounds &
414 (client->set->parsed_workarounds & WORKAROUND_OE_NS_EOH) != 0) {
/dovecot/src/imap/
H A Dimap-settings.h43 enum imap_client_workarounds parsed_workarounds; member in struct:imap_settings
H A Dimap-settings.c169 set->parsed_workarounds = client_workarounds;
H A Dimap-commands-util.c43 if ((client->set->parsed_workarounds &
H A Dcmd-list.c443 if ((cmd->client->set->parsed_workarounds &
H A Dimap-sync.c699 no_newmail = (client->set->parsed_workarounds & WORKAROUND_DELAY_NEWMAIL) != 0 &&

Completed in 16 milliseconds