X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/horde/framework/Horde/Imap/Client/Base
home
/
cbholdings
/
pasukulu
/
lib
/
horde
/
framework
/
Horde
/
Imap
/
Client
/
Base
/
📁
..
📄
Alerts.php
(2.26 KB)
📄
Debug.php
(3.36 KB)
📄
Deprecated.php
(3.53 KB)
📄
Mailbox.php
(5.33 KB)
📄
Password.php
(848 B)
Editing: Password.php
<?php /** * Copyright 2013-2017 Horde LLC (http://www.horde.org/) * * See the enclosed file LICENSE for license information (LGPL). If you * did not receive this file, see http://www.horde.org/licenses/lgpl21. * * @category Horde * @copyright 2013-2017 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Imap_Client */ /** * Interface to allow dynamic generation of server password. * * @author Michael Slusarz <slusarz@horde.org> * @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(); }
Upload File
Create Folder