diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-05-17 20:25:50 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-05-17 20:25:50 +0000 |
commit | a740d71a69fb785d63d498f99fa3a9c5f607c7fb (patch) | |
tree | 63d07e434cb0dbbac04a6adee369fd01b3058cd2 /etrn.c | |
parent | cfa71bcc744dd8d2259e4af0d09b2c7458831bc3 (diff) | |
download | fetchmail-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |