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

/dovecot/src/pop3/
H A Dmain.c156 #define MSG_BYE_INTERNAL_ERROR "-ERR "MAIL_ERRSTR_CRITICAL_MSG macro
164 client_send_line(client, MSG_BYE_INTERNAL_ERROR);
/dovecot/src/imap/
H A Dmain.c332 #define MSG_BYE_INTERNAL_ERROR "* BYE "MAIL_ERRSTR_CRITICAL_MSG"\r\n" macro
356 if (write(fd, MSG_BYE_INTERNAL_ERROR,
357 strlen(MSG_BYE_INTERNAL_ERROR)) < 0) {
373 if (write_full(login_client->fd, MSG_BYE_INTERNAL_ERROR,
374 strlen(MSG_BYE_INTERNAL_ERROR)) < 0)

Completed in 1019 milliseconds