简体   繁体   English

基于Java的Webmail解决方案

[英]Java based Webmail solutions

I need to provide email sending and receiving capabilities within my java web-application. 我需要在我的java web应用程序中提供电子邮件发送和接收功能。 Think of it as providing a lightweight IMAP client embedded within the application. 可以将其视为提供嵌入在应用程序中的轻量级IMAP客户端。

Are there any good java based open-source libraries/projects/webmail solutions that provide similar functionality? 有没有提供类似功能的基于java的开源库/项目/ webmail解决方案?

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 -Deepak

The "canonical" Java IMAP solution would, in my experience, be JavaMail . 根据我的经验,“规范”Java IMAP解决方案将是JavaMail And yes, that's open-source now, too: https://maven-repository.dev.java.net/nonav/repository/javax.mail/java-sources/ 是的,现在也是开源的: https//maven-repository.dev.java.net/nonav/repository/javax.mail/java-sources/

Webmail System with chat module developed in java/j2ee (AJAX based) 带有java / j2ee开发的聊天模块的Webmail系统(基于AJAX)

For more information visit: http://jtechnoprojects.blogspot.com/p/webmail-system-with-chating-ajax-based.html 欲了解更多信息,请访问: 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. 演示Webmail系统是一个功能齐全的webmail系统,如gmail,提供所有的webmail功能。

It also includes chat module like in gmail, yahoo that provides intuitive chat functionality. 它还包括像gmail,yahoo这样提供直观聊天功能的聊天模块。 It can be useful for schools, colleges, universities and other organizations. 它对学校,学院,大学和其他组织非常有用。

Webmail system features: Webmail系统功能:

All the basic functions like in any other webmail system. 所有基本功能,如任何其他webmail系统。

  • 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 基于AJAX的附件支持,如gmail
  • Manage mails by creating folders 通过创建文件夹来管理邮件
  • Fully AJAX based application 完全基于AJAX的应用程序

Technology used: 使用的技术:

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

  • HMailserver email server HMailserver电子邮件服务器

  • Mysql Database Mysql数据库

A quick search for 'java IMAP library' gave me 快速搜索'java IMAP库'给了我 http://www.chilkatsoft.com/java-imap.asp http://www.chilkatsoft.com/java-imap.asp

Looks like all the dreams, that I'm aware you have, have come true :) 看起来我所知道的所有梦想都成真了:)

在JAVA中开发的带有聊天模块的webmail系统: http//www.jtechnosoft.com/ZkMail/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM