-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathReadMe.html
executable file
·109 lines (92 loc) · 4.83 KB
/
ReadMe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!-- Hey cool you looked at the source of our ReadMe file! We like it too. :D Just so you know this document was written by hand without one of those fancy html generators. You can probably tell by the clean code. -->
<?xml-stylesheet href="http://www.w3.org/StyleSheets/TR/W3C-REC.css" type="text/css"?>
<?xml-stylesheet href="#internalStyle" type="text/css"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Crystal Mail :: Readme</title>
<style>
body {
margin: 0px;
font-family:Arial,Helvetica,sans-serif;
color: #333;
background-color: #FFFFFF;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#container {
margin: 20px;
}
</style>
</head>
<body>
<div id="container">
<p>
<br>
<center><h1>Crystal Mail :: Readme</h1>
<hr>
<h2>Crystal Mail EOL</h2>
<p>The Studio 182 Team has been disolved and Crystal Mail will no longer be maintained. For a great alternative check out <a href="http://roundcube.net/">Roundcube Webmail</a>.</p>
<p>We would all like to thank our users and beta testers.</p>
<p>- <a href="http://madebyhd.us/">Hunter Dolan</a>, <a href="http://mrchrisjones.com">Chris Jones</a>, <a href="http://pmerino.me/">Pablo Merino</a>, and <a href="http://sebj.me/">Seb Jachec</a></p>
<h2>Introduction</h2>
Crystal Mail is a web based multilingual IMAP email client. With an application like interface it provides all the features you would expect from a regular email client and more. Including but limited to, MIMI support, Address Book, Folder Management, Message searching, Spell Checking, an Admin Panel, Multiple IMAP account support (for a per user basis and a global basis), and much more! Crystal Mail is written in PHP, the requirements to run Crystal Mail are
</center>
<ul>
<li>An Apache, or Lighttpd webserver (or something like it, sorry no IIS support)</li>
<li>PHP Version 5.2.1 or higher</li>
<li>An IMAP server with support for IMAP4 <small>rev1</small></li>
<li>An SMTP server or PHP configured mail delivery (A <strong>SMTP</strong> server is recommended)</li>
<li>One of the following compatible SQL servers, MySQL, PostgreSQL, SQLite, or MSSQL (Not all features supported for MSSQL)</li>
</ul>
<center>
This project includes other open-source classes/libraries from PEAR
(http://pear.php.net), an IMAP library derived from IlohaMail
the TinyMCE rich text editor, Googiespell library for spell checking
or the HTML sanitizer by Frederic Motte. Crystal Mail is based on the <a href="http://roundcube.net/">RoundCube Webmail Project</a>.
<hr>
<h2>Installation</h2>
For more information on installing Crystal Mail on your server please take look at the <a href="install.html">install.html</a> document
<hr>
<h2>Licensing</h2>
This product is distributed under the GNU General Public License Version 2.
Please read through the file LICENSE for more information about our license.
Even if skins might contain some programming work, they are not considered
as a linked part of the application and therefore skins DO NOT fall under
the provisions of the GPL license. See the README file located in the skins
folder for details on the skin license.
<hr>
<h2>Contribute</h2>
What to help us make Crystal Mail better than it already is? Crystal Mail is open source which means all of our developers are volunteers. We are always looking for new team members. One of the downsides of running an a <strong>Free</strong> open source project is that keeping the project alive isn't free. Please consider donating. For more info about anything in the contribute section please visit our <a href="http://www.crystalmail.net/contribute">Contribute</a> page.
<hr>
<h2>Support</h2>
Got a question? Post it on our <a href="http://forum.crystalmail.net">support forum</a>!
<hr>
<h2>Contact</h2>
For any bug reports or feature requests please refer to our tracking system at <a href="http://tracker.crystalmail.net/">http://tracker.crystalmail.net/</a> And you can always contact the project admin at <a href="mailto:[email protected]">[email protected]</a>!
</p></center>
<center>
<a name="translate">
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<p><a href="#top">Top</a></center></p>
</a>
</div>
</div><div style="position: fixed; bottom: 0; padding-left: -1000px; margin: 0px; width: 100%; border-top: #AAA dotted 1px; height: 25px; background-color: #FFF;">
<a href="#translate">Translate</a>
<div style="float:right;">
Visit our site <a href="http://crystalmail.net/">http://crystalmail.net</a> </div></div></p>
<br>
</body>
</html>