Commit 5239623e 5239623ea701ec4ac24322cf7123b08e16a8bda2 by Sergey Poznyakoff

Indicate login-delay capability.

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