Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
5239623e
...
5239623ea701ec4ac24322cf7123b08e16a8bda2
authored
2003-10-18 19:06:22 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Indicate login-delay capability.
1 parent
583b18b0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pop3d/capa.c
pop3d/capa.c
View file @
5239623
...
...
@@ -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
"
);
...
...
Please
register
or
sign in
to post a comment