com.ivata.groupware.business.mail.struts |
|
Java Source File Name | Type | Comment |
ComposeAction.java | Class | |
ComposeForm.java | Class | |
DisplayAction.java | Class | This Action is invoked when displaying a message. |
DisplayForm.java | Class | This form is used to identify an existing message to display, or
from which we want to create a new
one. |
FindMailUserAction.java | Class | Extends the find person action from the standard address book class to add
in user alias and other mail user settings.
To use this class rather than the standard AddressBook class, you need to
change the struts config file to specify this class instead of
FindPersonAction .
TODO: this class needs to be substituted for the FindPersonAction in the
struts file. |
IndexAction.java | Class | |
IndexForm.java | Class | |
MailSetupAction.java | Class | Setup the application to use a database and mail server. |
MailSetupConstants.java | Class | Utility class to store literals we need for setup (in
SetupAction and SetupForm ). |
MailSetupForm.java | Class | Contains all of the values you need to setup a basic ivata
groupware installation. |
MailUserAction.java | Class | Extends the person action from the standard address book class to add
in mail user settings.
To use this class rather than the standard AddressBook class, you need to
change the struts config file to specify this class instead of
PersonAction .
TODO: this class needs to be substituted for the PersonAction in the
struts file. |
MailUserForm.java | Class |
Extends the standard ivata groupware person form to add functionality for a mail
user, such as user aliases. |