EXPIRE
EXPIRE
Identity entry containing the expiration time.
This class provides Horde-specific functions for the Horde_Prefs_Identity class.
verifyIdentity(integer $id, string $old_addr)
Sends a message to an email address supposed to be added to the identity.
A message is send to this address containing a time-sensitive link to confirm that the address really belongs to that user.
integer | $id | The identity's ID. |
string | $old_addr | The old From: address. |
getMatchingIdentity(mixed $addresses, boolean $search_own = true) : integer
Returns the identity's id that matches the passed addresses.
mixed | $addresses | Either an array or a single string or a comma-separated list of email addresses. |
boolean | $search_own | Search for a matching identity in own addresses also? |
The id of the first identity that from or alias addresses match (one of) the passed addresses or null if none matches.