* @category Horde * @copyright 2013-2017 Horde LLC * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ interface IMP_Contacts_Avatar_Backend { /** * URL of the contact avatar image. * * @param string $email An email address. * * @return array See IMP_Contacts_Image#getImage(). */ public function avatarImg($email); }