Clivern / Imap

:mailbox_with_mail: Access Mailbox Using PHP IMAP.
MIT License
31 stars 16 forks source link

Typo in a class name #13

Closed gwojtaszczyk closed 4 years ago

gwojtaszczyk commented 4 years ago

There's a typo in the class name Attachments in vendor/clivern/imap/src/MailBox.php, there's no class like Attachments but Attachment and at line 124 the Message constructor shouldn't take an attachment as a parameter.

Clivern commented 4 years ago

Good Catch 👍 , Would you like to open a PR for this otherwise i can fix it