zalazdi / laravel-imap

Laravel 5 IMAP client.
MIT License
48 stars 24 forks source link

Fix empty partNumber in imap_fetchbody #9

Closed florianbeer closed 8 years ago

florianbeer commented 8 years ago

I had trouble with messages, that only contained an attachment in their body. The value for $partNumberwas not set in fetchStructure() thus imap_fetchbody() returned null. The edited line fixes the issue and should, according to my tests, not have any side effects on messages with more content in the body.