Commit 5239623e 5239623ea701ec4ac24322cf7123b08e16a8bda2 by Sergey Poznyakoff

Indicate login-delay capability.

1 parent 583b18b0
......@@ -47,6 +47,7 @@ pop3d_capa (const char *arg)
pop3d_outf ("STLS\r\n");
#endif /* WITH_TLS */
login_delay_capa ();
/* This can be Implemented by setting an header field on the message. */
if (expire < 0)
pop3d_outf ("EXPIRE NEVER\r\n");
......