MAPI
MAPI copied to clipboard
Skip undefined array key
Hi,
This is a bugfix for issuse 26
I test it by hand and by Uni-Test
Time: 00:00.411, Memory: 12.00 MB
OK (3 tests, 14 assertions)
works great! please push this!
I've tested the fix by @luhmannAlexander and it works like a charm!, thank you!
But it's not merged ?
No, as it's not a fix. It plasters over an error in the parser. No one's dug into what about it is wrong.
As I said in the issue, step 1: "verify the code is parsing the file as per the standard".
It may be the is code fine, but doesn't handle the case where the .msg file has attachments that are themselves OLE compound documents. Those attachments' named properties are stored together what those for the email - see https://learn.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxmsg/193c169b-0628-4392-aa51-83009be7d71f
But some verification is needed.