-
$_connected
-
Indicates if the wrapper has connected or not
-
$_db
-
The database connection object.
-
$_driver
-
Our parent driver.
-
$_errormsg
-
An error message to throw when something is wrong.
-
$_kolab
-
Our Kolab server connection.
-
$_kolab
-
Our Kolab server connection.
-
$_memos
-
Array holding the current memo list. Each array entry is a hash describing a memo. The array is indexed numerically by memo ID.
-
$_notepad
-
Notepad being deleted
-
$_notepad
-
String containing the current notepad name.
-
$_notepad
-
Notepad being edited
-
$_notepad
-
String containing the current notepad name.
-
$_params
-
Hash containing connection parameters.
-
$_pgp
-
Crypting processor.
-
$_store
-
Shortcut to the imap connection
-
$_wrapper
-
The wrapper to decide between the Kolab implementation
-
$_write_db
-
Handle for the current database connection, used for writing. Defaults to the same handle as $_db if a separate write database is not required.
-
_buildNote
-
-
_buildNote
-
Build a note based on data array
-
_buildNote
-
-
_mnemo_delete
-
Delete a memo identified by UID.
-
_mnemo_export
-
Export a memo, identified by UID, in the requested contentType.
-
_mnemo_getActionTimestamp
-
Returns the timestamp of an operation for a given uid an action.
-
_mnemo_import
-
Import a memo represented in the specified contentType.
-
_mnemo_list
-
Returns an array of UIDs for all notes that the current user is authorized to see.
-
_mnemo_listBy
-
Returns an array of UIDs for notes that have had $action happen since $timestamp.
-
_mnemo_listNotepads
-
-
_mnemo_perms
-
Returns a list of available permissions.
-
_mnemo_removeUserData
-
Removes user data.
-
_mnemo_replace
-
Replace the memo identified by UID with the content represented in the specified contentType.
-
_rsortByCategory
-
Comparison function for reverse sorting notes by category.
-
_rsortByDesc
-
Comparison function for reverse sorting notes by description.
-
_rsortByNotepad
-
Comparison function for reverse sorting notes by notepad name.
-
_setObject
-
Add or modify a note.
-
_setObject
-
-
_sortByCategory
-
Comparison function for sorting notes by category.
-
_sortByDesc
-
Comparison function for sorting notes by description.
-
_sortByNotepad
-
Comparison function for sorting notes by notepad name.
-
_splitId
-
Split the notepad name of the id. We use this to make ids unique across folders.
-
_uniqueId
-
Append the notepad name to the id. We use this to make ids unique across folders.
-
generateUID
-
Generate a universal / unique identifier for a task. This is NOT something that we expect to be able to parse into a tasklist and a taskId.
-
get
-
Retrieve one note from the store.
-
get
-
Retrieve one note from the database.
-
get
-
Retrieve one note from the store.
-
get
-
Retrieve one note from the store.
-
getByUID
-
Retrieve one note from the database by UID.
-
getByUID
-
Retrieve one note by UID.
-
getByUID
-
Retrieve one note by UID.
-
getByUID
-
Retrieve one note by UID.
-
getDefaultNotepad
-
Returns the default notepad for the current user at the specified permissions level.
-
getMemo
-
Retrieves a specific note from storage.
-
getMemoDescription
-
Update the description (short summary) of a memo.
-
getMenu
-
Builds Mnemo's list of menu items.
-
getNotePreview
-
Get preview text for a note (the first 20 lines or so).
-
getPassphrase
-
Returns a note's passphrase for symmetric encryption from the session cache.
-
getUserName
-
Returns the real name, if available, of a user.
-
Mnemo.php
-
-
Mnemo
-
Mnemo Base Class.
-
MNEMO_BASE
-
-
Mnemo_CreateNotepadForm
-
-
Mnemo_CreateNotepadForm
-
The Mnemo_CreateNotepadForm class provides the form for creating a notepad.
-
Mnemo_DeleteNotepadForm
-
-
Mnemo_DeleteNotepadForm
-
The Mnemo_DeleteNotepadForm class provides the form for deleting a notepad.
-
Mnemo_Driver
-
Constructor - All real work is done by initialize().
-
Mnemo_Driver
-
Mnemo_Driver:: defines an API for implementing storage backends for Mnemo.
-
Mnemo_Driver_kolab
-
Horde Mnemo driver for the Kolab IMAP server.
-
Mnemo_Driver_kolab
-
-
Mnemo_Driver_kolab_wrapper
-
Horde Mnemo wrapper to distinguish between both Kolab driver implementations.
-
Mnemo_Driver_kolab_wrapper
-
Constructor
-
Mnemo_Driver_kolab_wrapper_new
-
New Horde Mnemo driver for the Kolab IMAP server.
-
Mnemo_Driver_kolab_wrapper_old
-
Old Horde Mnemo driver for the Kolab IMAP server.
-
Mnemo_Driver_sql
-
Mnemo storage implementation for PHP's PEAR database abstraction layer.
-
Mnemo_Driver_sql
-
Construct a new SQL storage object.
-
Mnemo_EditNotepadForm
-
-
Mnemo_EditNotepadForm
-
The Mnemo_EditNotepadForm class provides the form for editing a notepad.
-
MNEMO_ERR_DECRYPT
-
Decrypting failed
-
MNEMO_ERR_NO_PASSPHRASE
-
No passphrase provided.
-
MNEMO_SORT_ASCEND
-
Sort in ascending order.
-
MNEMO_SORT_CATEGORY
-
Sort by memo category.
-
MNEMO_SORT_DESC
-
Sort by memo description.
-
MNEMO_SORT_DESCEND
-
Sort in descending order.
-
MNEMO_SORT_NOTEPAD
-
Sort by notepad.
-
MNEMO_TEMPLATES
-
-
modify
-
Modify an existing note.
-
modify
-
Modify an existing note.
-
modify
-
Modify an existing note.
-
modify
-
Modify an existing note.
-
move
-
Move a note to a new notepad.
-
move
-
Move a note to a new notepad.
-
move
-
Move a note to a new notepad.
-
move
-
Move a note to a new notepad.