Changeset 1864 in subversion
- Timestamp:
- Sep 20, 2008 10:22:40 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/README (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/README
r1543 r1864 15 15 RoundCube Webmail is a browser-based multilingual IMAP client with an 16 16 application-like user interface. It provides full functionality you expect 17 from an e-mail client, including MIME support, address book, folder man ipulation,17 from an e-mail client, including MIME support, address book, folder management, 18 18 message searching and spell checking. RoundCube Webmail is written in PHP and 19 requires the MySQL, PostgreSQL or SQLite database. The user interface is fully skinnable20 using XHTML and CSS 2.19 requires the MySQL, PostgreSQL or SQLite database. The user interface is fully 20 skinnable using XHTML and CSS 2. 21 21 22 22 This project is meant to be a modern webmail solution which is easy to … … 36 36 37 37 38 Licensing: 38 Licensing: 39 39 ---------- 40 40 This product is distributed under the GPL. Please read through the file … … 42 42 43 43 44 How it works:44 Contribution: 45 45 ------------- 46 The main authority for the RoundCube access is the IMAP server. If 47 'auto_create_user' is set to TRUE in config/main.inc.php a new record in the 48 user table will be created once the IMAP login succeeded. This user record does 49 not store a password, it's just used to assign identities, contacts and cache 50 records. If you have 'auto_create_user' set to FALSE only IMAP logins which 51 already have a corresponding entry in the user's table (username and hostname) 52 will be allowed. 53 54 55 Code Layout: 56 ------------ 57 Basic sequence (index.php): 58 - index.php -> rcmail_load_gui -> new rcmail_template -> rcmail_template::send 59 - authentication details in this sequence 60 61 Tasks 62 - index.php limits tasks to set list 63 - can see task in roundcube link when you mouse over it 64 - task templates stored in skins/default/templates 65 - templates "roundcube:" tokens that get replaced in rcmail_template class 66 67 program/include/rcube_shared.inc 68 - defines rcube_html_page, class that lays out a roundcube web page 69 - defines form control classes 70 - provides common functions 46 Want to help make RoundCube the best webmail solution ever? 47 RoundCube is open source software. Our developers and contributors all 48 are volunteers and we're always looking for new additions and resources. 49 For more information visit http://roundcube.net/contribute 71 50 72 51
Note: See TracChangeset
for help on using the changeset viewer.
