SSilence / php-imap-client

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

.msg attachments #245

Open ggiacomoo opened 4 years ago

ggiacomoo commented 4 years ago

Feature request or bug

attachments ".msg"

If a bug, what did you expect to happen?

sometimes no .msg file downloadable

If a bug, what happened?

sometimes i can see the content but file is not parsed and available

If a bug, list steps to reproduce bugs.

IncomingMessage.php set const SECTION_ATTACHMENTS = 0; attach .msg file to mail

If a bug, did you do these steps?

[x] Download and use the lastest stable version [x] See if the issue has already been reported [x] Debug

Side notes(Read then del this chunk)

‌‌var_dump($email->attachments); https://pastebin.com/7iQdcAL9 i attach 2 files msg, one is downloadable, one not (pastebin reference) example.zip