What is the best library to read Outlook.msg files in Java?

I would like to read text and binary attachments in a saved Outlook message (.msg file) from a Java application without resorting to my own code (JNI, Java Native Interface).

Apache POI-HSMF seems to be in the right direction, but in the very early stages of development ...

+3
source share
4 answers
  • You can use Apache POIFS, which seems a bit more mature, but this seems to duplicate the efforts of the POI-HSMF.

  • You can use the POI-HSMF and make changes to get the features you need. This is often how FOSS projects expand.

  • com4j, j-Interop COM- COM , . , JNI.

+3

msgparser - Java , Outlook.msg Java. msgparser Apache POI - POIFS , OLE 2 Compound Document.

+4

Jython win32 Python (http://www.jython.org/Project/ + http://python.net/crew/mhammond/win32/)? "" "" , Jython Python . , .

-1
source

Source: https://habr.com/ru/post/1696892/


All Articles