You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling getAttachments, i don't get anything back
Upon doing some research, i saw that the function getParts() is not returning the parts as instance of Message\Attachments, but the getAttachments() function is looking for that
Looking further in the getParts function i saw that my parts don't show up a disposition ( which is why the parts are returned as a Part instead of an Attachment instance )
Read #55, but wanted to provide more insight of what i found and for my specific case, just to help
So if you need anything from my end, like messages and stuff, let me know
Hey
When calling getAttachments, i don't get anything back
Upon doing some research, i saw that the function getParts() is not returning the parts as instance of Message\Attachments, but the getAttachments() function is looking for that
Looking further in the getParts function i saw that my parts don't show up a disposition ( which is why the parts are returned as a Part instead of an Attachment instance )
Here's a gist with the array returned by parseStructure() for all the elements of my email:
https://gist.github.com/raulp/ce7236054284e751f713
Let me know if you need any other info ...
Thank you
The text was updated successfully, but these errors were encountered: