Java 邮件客户端到 MS Exchange 服务器

发布于 2024-09-18 05:35:15 字数 206 浏览 6 评论 0 原文

我们的 MS Exchange 服务器不使用 Imap 或 pop3 协议,我正在尝试用 Java 编写一个客户端来连接到 Exchange 服务器,我想我无法使用 Java Mail API 来做到这一点(如果我没记错的话)。我尝试使用端口 110、143 和 25 远程登录 Exchange 服务器地址,但没有成功。任何人都可以建议是否有现有的 API 来处理这种情况,任何建议都将受到赞赏。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

爱*していゐ 2024-09-25 05:35:15

Exchange 可以配置为提供 IMAP 服务。这比写一个客户端与之交谈要少很多麻烦。

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

娇俏 2024-09-25 05:35:15

exJello Third_Party.html" rel="nofollow noreferrer">Oracle 网站。也许是一个很好的起点。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文