简体   繁体   中英

Java application to access MAILBOX using MAPI

我正在尝试在邮件服务器和Java程序之间建立连接以使用协议MAPI解析邮件。现在,该连接与使用IMAPS的模拟邮箱可以正常工作。但是我的邮件服务器不支持MAPI。任何选项,如JMAPI。

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM