Description: |
This is a Webmail System which allows users to access their email accounts online through a browser using an IMAP server.
Copyright (C) 2006 Ayman Mohamed, Nima Mazloumi
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
A copy of the GNU General Public License
can be found here:
http://www.gnu.org/copyleft/gpl.html
You may also write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA, to receive a copy.
|
Package parameters: |
- DefaultIMAPServer
- The default IMAP server for OpenACS users (default , type string, scope instance)
- DefaultServerPort
- The port of the IMAP server. (default 143, type number, scope instance)
- MasterTemplate
- Which template to use for the webmail system. Try one of these: /www/default-master, /www/blank-master, /www-site-master. The first slash refers to the root folder of your OpenACS installation. Without the slash the template must be under the webmail-system package folder. (default /www/default-master, type string, scope instance)
- MaxListSize
- The maximum number of emails to display in the list. (default 20, type number, scope instance)
- MaximumFileSize
- Maximum file size for attachments. (default 2097152, type number, scope instance)
- MaximumUserAccounts
- Maximum number of accounts a user can have. (default 3, type number, scope instance)
- MultipleAccountsAllowedP
- Default is false (0). Thus a user is not allowed to register for more than one account. (default 0, type number, scope instance)
- UseWysiwygP
- Should we allow users to use a WYSIWYG editor to make their entries? Defaults to f (false). (default f, type string, scope instance)
|