基于Java的Webmail解决方案

发布于 2024-07-10 17:41:13 字数 250 浏览 5 评论 0原文

我需要在我的 Java Web 应用程序中提供电子邮件发送和接收功能。 将其视为提供嵌入在应用程序中的轻量级 IMAP 客户端。

是否有任何好的基于 java 的开源库/项目/网络邮件解决方案提供类似的功能?

请注意,我不希望仍从应用程序外部的电子邮件服务器检索电子邮件,我只需要提供一个接口(与应用程序的其余部分匹配)并可从应用程序内部访问,以执行常见的电子邮件阅读、发送邮件等操作。

问候,

-迪帕克

I need to provide email sending and receiving capabilities within my java web-application. Think of it as providing a lightweight IMAP client embedded within the application.

Are there any good java based open-source libraries/projects/webmail solutions that provide similar functionality?

Please note that I don't want to emails would still be retrieved from the email server external to my application, I just need to provide an interface (matching the rest of my application) and accessible from within the application, to carry out common email operations such as reading and sending emails.

Regards,

-Deepak

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

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

发布评论

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

评论(5

远昼 2024-07-17 17:41:13

根据我的经验,“规范的”Java IMAP 解决方案是 JavaMail。 是的,现在也是开源的: https://maven-repository.dev.java.net/nonav/repository/javax.mail/java-sources/

The "canonical" Java IMAP solution would, in my experience, be JavaMail. And yes, that's open-source now, too: https://maven-repository.dev.java.net/nonav/repository/javax.mail/java-sources/

皇甫轩 2024-07-17 17:41:13

带有用java/j2ee(基于AJAX)开发的聊天模块的Webmail系统

有关更多信息,请访问:http://jtechnoprojects.blogspot.com/p/webmail-system-with-chating-ajax-based.html

演示网络邮件系统是一个功能齐全的网络邮件系统,如 gmail,提供所有网络邮件功能。

它还包括聊天模块,如 gmail、yahoo 中提供直观的聊天功能。 它对于学校、学院、大学和其他组织很有用。

网络邮件系统功能:

与任何其他网络邮件系统一样的所有基本功能。

  • 撰写、转发、转发
    附件、回复、回复
    附件、删除、移动到文件夹、
    标记为已读、标记为未读、标记为
    垃圾邮件等...
  • 直观的聊天模块
  • 全面的地址簿
  • 基于 AJAX 的附件支持,如
    gmail
  • 通过创建文件夹管理邮件
  • 完全基于 AJAX 的应用程序

使用的技术:

  • JAVA(Java Mail API,多线程),
    JSP、Servlet、ZK

  • HMailserver 电子邮件服务器

  • Mysql 数据库

Webmail System with chat module developed in java/j2ee (AJAX based)

For more information visit: http://jtechnoprojects.blogspot.com/p/webmail-system-with-chating-ajax-based.html

Demo Webmail System is a fully functional webmail system like gmail that provides all the webmail functionality.

It also includes chat module like in gmail, yahoo that provides intuitive chat functionality. It can be useful for schools, colleges, universities and other organizations.

Webmail system features:

All the basic functions like in any other webmail system.

  • Compose, forward, forward with
    attachment, reply, reply with
    attachment, delete, move to folder,
    mark as read, mark as unread, mark as
    spam etc...
  • Intuitive chat module
  • comprehensive Address Book
  • AJAX based attachment support like in
    gmail
  • Manage mails by creating folders
  • Fully AJAX based application

Technology used:

  • JAVA (Java Mail API, Multithreading),
    JSP, Servlet, ZK

  • HMailserver email server

  • Mysql Database

够钟 2024-07-17 17:41:13

快速搜索“java IMAP 库”给了我
http://www.chilkatsoft.com/java-imap.asp

看来我知道您的所有梦想都已实现:)

A quick search for 'java IMAP library' gave me
http://www.chilkatsoft.com/java-imap.asp

Looks like all the dreams, that I'm aware you have, have come true :)

猫腻 2024-07-17 17:41:13

用JAVA开发的带有聊天模块的网络邮件系统:http://www.jtechnosoft.com/ZkMail/

webmail system with chat module developed in JAVA : http://www.jtechnosoft.com/ZkMail/

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