projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e716420
)
[pop3 starttls] the command to send is STLS, not STARTTLS.
author
Ben Noordhuis
<info@bnoordhuis.nl>
Thu, 17 Mar 2011 21:35:18 +0000
(22:35 +0100)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 5 Apr 2011 11:38:31 +0000
(13:38 +0200)
lib/pop3.c
patch
|
blob
|
history
diff --git
a/lib/pop3.c
b/lib/pop3.c
index a7657171c5fef9e2704e9bbacc00003f5de1292e..ba13e7d6bdef5fda91a7a3b7477b8cd201ebbc46 100644
(file)
--- a/
lib/pop3.c
+++ b/
lib/pop3.c
@@
-517,7
+517,7
@@
static CURLcode pop3_statemach_act(struct connectdata *conn)
if(data->set.ftp_ssl && !conn->ssl[FIRSTSOCKET].use) {
/* We don't have a SSL/TLS connection yet, but SSL is requested. Switch
to TLS connection now */
- result = Curl_pp_sendf(&pop3c->pp, "ST
ARTTLS", NULL
);
+ result = Curl_pp_sendf(&pop3c->pp, "ST
LS"
);
state(conn, POP3_STARTTLS);
}
else