Environment
- PHP version: 8.3
- ImapEngine version: 1.13
- IMAP server: self hosted
I cannot get the attachments from an e-mail message that is forwarded. The attachmentCount() method returns 1 while there are more as it only sees the .eml file. Using an e-mailclient such as Thunderbird you can see the attachments from the forwarded message.
The .eml file also returns null when using the [...]->filename() method which makes debugging alot harder aswel.
Environment
I cannot get the attachments from an e-mail message that is forwarded. The
attachmentCount()method returns 1 while there are more as it only sees the .eml file. Using an e-mailclient such as Thunderbird you can see the attachments from the forwarded message.The .eml file also returns null when using the
[...]->filename()method which makes debugging alot harder aswel.