We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba74198 commit a0d3d1cCopy full SHA for a0d3d1c
src/IMAP/Message.php
@@ -662,7 +662,7 @@ public function unsetFlag($flag) {
662
*/
663
public function getRawBody() {
664
if ($this->raw_body === null) {
665
- $this->raw_body = imap_fetchbody($this->client->getConnection(), $this->getUid(), '');
+ $this->raw_body = imap_fetchbody($this->client->getConnection(), $this->getMessageNo(), '');
666
}
667
668
return $this->raw_body;
0 commit comments