🌰🐿️ SquirrelMail GitHub Repository (PHP 7-OK!)
Find a file
Thijs Kinkhorst 4b95e3a695 Completely cleanup the folders management (create/subscribe etc) code.
- Remove the many small src/folders_*, concentrate their functionality
  in functions/folder_manip.php and call that from folders.php.
- Saves duplicate code and an IMAP call here and there.
- Improve the code itself, replace complex structures with simpler ones
  which acheive the same.
- Improve UI by adding Cancel buttons where appropriate.
- Some other small fixes.
2005-03-26 18:48:43 +00:00
class Fixed a few warning messages I ran into today when SMTP had died. We already output nice SMTP error messages, so no need to have the PHP code display its own errors. 2005-03-21 20:35:33 +00:00
config adding two configuration options - remote config test and global file 2005-03-20 10:29:47 +00:00
contrib adding some phpdoc related files for future generations 2005-03-11 13:58:29 +00:00
data Move default_pref from data/ to config/ dir. 2005-02-03 09:56:04 +00:00
doc Info about new hook attribute 2005-03-15 09:25:55 +00:00
functions Completely cleanup the folders management (create/subscribe etc) code. 2005-03-26 18:48:43 +00:00
help Add a first rough version of an about box to SquirrelMail. 2005-03-15 20:19:15 +00:00
images - Added blank.png for missing image support. 2005-02-07 17:38:40 +00:00
include Making fancy row highlighting an option 2005-03-15 06:51:02 +00:00
locale Increment year in copyright notice 2004-12-29 22:58:54 +00:00
plugins doc update 2005-03-25 14:14:37 +00:00
po Updating strings 2005-03-17 00:44:23 +00:00
src Completely cleanup the folders management (create/subscribe etc) code. 2005-03-26 18:48:43 +00:00
themes XHTML fix 2005-03-17 06:34:53 +00:00
AUTHORS Update Turkish translation author 2005-02-02 21:25:42 +00:00
ChangeLog Completely cleanup the folders management (create/subscribe etc) code. 2005-03-26 18:48:43 +00:00
configure Fixed bugs #496752 and #496753. 2001-12-26 21:45:33 +00:00
COPYING I believe everything is compatable with all IMAP servers now 1999-12-16 21:18:54 +00:00
index.php Give an error to the user when SquirrelMail is not configured yet 2005-02-11 20:51:51 +00:00
INSTALL Changing squirrelmail/Squirrelmail to SquirrelMail in some strings as well as other minor documentation fixes 2004-12-29 15:06:20 +00:00
README Fix email addresses here 2004-06-26 23:35:14 +00:00
ReleaseNotes get ready for 1.5.0 dev release 2004-02-02 04:45:45 +00:00
UPGRADE Change chown user.group -> user:group, using "." is deprecated and 2005-02-06 20:59:45 +00:00

SquirrelMail
http://www.squirrelmail.org

Introduction:
-------------
SquirrelMail is a standards-based webmail package written in PHP4. It
includes built-in pure PHP support for the IMAP and SMTP protocols, and all
pages render in pure HTML 4.0 (with no Javascript) for maximum compatibility
across browsers. It has very few requirements and is very easy to configure
and install. SquirrelMail has all the functionality you would want from an
email client, including strong MIME support, address books, and folder
manipulation.  

Why did you guys create SquirrelMail?  The need arose in our organization
for the access of email and address books from anywhere in the world.
Obviously a web interface is ideal for this, given that the user has access
to the Internet.  After reviewing several open source projects, we realized
that we were going to need to do some fairly major customizations to get
things to be a nice fit for our needs.  So the decision was made to create
our own for some of these reasons, and for fun (we really like PHP4).  We
decided to open source the project to contribute to the community that has
contributed so much to us.  Since then, it has grown much bigger than we
ever imagined, and we have an awesome development team who are actively
working on the project.

We would love to hear from you!  The nature of open source projects make it
hard to know who all is using your product.  It is always nice when we get
emails from people just telling us that they're using SquirrelMail.  If you
have a few minutes, please send us an email to let us know!  You can send it
to our mailing list:  squirrelmail-users@lists.sourceforge.net

You can also go to the page below and fill out a small form to get listed
with the list of people already using SquirrelMail (free advertising).

     http://www.squirrelmail.org/feedback.php

Contact:
--------
It is pretty easy to get in contact with the developers if you need help or
if you find bugs that need to be reported.  The best way to contact us would
be through our mailing list which is actively monitored.
   
   squirrelmail-users@lists.sourceforge.net

NOTE: you need to be subscribed to this mailinglist to be able to post to it!
Please visit our web page (http://www.squirrelmail.org) and go to the section
titled "Mailing Lists".

Installation:
-------------
For detailed instructions on how to install SquirrelMail on your server,
please refer to the INSTALL document in the same directory as this document.

Licensing: 
----------
This product is distributed under the GPL.  Please read through the file
COPYING for more information about our license.