你应该知道的最好Webmail邮件客户端,

简介: 1 . Kite Kite is an opensource replacement to Gmail. Kite is a webmail designed to look a lot like gmail and to be easily deployable on a single server.

1 . Kite

kite-gmail
Kite is an opensource replacement to Gmail. Kite is a webmail designed to look a lot like gmail and to be easily deployable on a single server. It’s written in Javascript with Angularjs for the frontend, and in Python 2 for the backend. It is released under BSD-license. Kite is still very much alpha software : it can only display individual messages. He hopes to get something a lot more useable in the next few months, though. He’ll start with threading, gmail-style, and the old school compose. Please feel free to fork it on GitHub and modify it as you like.

2. RainLoop

rainloop
RainLoop is a Free, modern & fast web-based email client. With modest system requirements, decent performance, simple installation and upgrade, no database required – all these make RainLoop Webmail a perfect choice for your email solution.

3. MailPile

mailpile
Mailpile is a modern, fast web-mail client with user-friendly encryption and privacy features. 100% Free and Open Source software. It’s free-as-in-freedom personal e-mail searching and indexing tool, largely inspired by Google’s popular proprietary-but-gratis e-mail service. It wants to eventually become a fast and flexible back-end for awesome personal mail clients, including webmail.

4. AtMail

atmail
AtMail 6 has been completely rebuilt from the ground up using Zend, jQuery, a true Web2.0 interface, Gmail email threading, inline attachment thumbnails, full IMAP/S support, CalDAV client/server – The aim is to provide users an alternative to Gmail or Exchange running on your own networks. It’s faster, lighter and more logical. The new version of AtMail really impressed me. It is very powerful and easy to use. The new user interface is absolutely stunning.

5. Litmus Scope

scope
Litmus Scope helps you create a clean, web-based version of any email, with desktop and mobile previews. It’s perfect for sharing, and it’s totally free. Beautifully display the desktop view alongside an actual mobile screenshot. You can also peek behind the curtain and see how they pulled off that cool video or fancy text. Scope’s sleek code inspector makes viewing email source code a breeze. They even decode and clean up the HTML, making it crystal clear.

6. Roundcube

roundcube
Roundcube is an open source webmail application with a slick, desktop-like interface. It is multilingual (already comes with 60+ languages) and offers most of the functionality you can expect from a webmail. Messages can be managed with drag’n drops, users can have multiple sender identities and it can work with unlimited users/messages.

7. Xeams

xeams
Xeams is a free e-mail server software that supports POP3, SMTP, IMAP & works in all major operating systems (Windows, Linux, Solaris, MacOSX). It comes with a powerful spam engine which can stop most of them by default & lets you to customize the rules further. The server is controlled from a web-based interface which also helps you to live-monitor the system.

8. After Logic

after logic
AfterLogic is fast and easy-to-use webmail script for POP3/IMAP mail server or cPanel.It offers mail server, ajax webmail with calendar, mail components, personal user settings, rich text editor, spell checker, mail filters and search, development and installation services.

9. T-dah

T dah Webmail
T-dah is a free PHP webmail application which is built from the well-known Uebimiau script & offers a slick interface. It can be up & running in a few minutes on any PHP (4 or 5) enabled server as no database is required. The application uses the POP3 protocol & can be configured to use SMTP, PHP mail, Sendmail or Qmail for sending e-mails.

10. SquirrelMail

SquirrelMail
SquirrelMail is an Open Source software written in PHP4 which provides both a web-based email application and an IMAP proxy server.

11. Xuheki

xuheki
Xuheki is a fast IMAP client which aims to become your preferred email client. It works in your browser and you can access it from anywhere to read your email. It has most features that you would expect from a fine “Mail User Agent”.

12. Conjoon

cojoon
conjoon is a web-based open source application, built with the Zend Framework, that focuses on message exchanging. Currently, it is a full-featured webmail & RSS reader client with contacts management. But the upcoming releases show that it will also have an integrated Twitter client with multiple accounts support. Thanks to Ext JS, the application has a slick desktop-like interface with tabs, drag’n drops & more.

13. Hastymail2

hastymail2
Hastymail2 is a full featured IMAP/SMTP client written in PHP. Our goal is to create a fast, secure, compliant web mail client that has great usability. Hastymail2 is much more lightweight than most popular web based mail applications but still maintains a competitive feature set. The project originated as Hastymail in 2002, then was nearly completely rewritten as Hastymail2 starting in January of 2008. We have had several stable releases of the second generation of Hastymail and development continues to be active.

目录
相关文章
|
6月前
|
安全 网络安全 API
163邮箱IMAP服务器设置方法
```markdown 使用IMAP协议同步163邮箱:登录邮箱→设置→账户→IMAP/SMTP→开启服务→配置服务器(imap.163.com:993, SSL/TLS)→设置用户名和密码→保存并在邮件客户端添加账号。确保多设备邮件同步,定期更新设置。[≤240字符] ```
|
6月前
|
API 网络安全 数据安全/隐私保护
outlook邮箱imap怎么开启
outlook邮箱imap怎么开启
|
6月前
|
API 数据安全/隐私保护
Outlook邮箱IMAP服务器设置怎么做?
Outlook邮箱IMAP服务器设置怎么做?
如何将本地邮件同步至webmail服务器
如何将本地邮件同步至webmail服务器 用户在迁移的过程中需要手动将在线的邮件先手动保存在用户本地的磁盘上。但是,会出现邮件线上和线下数据不一致的问题,如果用户有后续邮件同步的需求,请参考如下:一、使用邮件客户端(outlook Express、foxmail等)创建IMAP4类型账户。
2365 0
|
Java 网络安全 数据安全/隐私保护
阿里云smtp邮件服务引发的血案
前言今天开发伙伴找我修改邮件服务smtp发现网站用邮箱找回密码失败了!于是我开始了简单得操作! 首先我扫描一下! 发现25端口没有连接服务。 看一下报错! 之后telnet一下 telnet smtp.163.com 25发现找不到! 之后上网找一些资料发现阿里的售后很早之前发过这样的帖子 说25端口禁用了,之后又有查询资料发现465端口ssl可以! 那么问题找到了 那就需要将25端口换到465端口 采用SSL协议传输邮件。
1296 0