summaryrefslogtreecommitdiff
path: root/tests/data/test1321
diff options
context:
space:
mode:
authorJiri Hruska <jirka@fud.cz>2013-02-23 22:05:19 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-02-23 21:11:47 +0000
commit5c5b7c7146b07c15c72ff80f0b2438659a827f29 (patch)
treebe0c2f87382267d20bb4e7e04fb643cdae297cec /tests/data/test1321
parent7f6c7331b2c061d1761717bcd1595e5941a35072 (diff)
downloadcurl-5c5b7c7146b07c15c72ff80f0b2438659a827f29.tar.gz
imap: Added the ability to FETCH a specific UID and SECTION
Updated the FETCH command to send the UID and SECTION parsed from the URL. By default the BODY specifier doesn't include a section, BODY[] is now sent whereas BODY[TEXT] was previously sent. In my opinion retrieving just the message text is rarely useful when dealing with emails, as the headers are required for example, so that functionality is not retained. In can however be simulated by adding SECTION=TEXT to the URL. Also updated test801 and test1321 due to the BODY change.
Diffstat (limited to 'tests/data/test1321')
-rw-r--r--tests/data/test13212
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1321 b/tests/data/test1321
index 7589534f7..c7ae7daa5 100644
--- a/tests/data/test1321
+++ b/tests/data/test1321
@@ -59,7 +59,7 @@ imap://%HOSTIP:%IMAPPORT/1321 -u user:secret -p -x %HOSTIP:%PROXYPORT
A001 CAPABILITY
A002 LOGIN user secret
A003 SELECT 1321
-A004 FETCH 1 BODY[TEXT]
+A004 FETCH 1 BODY[]
A005 LOGOUT
</protocol>
<proxy>