mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
tests: Removed APOP timestamp from default server greeting
This commit is contained in:
parent
cd492a3ba8
commit
82bf8edff3
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user