Java application to access MAILBOX using MAPI

强颜欢笑 提交于 2019-12-11 23:43:33

问题


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 using IMAPS..but my mail server does not support MAPI..So is thr any option like JMAPI..


回答1:


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.



来源:https://stackoverflow.com/questions/5618375/java-application-to-access-mailbox-using-mapi

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!