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
First of all thank you for your simple and lightwight class :-) I hope there will be a hotfix for the following issue ...
If I receive a message with attached Outlook ICS file, I got the following error message:
Fatal error: Uncaught exception 'Ddeboer\Transcoder\Exception\IllegalCharacterException' with message 'String "BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook 14.0
With imap_structure() I got the following information for that part:
["type"]=> int(0) ["encoding"]=> int(3) ["ifsubtype"]=> int(1) ["subtype"]=> string(8) "CALENDAR" ["ifdescription"]=> int(1) ["description"]=> string(32) "Kalender von Max Mustermann.ics" ["ifid"]=> int(0) ["lines"]=> int(3109) ["bytes"]=> int(242446) ["ifdisposition"]=> int(1) ["disposition"]=> string(10) "attachment" ["ifdparameters"]=> int(1) ["dparameters"]=> array(4) {
The text was updated successfully, but these errors were encountered:
Hi, can you provide the raw message body (with sensitive information obsuced) of such email?
Sorry, something went wrong.
By the error message it seems this bug is resolved by #196
No branches or pull requests
First of all thank you for your simple and lightwight class :-)
I hope there will be a hotfix for the following issue ...
If I receive a message with attached Outlook ICS file, I got the following error message:
Fatal error: Uncaught exception 'Ddeboer\Transcoder\Exception\IllegalCharacterException' with message 'String "BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook 14.0
With imap_structure() I got the following information for that part:
["type"]=> int(0) ["encoding"]=> int(3) ["ifsubtype"]=> int(1) ["subtype"]=> string(8) "CALENDAR" ["ifdescription"]=> int(1) ["description"]=> string(32) "Kalender von Max Mustermann.ics" ["ifid"]=> int(0) ["lines"]=> int(3109) ["bytes"]=> int(242446) ["ifdisposition"]=> int(1) ["disposition"]=> string(10) "attachment" ["ifdparameters"]=> int(1) ["dparameters"]=> array(4) {
The text was updated successfully, but these errors were encountered: