/lib/Storage.php$Horde: ingo/lib/Storage.php,v 1.43.8.24 2009/12/22 01:53:26 jan Exp $
See the enclosed file LICENSE for license information (ASL). If you did not receive this file, see http://www.horde.org/licenses/asl.php.
| Class | Description |
|---|---|
Ingo_Storage
|
Ingo_Storage:: defines an API to store the various filter rules. |
Ingo_Storage_rule
|
Ingo_Storage_rule:: is the base class for the various action objects used by Ingo_Storage. |
Ingo_Storage_blacklist
|
Ingo_Storage_blacklist is the object used to hold blacklist rule information. |
Ingo_Storage_whitelist
|
Ingo_Storage_whitelist is the object used to hold whitelist rule information. |
Ingo_Storage_forward
|
Ingo_Storage_forward is the object used to hold mail forwarding rule information. |
Ingo_Storage_vacation
|
Ingo_Storage_vacation is the object used to hold vacation rule information. |
Ingo_Storage_spam
|
Ingo_Storage_spam is an object used to hold default spam-rule filtering information. |
Ingo_Storage_filters
|
Ingo_Storage_filters is the object used to hold user-defined filtering rule information. |
INGO_STORAGE_ACTION_BLACKLIST = 7
(line 27)
INGO_STORAGE_ACTION_DISCARD = 3
(line 23)
INGO_STORAGE_ACTION_FILTERS = 0
(line 20)
Ingo_Storage:: 'action' constants
INGO_STORAGE_ACTION_FLAGONLY = 12
(line 32)
INGO_STORAGE_ACTION_FORWARD = 10
(line 30)
INGO_STORAGE_ACTION_KEEP = 1
(line 21)
INGO_STORAGE_ACTION_MOVE = 2
(line 22)
INGO_STORAGE_ACTION_MOVEKEEP = 11
(line 31)
INGO_STORAGE_ACTION_NOTIFY = 13
(line 33)
INGO_STORAGE_ACTION_REDIRECT = 4
(line 24)
INGO_STORAGE_ACTION_REDIRECTKEEP = 5
(line 25)
INGO_STORAGE_ACTION_REJECT = 6
(line 26)
INGO_STORAGE_ACTION_SPAM = 14
(line 34)
INGO_STORAGE_ACTION_VACATION = 8
(line 28)
INGO_STORAGE_ACTION_WHITELIST = 9
(line 29)
INGO_STORAGE_COMBINE_ALL = 1
(line 14)
Ingo_Storage:: 'combine' constants
INGO_STORAGE_COMBINE_ANY = 2
(line 15)
INGO_STORAGE_FLAG_ANSWERED = 1
(line 39)
Ingo_Storage:: 'flags' constants
INGO_STORAGE_FLAG_DELETED = 2
(line 40)
INGO_STORAGE_FLAG_FLAGGED = 4
(line 41)
INGO_STORAGE_FLAG_SEEN = 8
(line 42)
INGO_STORAGE_TYPE_BODY = 3
(line 49)
INGO_STORAGE_TYPE_HEADER = 1
(line 47)
Ingo_Storage:: 'type' constants.
INGO_STORAGE_TYPE_SIZE = 2
(line 48)
Documentation generated on Sun, 30 Jan 2011 05:29:31 +0000 by phpDocumentor 1.4.3