From 6cd3cda12c3c47c197be00e492b5e3370e93a2cb Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 24 Mar 2010 11:38:21 -0600 Subject: [PATCH] Fix phpdoc --- framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/framework/Imap_Client/lib/Horde/Imap/Client/Base.php b/framework/Imap_Client/lib/Horde/Imap/Client/Base.php index 2fbb9a214..56cb701fd 100644 --- a/framework/Imap_Client/lib/Horde/Imap/Client/Base.php +++ b/framework/Imap_Client/lib/Horde/Imap/Client/Base.php @@ -1685,8 +1685,8 @@ abstract class Horde_Imap_Client_Base * substring to return. * DEFAULT: The entire text is returned. * 'parse' - (boolean) If true, and the Horde MIME library is - * available, parse the header text into a Horde_Mime_Headers - * object. + * available, parse the header text into a + * Horde_Mime_Headers object. * DEFAULT: The full header text is returned. * 'peek' - (boolean) If set, does not set the '\Seen' flag on the * message. @@ -1696,10 +1696,9 @@ abstract class Horde_Imap_Client_Base * DEFAULT: The entire text is returned. * Return key: 'headertext' * Return format: (mixed) If 'parse' is true, a Horde_Mime_Headers - * object. Else, an array of header text entries. Keys are - * the 'id', values are the message header text strings - * (or the portion of the text delineated by the - * 'start'/'length' parameters). + * object. Else, the raw text of the header (or the + * (portion of the text delineated by the 'start' & + * 'length' parameters). * * Key: Horde_Imap_Client::FETCH_BODYTEXT * Desc: Returns the body text. Body text is defined only for the -- 2.11.0