基于Java的Webmail解决方案
我需要在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
根据我的经验,“规范的”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/
看这里:Java 中的开源 Web 邮件客户端
Look here: Open Source Web Mail Clients in Java
带有用java/j2ee(基于AJAX)开发的聊天模块的Webmail系统
有关更多信息,请访问:http://jtechnoprojects.blogspot.com/p/webmail-system-with-chating-ajax-based.html
演示网络邮件系统是一个功能齐全的网络邮件系统,如 gmail,提供所有网络邮件功能。
它还包括聊天模块,如 gmail、yahoo 中提供直观的聊天功能。 它对于学校、学院、大学和其他组织很有用。
网络邮件系统功能:
与任何其他网络邮件系统一样的所有基本功能。
附件、回复、回复
附件、删除、移动到文件夹、
标记为已读、标记为未读、标记为
垃圾邮件等...
gmail
使用的技术:
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.
attachment, reply, reply with
attachment, delete, move to folder,
mark as read, mark as unread, mark as
spam etc...
gmail
Technology used:
JAVA (Java Mail API, Multithreading),
JSP, Servlet, ZK
HMailserver email server
Mysql Database
快速搜索“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 :)
用JAVA开发的带有聊天模块的网络邮件系统:http://www.jtechnosoft.com/ZkMail/
webmail system with chat module developed in JAVA : http://www.jtechnosoft.com/ZkMail/