Current Path : /var/www/ljmtc/cbt/lib/horde/framework/Horde/Mime/Headers/Extension/ |
Current File : /var/www/ljmtc/cbt/lib/horde/framework/Horde/Mime/Headers/Extension/Mime.php |
<?php /** * Copyright 2015-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 2015-2017 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Mime */ /** * This interface indicates the header is MIME based (RFC 2045 et al.) rather * than transport (i.e. RFC 5322) based. * * @author Michael Slusarz <slusarz@horde.org> * @category Horde * @copyright 2015-2017 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Mime * @since 2.8.0 */ interface Horde_Mime_Headers_Extension_Mime { }