File/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php

Description
Classes
Class Description
 class Kolab_Folder The Kolab_Folder class represents an IMAP folder on the Kolab server.
Includes
 require_once ('Horde/MIME.php') (line 24)

We need the Horde MIME library to deal with MIME messages.

 require_once ('Horde/History.php') (line 21)

We need the Horde History System for logging

 require_once ('Horde/MIME/Message.php') (line 26)
 require_once ('Horde/Kolab/Storage/Data.php') (line 12)

Data handling for Kolab *

 require_once ('Horde/MIME/Part.php') (line 25)
 require_once ('Horde/Kolab/Session.php') (line 9)

We need the current user session.

 require_once ('Horde/NLS.php') (line 32)
 require_once ('Horde/String.php') (line 31)

We need the String & NLS libraries for character set conversions, etc.

 require_once ('Horde/MIME/Structure.php') (line 28)
 require_once ('Horde/MIME/Headers.php') (line 27)
 require_once ('Horde/Kolab/Format.php') (line 18)

We need the Kolab XML library for xml handling.

 require_once ('Horde/Kolab/Storage/Perms.php') (line 15)

Permission library for Kolab *

Constants
HORDE_ANNOT_SHARE_ATTR = '/vendor/horde/share-' (line 56)

Horde-specific annotations on the imap folder have this prefix.

KOLAB_ANNOT_FOLDER_TYPE = KOLAB_ANNOT_ROOT.'folder-type' (line 44)

The annotation, as defined by the Kolab format spec, that is used to store information about what groupware format the folder contains.

KOLAB_ANNOT_ROOT = '/vendor/kolab/' (line 38)

The root of the Kolab annotation hierarchy, used on the various IMAP folder that are used by Kolab clients.

KOLAB_FBRELEVANCE_ADMINS = 0 (line 49)

Kolab specific free/busy relevance

KOLAB_FBRELEVANCE_NOBODY = 2 (line 51)
KOLAB_FBRELEVANCE_READERS = 1 (line 50)

Documentation generated on Sun, 30 Jan 2011 05:17:22 +0000 by phpDocumentor 1.4.3