masqmail

diff src/accept.c @ 192:89f951be358f

REMOVED POP3 SUPPORT masqmail will not include a POP3 client anymore from 0.3.0 on maybe the POP3 code will be reworked into a standalone program some day if you rely on the POP3 client, use fetchmail or something similar instead
author meillo@marmaro.de
date Thu, 15 Jul 2010 14:24:40 +0200
parents cd59a5b4d3dd
children 996b53a50f55
line diff
     1.1 --- a/src/accept.c	Thu Jul 15 11:48:33 2010 +0200
     1.2 +++ b/src/accept.c	Thu Jul 15 14:24:40 2010 +0200
     1.3 @@ -24,8 +24,6 @@
     1.4  	"bsmtp",
     1.5  	"smtp",
     1.6  	"esmtp",
     1.7 -	"pop3",
     1.8 -	"apop",
     1.9  	"(unknown)"  /* should not happen, but better than crashing. */
    1.10  };
    1.11