-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
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
EXCEL attachment #239
Comments
I'm having the same issue but I have noticed that it is not just with excel but all of the office files (xls,xlsx,doc,docx,....) I have edited the TypeAttachments.php file to include those attachments but that does not seem to do the trick. Does anyone have an idea why this is happening? |
Ok, I am getting somewhere on this, I would make changes to the code but I am not sure exactly why it works. The issue so far that I have been able to come up with is that has to do with the sections of the email and where the attachments are placed. In if I change it to The only issue so far with changing it to 0 is that it will also produce some empty results (attachments) so I am stuck here so far. Still digging through the code but I am getting close. |
In TypeAttachments.php add the correct mime type to the Excel (.xls): VND.MS-EXCEL Using "MIXED" might give you empty attachments. I simply check for empty names in that case. |
Imap client do not show excel attachment. Can you help. Excel is not in TypeAttachments.php
The text was updated successfully, but these errors were encountered: