* @category Horde * @copyright 2013-2017 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Smtp */ interface Horde_Smtp_Password { /** * Return the password to use for the SMTP connection. * * @return string The password. */ public function getPassword(); }