From f36958f4ccb9ee1b1bf156c6c4c41636bc5b0618 Mon Sep 17 00:00:00 2001 From: Brian White Date: Fri, 4 Jan 2013 02:23:31 -0500 Subject: [PATCH] update readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 9491ad0..92c24f2 100644 --- a/README.md +++ b/README.md @@ -574,11 +574,7 @@ Valid `options` are: * **parse** - < _boolean_ > - Parse headers? **Default:** true - * **body** - < _mixed_ > - _boolean_ true to fetch the body, or an _object_ with the following valid properties: - - * **start** - < _integer_ > - Start retrieving the body at this byte number. - - * **length** - < _integer_ > - How many bytes to retrieve. + * **body** - < _boolean_ > - _boolean_ true to fetch the body * **cb** - < _function_ > - A callback that is passed an _ImapFetch_ object.