X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/horde/framework/Horde/Imap/Client
home
/
cbholdings
/
pasukulu
/
lib
/
horde
/
framework
/
Horde
/
Imap
/
Client
/
📁
..
📁
Auth
📁
Base
📄
Base.php
(145.72 KB)
📁
Cache
📄
Cache.php
(8.01 KB)
📁
Data
📄
DateTime.php
(3.62 KB)
📁
Exception
📄
Exception.php
(6.69 KB)
📁
Fetch
📁
Ids
📄
Ids.php
(12.14 KB)
📁
Interaction
📁
Mailbox
📄
Mailbox.php
(4.1 KB)
📁
Namespace
📁
Password
📁
Search
📁
Socket
📄
Socket.php
(180.25 KB)
📄
Tokenize.php
(10.76 KB)
📄
Translation.php
(988 B)
📁
Url
📄
Url.php
(7.69 KB)
📄
Utf7imap.php
(10.81 KB)
Editing: Translation.php
<?php /** * Copyright 2010-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 2010-2017 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL * @package Imap_Client */ /** * Translation wrapper class for Horde_Imap_Client. * * @author Michael Slusarz <slusarz@horde.org> * @category Horde * @copyright 2010-2017 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL * @package Imap_Client */ class Horde_Imap_Client_Translation extends Horde_Translation_Autodetect { /** * The translation domain * * @var string */ protected static $_domain = 'Horde_Imap_Client'; /** * The absolute PEAR path to the translations for the default gettext handler. * * @var string */ protected static $_pearDirectory = '@data_dir@'; }
Upload File
Create Folder