SSilence / php-imap-client

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

Reading Calendar Invites #221

Open AaronMcHale opened 6 years ago

AaronMcHale commented 6 years ago

Hello

Has anyone been able to use this to read calendar invites on incoming mail from Outlook? They don't seem to show up in the attachments array, whereas a text file does show up in the attachments array. Doing a print_r on the whole message object doesn't seem to show calendar invites, but the calendar invite is in the email as I can see it in Roundcube as an attachment.

Thanks Aaron

mattparksjr commented 6 years ago

This is under the custom attachment type issue.

AaronMcHale commented 6 years ago

Thanks for the reply, is it likely this will be fixed soon, or if not is there a way to get the raw message headers/body so I can parse it in the meantime?

mattparksjr commented 6 years ago

This is currently not supported no. I am working on it now

AaronMcHale commented 6 years ago

Alright, thank you for working on the issue, much appreciated :)