Loading tests/data/test864 +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ POP3 APOP <reply> <servercmd> CAPA APOP REPLY welcome +OK cURL POP3 server ready to serve <1972.987654321\@curl> </servercmd> <data> From: me@somewhere Loading tests/ftpserver.pl +1 −1 Original line number Diff line number Diff line Loading @@ -587,7 +587,7 @@ sub protocolsetup { ' / __| | | | |_) | | '."\r\n", ' | (__| |_| | _ <| |___ '."\r\n", ' \___|\___/|_| \_\_____|'."\r\n", '+OK cURL POP3 server ready to serve '.$POP3_TIMESTAMP."\r\n") '+OK cURL POP3 server ready to serve '."\r\n") ); } elsif($proto eq 'imap') { Loading Loading
tests/data/test864 +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ POP3 APOP <reply> <servercmd> CAPA APOP REPLY welcome +OK cURL POP3 server ready to serve <1972.987654321\@curl> </servercmd> <data> From: me@somewhere Loading
tests/ftpserver.pl +1 −1 Original line number Diff line number Diff line Loading @@ -587,7 +587,7 @@ sub protocolsetup { ' / __| | | | |_) | | '."\r\n", ' | (__| |_| | _ <| |___ '."\r\n", ' \___|\___/|_| \_\_____|'."\r\n", '+OK cURL POP3 server ready to serve '.$POP3_TIMESTAMP."\r\n") '+OK cURL POP3 server ready to serve '."\r\n") ); } elsif($proto eq 'imap') { Loading