diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-11-03 14:39:10 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-11-03 14:39:10 +0000 |
commit | 0177f28c51653cb937d17b0fa1eabeb5ee28c1c3 (patch) | |
tree | 0193ceaacfa75073c101465ad0e1011a94e33661 /docs/curl.1 | |
parent | 732d10ed6c9624ecc5dc74d1b91e771fa362607f (diff) |
DOCS: Expanded --request description to include POP3 and IMAP details
Diffstat (limited to 'docs/curl.1')
-rw-r--r-- | docs/curl.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index f889f262b..2a597c750 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1783,6 +1783,13 @@ option. Specifies a custom FTP command to use instead of LIST when doing file lists with FTP. +(POP3) +Specifies a custom POP3 command to use instead of LIST or RETR. (Added in +7.26.0) + +(IMAP) +Specified a custom IMAP command to use insead of LIST. (Added in 7.30.0) + If this option is used several times, the last one will be used. .IP "--xattr" |