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
1ed63dc5
...
1ed63dc5eb644580c42da02901ef505825bc6d88
authored
2003-01-17 20:13:45 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed
1 parent
233eb300
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/capability.c
imap4d/capability.c
View file @
1ed63dc
...
...
@@ -36,7 +36,7 @@ imap4d_capability (struct imap4d_command *command, char *arg)
util_send
(
" %s"
,
capa
[
i
]);
#ifdef WITH_TLS
if
(
tls_available
)
if
(
tls_available
&&
!
tls_done
)
util_send
(
" STARTTLS"
);
#endif
/* WITH_TLS */
...
...
Please
register
or
sign in
to post a comment