[Horde_Identity] element index

Package indexes

All elements
g h i s v _
_
top
Variable $_aliases
Cached alias list.
Variable $_fromList
Cached from address list.
Variable $_names
Cached names list.
Variable $_signatures
Cached signature list.
g
top
Method getAliasAddress
Returns all aliases based on the chosen identity.
Method getAllFromAddresses
Returns an array with all identities' from addresses.
Method getAllFromLines
Returns an array with From: headers from all identities
Method getAllSentmailFolders
Returns an array with the sent-mail folder names from all the identities.
Method getAllSignatures
Returns an array with the signatures from all identities
Method getAllTieAddresses
Get all 'tie to' address/identity pairs.
Method getBccAddresses
Returns the BCC addresses for a given identity.
Method getFromAddress
Returns the from address based on the chosen identity. If no address can be found it is built from the current user name and the specified maildomain.
Method getFromLine
Returns a complete From: header based on all relevant factors (fullname, from address, input fields, locks etc.)
Method getFullname
Returns the user's full name.
Method getMatchingIdentity
Returns the identity's id that matches the passed addresses.
Method getSelectList
Returns an array with the necessary values for the identity select box in the IMP compose window.
Method getSignature
Returns the full signature based on the current settings for the signature itself, the dashes and the position.
Method getValue
h
top
Method hasAddress
Returns true if the given address belongs to one of the identities.
i
top
Method Identity_imp
Reads all the user's identities from the prefs object or builds a new identity from the standard values given in prefs.php.
Class Identity_imp
Identity_imp in imp.php
This class provides an IMP-specific interface to all identities a user might have. Its methods take care of any site-specific restrictions configured in prefs.php and conf.php.
Page imp.php
imp.php in imp.php
s
top
Method saveSentmail
Returns true if the mail should be saved and the user is allowed to.
v
top
Method verify
Verifies and sanitizes all identity properties.
g h i s v _