Indicate login-delay capability.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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"); | ... | ... |
-
Please register or sign in to post a comment