From 0d1e69ae10af5eba7cd3426e802d40d17b6db218 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 27 Oct 1999 00:15:14 +0000 Subject: This preliminary SSL patch goes to Mike. svn path=/trunk/; revision=2643 --- pop3.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pop3.c') 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 */ -- cgit v1.2.3