diff --git a/src/PhpImap/Mailbox.php b/src/PhpImap/Mailbox.php index 58b97b53..263965dd 100644 --- a/src/PhpImap/Mailbox.php +++ b/src/PhpImap/Mailbox.php @@ -798,7 +798,7 @@ public function getQuotaUsage($quota_root = 'INBOX') * * @param int $msgId ID of the message * @param bool $markAsSeen Mark the email as seen, when set to true - * + * * @return string Message of the fetched body */ public function getRawMail($msgId, $markAsSeen = true)