summaryrefslogtreecommitdiff
blob: ce2d0b4109cf32ae49af5c0a7e6856f3cd39c488 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
--- fetchmail-6.1.2/pop2.c.old	Thu Mar 22 08:45:35 2001
+++ fetchmail-6.1.2/pop2.c	Thu Nov 28 22:47:51 2002
@@ -129,8 +129,8 @@
 {
     "POP2",				/* Post Office Protocol v2 */
 #if INET6_ENABLE
-    "pop2",				/* standard POP2 port */
-    "pop2",				/* ssl POP2 port */
+    "pop-2",				/* standard POP2 port */
+    "pop-2",				/* ssl POP2 port */
 #else /* INET6_ENABLE */
     109,				/* standard POP2 port */
     109,				/* ssl POP2 port - not */
--- fetchmail-6.1.2/imap.c.old	Thu Nov 28 22:52:07 2002
+++ fetchmail-6.1.2/imap.c	Thu Nov 28 22:48:20 2002
@@ -1012,7 +1012,7 @@
 {
     "IMAP",		/* Internet Message Access Protocol */
 #if INET6_ENABLE
-    "imap",
+    "imap2",
     "imaps",
 #else /* INET6_ENABLE */
     143,                /* standard IMAP2bis/IMAP4 port */
--- fetchmail-6.1.2/etrn.c.old	Sun Mar 10 22:34:50 2002
+++ fetchmail-6.1.2/etrn.c	Thu Nov 28 22:53:26 2002
@@ -124,7 +124,7 @@
     "ETRN",		/* ESMTP ETRN extension */
 #if INET6_ENABLE
     "smtp",		/* standard SMTP port */
-    "smtps",		/* ssl SMTP port */
+    "ssmtp",		/* ssl SMTP port */
 #else /* INET6_ENABLE */
     25,			/* standard SMTP port */
     465,			/* ssl SMTP port */
--- fetchmail-6.1.2/pop3.c.old	Thu Oct 31 15:41:37 2002
+++ fetchmail-6.1.2/pop3.c	Thu Nov 28 22:47:30 2002
@@ -817,7 +817,7 @@
 {
     "POP3",		/* Post Office Protocol v3 */
 #if INET6_ENABLE
-    "pop3",		/* standard POP3 port */
+    "pop-3",		/* standard POP3 port */
     "pop3s",		/* ssl POP3 port */
 #else /* INET6_ENABLE */
     110,		/* standard POP3 port */