Skip to content

Commit 0d467cf

Browse files
committed
fetch_attachment changed to getFetchAttachmentOption()
1 parent 0978eca commit 0d467cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IMAP/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ private function fetchStructure($structure, $partNumber = null) {
438438
$this->fetchStructure($subStruct, $prefix.($index + 1));
439439
}
440440
} else {
441-
if ($this->fetch_attachment === true) {
441+
if ($this->getFetchAttachmentOption() === true) {
442442
$this->fetchAttachment($structure, $partNumber);
443443
}
444444
}

0 commit comments

Comments
 (0)