read .msg file with java mail api ..pls suggest me

后端 未结 2 2154
广开言路
广开言路 2020-12-02 02:49

I am trying to read .MSG file from local system in java application using Java mail API itself. i searched on it but suggesting some other libraries to use.

2条回答
  •  执念已碎
    2020-12-02 02:59

    if you are looking to parse Outlook .msg files then msgparser is small open source java library it provide the content using java objects it use Apache POI for parsing the files.

提交回复
热议问题