README 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. SquirrelMail
  2. http://www.squirrelmail.org
  3. Introduction:
  4. -------------
  5. SquirrelMail is a standards-based webmail package written in PHP. It
  6. includes built-in pure PHP support for the IMAP and SMTP protocols, and all
  7. pages render in pure HTML 4.0 (with no Javascript) for maximum compatibility
  8. across browsers. It has very few requirements and is very easy to configure
  9. and install. SquirrelMail has all the functionality you would want from an
  10. email client, including strong MIME support, address books, and folder
  11. manipulation.
  12. Why did you guys create SquirrelMail? The need arose in our organization
  13. for the access of email and address books from anywhere in the world.
  14. Obviously a web interface is ideal for this, given that the user has access
  15. to the Internet. After reviewing several open source projects, we realized
  16. that we were going to need to do some fairly major customizations to get
  17. things to be a nice fit for our needs. So the decision was made to create
  18. our own for some of these reasons, and for fun (we really like PHP). We
  19. decided to open source the project to contribute to the community that has
  20. contributed so much to us. Since then, it has grown much bigger than we
  21. ever imagined, and we have an awesome development team who are actively
  22. working on the project.
  23. We would love to hear from you! The nature of open source projects make it
  24. hard to know who all is using your product. It is always nice when we get
  25. emails from people just telling us that they're using SquirrelMail. If you
  26. have a few minutes, please send us an email to let us know! You can send it
  27. to our mailing list: squirrelmail-users@lists.sourceforge.net
  28. You can also go to the page below and fill out a small form to get listed
  29. with the list of people already using SquirrelMail (free advertising).
  30. http://www.squirrelmail.org/feedback.php
  31. Contact:
  32. --------
  33. It is pretty easy to get in contact with the developers if you need help or
  34. if you find bugs that need to be reported. The best way to contact us would
  35. be through our mailing list which is actively monitored.
  36. squirrelmail-users@lists.sourceforge.net
  37. NOTE: you need to be subscribed to this mailinglist to be able to post to it!
  38. Please visit our web page (http://www.squirrelmail.org) and go to the section
  39. titled "Mailing Lists".
  40. Installation:
  41. -------------
  42. For detailed instructions on how to install SquirrelMail on your server,
  43. please refer to the INSTALL document in the same directory as this document.
  44. Licensing:
  45. ----------
  46. This product is distributed under the GPL. Please read through the file
  47. COPYING for more information about our license.