芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/lib/horde/framework/Horde/Imap/Client/Base/Password.php
* @category Horde * @copyright 2013-2017 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Imap_Client * @since 2.14.0 */ interface Horde_Imap_Client_Base_Password { /** * Return the password to use for the server connection. * * @return string The password. */ public function getPassword(); }