SSilence / php-imap-client

a easy solution for simple IMAP email access in php
MIT License
268 stars 138 forks source link

getMessage() returns a message with not all attachments #214

Open reimax opened 6 years ago

reimax commented 6 years ago

I checked 10 letters, among which all had attach. I noticed that if you use GetMessage(), then for all emails you can get attach. But if you use the GetMessage () method separately for each message, very often it shows that the attach letter does not. I'm using this same letter in the GetMessage list () and I see that there are attach there. How to fix?