Difference between revisions of "Pcwebmail"

From ProgClub
Jump to: navigation, search
(Free Software! Free Software!)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Pcwebmail is the ProgClub webmail software. That's the software that allows you to check your email on the ProgClub web-site. It's planned to be an amalgamation of webmail packages, starting with [http://roundcube.net/ Roundcube] 0.5.4. For other projects see [[Projects]].
+
Pcwebmail is the ProgClub webmail software. That's the software that allows you to check your email on the ProgClub web-site. It's planned to be an amalgamation of webmail packages, starting with [http://roundcube.net/ Roundcube] 0.5.4 and [http://squirrelmail.org/ SquirrelMail] 1.4.22. For other projects see [[Projects]].
  
 
== Project status ==
 
== Project status ==
  
Under way. Not released yet, there's stuff [[Pcwebmail#TODO|TODO]].
+
Released!
  
 
== Contributors ==
 
== Contributors ==
Line 15: Line 15:
 
Up-stream contributors:
 
Up-stream contributors:
  
* {link to project's upstream contributors, or delete this section}
+
* [http://www.progclub.org/pcrepo/pcwebmail/trunk/roundcube/README?view=markup Roundcube contributors]
 +
* [http://www.progclub.org/pcrepo/pcwebmail/trunk/squirrelmail/doc/AUTHORS?view=markup SquirrelMail team]
  
 
== Copyright ==
 
== Copyright ==
  
Copyright 2011, [[Pcwebmail#Contributors|Contributors]]. Components licensed under various open-source licenses.
+
Copyright 2011, [[Pcwebmail#Contributors|Contributors]]. Components licensed under various free software licenses.
 +
 
 +
Roundcube is licensed under the [http://www.progclub.org/pcrepo/pcwebmail/trunk/roundcube/LICENSE?view=markup GPLv2]. SquirrelMail is also licensed under the [http://www.progclub.org/pcrepo/pcwebmail/trunk/squirrelmail/doc/COPYING?view=markup GPLv2].
  
 
== Source code ==
 
== Source code ==
Line 40: Line 43:
  
 
* [http://roundcube.net/ Roundcube]
 
* [http://roundcube.net/ Roundcube]
 +
 +
=== SquirrelMail related information ===
 +
 +
* [http://squirrelmail.org/ SquirrelMail]
  
 
== TODO ==
 
== TODO ==
Line 45: Line 52:
 
Things to do, in rough order of priority:
 
Things to do, in rough order of priority:
  
* Create the project in svn
+
There's nothing todo.
 
 
[[Category:TODO]]
 
  
 
== Done ==
 
== Done ==
Line 53: Line 58:
 
Stuff that's done. Latest stuff on top.
 
Stuff that's done. Latest stuff on top.
  
 +
* [[User:John|JE]] 2011-09-05: released SquirrelMail 1.4.22
 +
* [[User:John|JE]] 2011-09-02: released Roundcube 0.5.4
 
* [[User:John|JE]] 2011-09-02: created project page
 
* [[User:John|JE]] 2011-09-02: created project page
  

Latest revision as of 17:19, 4 January 2015

Pcwebmail is the ProgClub webmail software. That's the software that allows you to check your email on the ProgClub web-site. It's planned to be an amalgamation of webmail packages, starting with Roundcube 0.5.4 and SquirrelMail 1.4.22. For other projects see Projects.

Project status

Released!

Contributors

Members who have contributed to this project. Newest on top.

All contributors have agreed to the terms of the Contributor License Agreement. This excludes any upstream contributors who tend to have different administrative frameworks.

Up-stream contributors:

Copyright

Copyright 2011, Contributors. Components licensed under various free software licenses.

Roundcube is licensed under the GPLv2. SquirrelMail is also licensed under the GPLv2.

Source code

The repository can be browsed online:

http://www.progclub.org/pcrepo/pcwebmail

The code for pcwebmail is publicly available from svn:

http://www.progclub.org/svnro/pcrepo/pcwebmail/tags/latest

Or privately available for read-write access:

https://www.progclub.org/svn/pcrepo/pcwebmail/trunk

Links

Roundcube related information

SquirrelMail related information

TODO

Things to do, in rough order of priority:

There's nothing todo.

Done

Stuff that's done. Latest stuff on top.

  • JE 2011-09-05: released SquirrelMail 1.4.22
  • JE 2011-09-02: released Roundcube 0.5.4
  • JE 2011-09-02: created project page

Notes for implementers

If you are interested in incorporating the ProgClub pcwebmail into your project, here's what you need to know:

For this project it's probably best that you track the upstream webmail client that you are interested in.