My company is working on a project to develop a desktop and mobile mail client that can connect to different mail servers with minimal configuration for users or server administrators. Since we want to support Microsoft Exchange, it seems to us that we should implement the ActiveSync protocol in Java. We already know about licensing issues associated with using ActiveSync and are in contact with Microsoft.
We have already noticed that Android provides a partial implementation of what we want to do, but we are looking for a Java library that integrates more fully and easily into a non-android application.
The solution should work as a client, and not a server implementation, such as DavMail . Basically the implementation of the Z-Push Java client .
Does anyone know anything available?
Kevin source
share