aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-10-27 00:15:14 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-10-27 00:15:14 +0000
commit0d1e69ae10af5eba7cd3426e802d40d17b6db218 (patch)
treed838573a667ed2ba75e04797f87eb9f45f1df05f /pop3.c
parent8d293a3b12a5e2c4ecc6f70bcd59b862294458c8 (diff)
downloadfetchmail-0d1e69ae10af5eba7cd3426e802d40d17b6db218.tar.gz
fetchmail-0d1e69ae10af5eba7cd3426e802d40d17b6db218.tar.bz2
fetchmail-0d1e69ae10af5eba7cd3426e802d40d17b6db218.zip
This preliminary SSL patch goes to Mike.
svn path=/trunk/; revision=2643
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pop3.c b/pop3.c
index d3ab0dc0..53fcb1fe 100644
--- a/pop3.c
+++ b/pop3.c
@@ -645,8 +645,10 @@ const static struct method pop3 =
"POP3", /* Post Office Protocol v3 */
#if INET6
"pop3", /* standard POP3 port */
+ "pop3s", /* ssl POP3 port */
#else /* INET6 */
110, /* standard POP3 port */
+ 995, /* ssl POP3 port */
#endif /* INET6 */
FALSE, /* this is not a tagged protocol */
TRUE, /* this uses a message delimiter */