[Horde_Kolab] element index

Package indexes

All elements
a b c d e f g i k l m n o p r s t u v _
_
top
Variable $_app
Kolab::$_app in Kolab.php
The current application that this Kolab object instance is catering to.
Variable $_storage
Kolab::$_storage in Kolab.php
The storage driver for the Kolab server.
Variable $_uid
Kolab::$_uid in Kolab.php
The (Kolab) UID of the current message.
Variable $_xml
Kolab::$_xml in Kolab.php
The DomDocument object that contains the XML DOM tree of the currently loaded groupware object. We cache this here to ensure preservation of unknown fields when re-saving the object.
a
top
Method appendElem
Kolab::appendElem() in Kolab.php
Method appendRootElem
b
top
Method booleanToPercentage
c
top
Method close
Kolab::close() in Kolab.php
Close the current share.
d
top
Method decodeDate
Kolab::decodeDate() in Kolab.php
Returns a UNIX timestamp corresponding the given date string which is in the format prescribed by the Kolab Format Specification.
Method decodeDateOrDateTime
Returns a UNIX timestamp corresponding the given date or date-time string which is in either format prescribed by the Kolab Format Specification.
Method decodeDateTime
Returns a UNIX timestamp corresponding the given date-time string which is in the format prescribed by the Kolab Format Specification.
Method decodeFullDayDate
Returns a UNIX timestamp corresponding the given date-time string which is in the format prescribed by the Kolab Format Specification.
Method decodeImapFolderName
Converts a string in the IMAP variation of UTF-7 into a string in the current character set.
Method delAllElems
Method delAllRootElems
Method delElem
Kolab::delElem() in Kolab.php
Method delRootElem
e
top
Method encodeDate
Kolab::encodeDate() in Kolab.php
Returns a string containing the current UTC date in the format prescribed by the Kolab Format Specification.
Method encodeDateTime
Returns a string containing the current UTC date and time in the format prescribed by the Kolab Format Specification.
Method encodeImapFolderName
Converts a string in the current character set to an IMAP UTF-7 string, suitable for use as the name of an IMAP folder.
f
top
Method findObject
Kolab::findObject() in Kolab.php
Find the object with the given UID in the current share.
Method findObjects
Find the object using the given criteria in the current share.
g
top
Method getAllElems
Method getAllRootElems
Method getAppConsts
Returns an array of application-specific constants, that are used in a generic manner throughout the library.
Method getCurrentObject
Method getElem
Kolab::getElem() in Kolab.php
Method getElemStr
Kolab::getElemStr() in Kolab.php
Method getElemVal
Kolab::getElemVal() in Kolab.php
Method getMailboxType
Returns the groupware type of the given IMAP folder.
Method getMimeType
Return the MIME type of the message we are currently dealing with.
Method getObjects
Kolab::getObjects() in Kolab.php
Retrieve all objects in the current folder
Method getRootElem
Method getServer
Kolab::getServer() in Kolab.php
Returns the server url of the given type.
Method getStr
Kolab::getStr() in Kolab.php
Method getUID
Kolab::getUID() in Kolab.php
Return the uid of the message we are currently dealing with.
Method getVal
Kolab::getVal() in Kolab.php
i
top
Method initElem
Kolab::initElem() in Kolab.php
Method initRootElem
k
top
Method Kolab
Kolab::Kolab() in Kolab.php
Class Kolab
Kolab in Kolab.php
The Horde_Kolab library is both an object used by application drivers to communicate with a Kolab server, as well as a utility library providing several functions to help in the IMAP folder <-> Horde Share synchronisation process.
Page Kolab.php
Kolab.php in Kolab.php
l
top
Method listFolders
Returns a list of all IMAP folders (including their groupware type) that the current user has acccess to.
Method listObjects
List the objects in the current share.
Method listObjectsInFolder
List the objects in the specified folder.
Method loadObject
Kolab::loadObject() in Kolab.php
Load the object with the given UID into $this->_xml
m
top
Method moveObject
Kolab::moveObject() in Kolab.php
Move the object with the given UID from the current share into the specified new share.
n
top
Method newObject
Kolab::newObject() in Kolab.php
Create the object with UID in the current share
o
top
Method open
Kolab::open() in Kolab.php
Open the specified share.
p
top
Method percentageToBoolean
r
top
Method removeAllObjects
Remove all objects from the current share.
Method removeObjects
Remove the specified objects from the current share.
s
top
Method saveObject
Kolab::saveObject() in Kolab.php
Save the current object.
Method setElemStr
Kolab::setElemStr() in Kolab.php
Method setElemVal
Kolab::setElemVal() in Kolab.php
Method setStr
Kolab::setStr() in Kolab.php
Method setVal
Kolab::setVal() in Kolab.php
t
top
Method triggerFreeBusyUpdate
u
top
Method unfoldText
Kolab::unfoldText() in Kolab.php
Returns the unfolded representation of the given text.
Method unixNewlines
Converts all newlines (in DOS, MAC & UNIX format) in the specified text to unix-style (LF) format.
v
top
Variable $version
Kolab::$version in Kolab.php
Indicates the version of this driver
a b c d e f g i k l m n o p r s t u v _