*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
- * @package Horde_Imap_Client
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package Imap_Client
*/
class Horde_Imap_Client
{
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
- * @package Horde_Imap_Client
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package Imap_Client
*/
abstract class Horde_Imap_Client_Base
{
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
- * @package Horde_Imap_Client
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package Imap_Client
*/
class Horde_Imap_Client_Cache
{
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
- * @package Horde_Imap_Client
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package Imap_Client
*/
class Horde_Imap_Client_Cclient extends Horde_Imap_Client_Base
{
*
* PHP IMAP module: http://www.php.net/imap
*
- * No additional paramaters from those defined in Horde_Imap_Client_Cclient.
- *
* Copyright 2008-2010 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (LGPL). If you
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
- * @package Horde_Imap_Client
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package Imap_Client
*/
class Horde_Imap_Client_Cclient_Pop3 extends Horde_Imap_Client_Cclient
{
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
- * @package Horde_Imap_Client
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package Imap_Client
*/
class Horde_Imap_Client_DateTime
{
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
- * @package Horde_Imap_Client
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package Imap_Client
*/
class Horde_Imap_Client_Exception extends Exception
{
*
* PHP version 5
*
- * @category Horde
- * @package Horde_Imap_Client
* @author Gunnar Wrobel <wrobel@pardus.de>
+ * @category Horde
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
* @link http://pear.horde.org/index.php?package=Imap_Client
+ * @package Imap_Client
*/
/**
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
*
- * @category Horde
- * @package Horde_Imap_Client
* @author Gunnar Wrobel <wrobel@pardus.de>
+ * @category Horde
* @license http://www.fsf.org/copyleft/lgpl.html LGPL
* @link http://pear.horde.org/index.php?package=Imap_Client
+ * @package Imap_Client
*/
class Horde_Imap_Client_Mock extends Horde_Imap_Client_Base
{
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
- * @package Horde_Imap_Client
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package Imap_Client
*/
class Horde_Imap_Client_Search_Query
{
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
- * @package Horde_Imap_Client
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package Imap_Client
*/
class Horde_Imap_Client_Socket extends Horde_Imap_Client_Base
{
*
* Caching is not supported in this driver.
*
- * Optional Parameters: NONE
- *
* This driver implements the following POP3-related RFCs:
* STD 53/RFC 1939 - POP3 specification
* RFC 2195 - CRAM-MD5 authentication
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
- * @package Horde_Imap_Client
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package Imap_Client
*/
class Horde_Imap_Client_Socket_Pop3 extends Horde_Imap_Client_Base
{
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
- * @package Horde_Imap_Client
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package Imap_Client
*/
class Horde_Imap_Client_Sort
{
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
- * @package Horde_Imap_Client
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package Imap_Client
*/
class Horde_Imap_Client_Thread
{
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
- * @package Horde_Imap_Client
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package Imap_Client
*/
class Horde_Imap_Client_Utf7imap
{
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
- * @package Horde_Imap_Client
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package Imap_Client
*/
class Horde_Imap_Client_Utils
{
<?php
/**
- * Test script for the Horde_Imap_Client:: library.
+ * Test script for the Horde/Imap_Client package.
*
* Usage:
* test_client.php [[username] [[password] [[IMAP URL] [driver]]]]
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
- * @package Horde_Imap_Client
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package Imap_Client
*/
/** Configuration **/