tballison commented on PR #2987:
URL: https://github.com/apache/tika/pull/2987#issuecomment-5182569556

   lgtm.
   
   Do we want to fix PST while we're at it? Or separate PR?
   
   From my claude:
   ```
   PSTMailItemParser.java (a separate parser for .pst archives) has the same 
pattern:
     metadata.set(TikaCoreProperties.MODIFIED, 
pstMail.getLastModificationTime());
     If pstMail.getLastModificationTime() has the same storage-level semantics 
as PR_LAST_MODIFICATION_TIME, PST mail
     items could exhibit the identical bug. 
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to