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