We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
attachments ".msg"
sometimes no .msg file downloadable
sometimes i can see the content but file is not parsed and available
IncomingMessage.php set const SECTION_ATTACHMENTS = 0; attach .msg file to mail
[x] Download and use the lastest stable version [x] See if the issue has already been reported [x] Debug
var_dump($email->attachments); https://pastebin.com/7iQdcAL9 i attach 2 files msg, one is downloadable, one not (pastebin reference) example.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: