From d9422940ccaabe0020b6eeec5d98115b9db8151c Mon Sep 17 00:00:00 2001 From: InterLinked1 <24227567+InterLinked1@users.noreply.github.com> Date: Fri, 30 Jun 2023 06:10:57 -0400 Subject: [PATCH] ImapProtocol.php: fix documentation typo Fixes a copy/paste typo in the documentation. --- src/Connection/Protocols/ImapProtocol.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Connection/Protocols/ImapProtocol.php b/src/Connection/Protocols/ImapProtocol.php index 4d54579..1585937 100644 --- a/src/Connection/Protocols/ImapProtocol.php +++ b/src/Connection/Protocols/ImapProtocol.php @@ -723,7 +723,7 @@ public function fetch(array|string $items, array|int $from, mixed $to = null, in } /** - * Fetch message headers + * Fetch message body (without headers) * @param int|array $uids * @param string $rfc * @param int|string $uid set to IMAP::ST_UID or any string representing the UID - set to IMAP::ST_MSGN to use