barbushin / php-imap

Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)
MIT License
1.65k stars 459 forks source link

Fix disposition check in Mailbox.php #716

Open resource2012 opened 9 months ago

resource2012 commented 9 months ago

Seems like code left by mistake 'attachment' === $partStructure->disposition

since this check already done and stored in the $dispositionAttachment variable.