]> granicus.if.org Git - curl/commit
imap: Updated ftpserver.pl to be more compliant, added new commands
authorJiri Hruska <jirka@fud.cz>
Tue, 5 Mar 2013 17:03:48 +0000 (18:03 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 6 Mar 2013 19:48:01 +0000 (19:48 +0000)
commitacfce19de1eac7597c8d2cc979b4044f34ecc3fb
tree110c5aa347ae30647b9e50763f0bf7a97de8820c
parentb7f39156d4bc6307e61617db3b17af35f9cddb5a
imap: Updated ftpserver.pl to be more compliant, added new commands

Enriched IMAP capabilities of ftpserver.pl in order to be able to
add tests for the new IMAP features.

* Added support for APPEND - Saves uploaded data to log/upload.$testno
* Added support for LIST - Returns the contents of <reply/> section in
  the current test, like e.g FETCH.
* Added support for STORE - Returns hardcoded updated flags
* Changed handling of SELECT - Returns much more information in the
  usual set of untagged responses; uses hardcoded data from an example
  in the IMAP RFC
* Changed handling of FETCH - Fixed response format
tests/ftpserver.pl