We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fff537 + 40e7cfe commit a570fc0Copy full SHA for a570fc0
src/imap4.c
@@ -378,7 +378,7 @@ void imap_cb_time(void *arg)
378
379
ci_cork(session->ci);
380
if (! (++session->loop % idle_interval)) {
381
- imap_session_printf(session, "* OK\r\n");
+ imap_session_printf(session, "* OK Still here\r\n");
382
}
383
dbmail_imap_session_mailbox_status(session,TRUE);
384
dbmail_imap_session_buff_flush(session);
0 commit comments