Skip to content
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

Microsoft Outlook Web Access and certain attachments (Content-ID) #220

Open
BrendonKoz opened this issue Jun 4, 2015 · 0 comments
Open

Comments

@BrendonKoz
Copy link

Microsoft Exchange server (2010 or newer) users using the Outlook Web Access interface (web-based Exchange access), when attaching certain filetypes may get a Content-ID header supplied in the email headers even if there are no embedded files, only the attached files.

This is an issue with Microsoft Exchange 2010 when Silverlight is enabled on the Client Access Server.
https://support.microsoft.com/en-us/kb/2400041

This will cause attachments from fMailbox's fetchMessage()/parseMessage() to be defined as inline and lose its filename and ability to be retained as a standard attachment.

Currently looking to see if there's a safe way to fix this without breaking other functionality.

BrendonKoz added a commit to BrendonKoz/flourish-classes that referenced this issue Jun 4, 2015
Fixes an issue with how Microsoft Exchange (2010) and Outlook Web Access incorrectly handles some file attachment types and therefore cause the attachment to be seen as an inline attachment, but with no ability to recover the file from the body.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant