bbottema / outlook-message-parser

A Java parser for Outlook messages (.msg files)
76 stars 35 forks source link

#77 exclude creator/modifier from setFromEmail #78

Open sanastasiadis opened 5 months ago

sanastasiadis commented 5 months ago
  1. the property 0x3ffa refers to the creator/last modifier of the message object and it may be unrelated to the sender of the message.
  2. the setFromEmail must allow X500 data if the variable is null (and removed unnecessary/duplicated check for "@")