阿帕奇詹姆斯,jsp servlet

发布于 2024-08-06 03:02:04 字数 104 浏览 8 评论 0原文

我正在尝试通过 apache james 制作一个邮件应用程序,但我无法真正获得所有 东西,请给出如何使用它的建议。而且,我不知道如何为 james 使用 jsp 和 servlet。请帮忙。

I am trying to make a mail application through apache james, but I could not really get all the
things, please give suggestions how to use it. MOreover, I could not figure it how to use jsp and servlet for james. Please help.

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

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

发布评论

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

评论(1

扛刀软妹 2024-08-13 03:02:04

根据评论,您需要执行两项操作:

  • 发送电子邮件 - 使用 JavaMail API< 非常简单/a>
  • 检索电子邮件 - 您可以使用 IMAP 或 POP3 通过 JavaMail API 来完成此操作。设置调度程序来触发检索。 (Quartz.cron job + servlet,或者甚至是 Java 计时器 就可以了)

According to the comments there are two actions you want to do:

  • Send emails - quite easy with the JavaMail API
  • Retrieve emails - You can do it with the JavaMail API using either IMAP or POP3. Set A scheduler to trigger the retrieval. (either Quartz. cron job + servlet, or perhaps even the Java timer will do)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文