Class Horde_Core_Prefs_Identity
This class provides Horde-specific functions for the Horde_Prefs_Identity class.
Copyright 2010-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
- Horde_Prefs_Identity
- Horde_Core_Prefs_Identity
Package: Core
Category: Horde
License: LGPL 2.1
Author: Jan Schneider jan@horde.org
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Core/Prefs/Identity.php
Category: Horde
License: LGPL 2.1
Author: Jan Schneider jan@horde.org
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Core/Prefs/Identity.php
public
|
#
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 link to confirm that the address really belongs to that user. |
public
|
#
confirmIdentity( string $hash )
Checks whether an identity confirmation is valid, and adds the validated identity. |
public
string
|
#
getFromAddress( integer $ident = null )
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. |
public
integer
|
#
getMatchingIdentity( mixed $addresses, boolean $search_own = true )
Returns the identity's id that matches the passed addresses. |