aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.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 /pop2.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 'pop2.c')
-rw-r--r--pop2.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pop2.c b/pop2.c
index a17a4e22..8d6f2f3f 100644
--- a/pop2.c
+++ b/pop2.c
@@ -125,9 +125,11 @@ const static struct method pop2 =
{
"POP2", /* Post Office Protocol v2 */
#if INET6
- "pop2", /* standard POP3 port */
+ "pop2", /* standard POP2 port */
+ "pop2", /* ssl POP2 port */
#else /* INET6 */
109, /* standard POP2 port */
+ 109, /* ssl POP2 port - not */
#endif /* INET6 */
FALSE, /* this is not a tagged protocol */
FALSE, /* does not use message delimiter */