Class Ingo_Storage
Ingo_Storage:: defines an API to store the various filter rules.
See the enclosed file LICENSE for license information (ASL). If you did not receive this file, see http://www.horde.org/licenses/apache.
Package: Ingo
Author: Michael Slusarz slusarz@horde.org
Author: Jan Schneider jan@horde.org
Located at Storage.php
Author: Michael Slusarz slusarz@horde.org
Author: Jan Schneider jan@horde.org
Located at Storage.php
public static
mixed
|
|
public
|
|
public
|
|
public
|
|
public
|
#
store(
Stores the specified data. |
public
stdClass
|
|
public
stdClass
|
|
public
|
#
removeUserData( string $user )
Removes the user data from the storage backend. Stub for child class to override if it can implement. |
integer |
COMBINE_ALL
Ingo_Storage:: 'combine' constants |
#
1
|
integer |
COMBINE_ANY
|
#
2
|
integer |
ACTION_FILTERS
Ingo_Storage:: 'action' constants |
#
0
|
integer |
ACTION_KEEP
|
#
1
|
integer |
ACTION_MOVE
|
#
2
|
integer |
ACTION_DISCARD
|
#
3
|
integer |
ACTION_REDIRECT
|
#
4
|
integer |
ACTION_REDIRECTKEEP
|
#
5
|
integer |
ACTION_REJECT
|
#
6
|
integer |
ACTION_BLACKLIST
|
#
7
|
integer |
ACTION_VACATION
|
#
8
|
integer |
ACTION_WHITELIST
|
#
9
|
integer |
ACTION_FORWARD
|
#
10
|
integer |
ACTION_MOVEKEEP
|
#
11
|
integer |
ACTION_FLAGONLY
|
#
12
|
integer |
ACTION_NOTIFY
|
#
13
|
integer |
ACTION_SPAM
|
#
14
|
integer |
FLAG_ANSWERED
Ingo_Storage:: 'flags' constants |
#
1
|
integer |
FLAG_DELETED
|
#
2
|
integer |
FLAG_FLAGGED
|
#
4
|
integer |
FLAG_SEEN
|
#
8
|
integer |
TYPE_HEADER
Ingo_Storage:: 'type' constants. |
#
1
|
integer |
TYPE_SIZE
|
#
2
|
integer |
TYPE_BODY
|
#
3
|