aboutsummaryrefslogtreecommitdiffstats
path: root/etrn.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-05-17 20:25:50 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-05-17 20:25:50 +0000
commita740d71a69fb785d63d498f99fa3a9c5f607c7fb (patch)
tree63d07e434cb0dbbac04a6adee369fd01b3058cd2 /etrn.c
parentcfa71bcc744dd8d2259e4af0d09b2c7458831bc3 (diff)
downloadfetchmail-a740d71a69fb785d63d498f99fa3a9c5f607c7fb.tar.gz
fetchmail-a740d71a69fb785d63d498f99fa3a9c5f607c7fb.tar.bz2
fetchmail-a740d71a69fb785d63d498f99fa3a9c5f607c7fb.zip
IMAP now splits its request in half.
svn path=/trunk/; revision=1016
Diffstat (limited to 'etrn.c')
-rw-r--r--etrn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/etrn.c b/etrn.c
index 12ee2f20..cba25269 100644
--- a/etrn.c
+++ b/etrn.c
@@ -100,7 +100,8 @@ const static struct method etrn =
etrn_getrange, /* initialize message sending */
NULL, /* we cannot get a list of sizes */
NULL, /* how do we tell a message is old? */
- NULL, /* request given message */
+ NULL, /* no way to fetch headers */
+ NULL, /* no way to fetch body */
NULL, /* no message trailer */
NULL, /* how to delete a message */
"QUIT", /* the ETRN exit command */