Java mail client to MS Exchange server

断了今生、忘了曾经 提交于 2019-12-21 19:58:17

问题


Our MS exchange server doesn't use Imap or pop3 protocols, I am trying to write a client in Java to connect to the exchange server, I guess I wont be able to do this with Java Mail API (if I am not wrong). I tried telnetting the exchange server address with ports 110 and 143 and 25 but with no luck. Can any one suggest if there is an existing API to deal with this scenario, any suggestions are appreciated.


回答1:


Got exJello off of Oracle's site. Probably a good place to start.




回答2:


Exchange can be configured to serve IMAP. That would be a lot less trouble than writing a client to talk to it.



来源:https://stackoverflow.com/questions/3685182/java-mail-client-to-ms-exchange-server

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