ActiveSync client Java implementation

可紊 提交于 2019-12-06 09:59:02

问题


My company is working on a project to develop a desktop and mobile email client that can connect to different mail servers with minimal configuration for users or server admins. As we want to support Microsoft Exchange it seems we have to implement the ActiveSync protocol in Java. We're already aware of the licensing issues regarding use of ActiveSync and are in contact with Microsoft.

We've already noticed that Android provides a partial implementation of what we want to do but we're looking for a Java library that is more fully featured and easier to integrate into a non-android application.

The solution has to work as a Client, not a server implementation like DavMail. Basically a Java client implementation of Z-Push.

Anyone know of anything available?


回答1:


I've searched extensively as well, and this is the only Java ActiveSync project I've found so far: http://code.google.com/p/synku4j/

Alternatively, you should definitely first look at Microsoft's own Java EWS APIs instead of any commercial product:

http://archive.msdn.microsoft.com/ewsjavaapi



来源:https://stackoverflow.com/questions/6030074/activesync-client-java-implementation

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