Java application to access MAILBOX using MAPI

前端 未结 1 1451
暗喜
暗喜 2021-01-28 14:39

I am trying to establish a connection between my mail server and a java program to parse the mail using protocol MAPI.. now the connection is working fine with a mock mailbox us

相关标签:
1条回答
  • 2021-01-28 15:07

    It seems like Java Supports POP3 and IMAP very well out of the box.

    But for other protocols you can use one of the vendors found at JavaMail API - Third Party Products.

    I've had problems communicating with the Novell Groupwise Protocol, luckily they have a IMAP bridge I could have used instead.

    The Moonrug Exchange Connector looks like the one you are looking for, but you will have to purchase.

    OpenMAPI looks like a promising one, but it is still in development.

    0 讨论(0)
提交回复
热议问题