diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-09-15 16:53:20 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-09-15 16:53:20 +0100 |
commit | 33c1f2876b90294c9a1e96e86bb687687a1bb03e (patch) | |
tree | f6f5722d5bd59c81aa69e8d43d8aca762073a139 /tests/FILEFORMAT | |
parent | 00ee5c5cf19be6a26ca7dffa9086ee106d81f706 (diff) | |
download | curl-33c1f2876b90294c9a1e96e86bb687687a1bb03e.tar.gz |
ftpserver.pl: Added CAPA & AUTH directive support to the SMTP EHLO handler
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index ba3161496..0815556b1 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -127,10 +127,11 @@ PASVBADIP - makes PASV send back an illegal IP in its 227 response CAPA [capabilities] - Enables support for and specifies a list of space separated capabilities to - return to the client for the IMAP CAPABILITY and POP3 CAPA commands + return to the client for the IMAP CAPABILITY, POP3 CAPA and SMTP EHLO + commands AUTH [mechanisms] - Enables support for SASL authentication and specifies a list of space - separated mechanisms for IMAP and POP3 + separated mechanisms for IMAP, POP3 and SMTP For HTTP/HTTPS: auth_required if this is set and a POST/PUT is made without auth, the |