phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] email/inc class.mail_dcom_pop3_sock.inc.php, 1.23 cla


From: powerstat
Subject: [Phpgroupware-cvs] email/inc class.mail_dcom_pop3_sock.inc.php, 1.23 class.mail_dcom_nntp.inc.php, 1.7 class.mail_dcom_imap.inc.php, 1.24 class.email_service.inc.php, 1.4 class.mail_msg_display.inc.php, 1.44 class.mail_msg_base.inc.php, 1.82 class.mail_msg_wrappers.inc.php, 1.41 class.mail_filters.inc.php, 1.10 class.mail_send.inc.php, 1.14 class.mail_msg.inc.php, 1.7 class.mail_dcom.inc.php, 1.13 class.mail_smtp.inc.php, 1.2 class.mail_dcom_imap_sock.inc.php, 1.18 class.mail_dcom_nntp_sock.inc.php, 1.8 class.mail_dcom_pop3.inc.php, 1.14
Date: Wed, 11 May 2005 20:52:00 +0200

Update of email/inc

Modified Files:
     Branch: MAIN
            class.mail_dcom_pop3_sock.inc.php lines: +21 -33
            class.mail_dcom_nntp.inc.php lines: +15 -20
            class.mail_dcom_imap.inc.php lines: +18 -24
            class.email_service.inc.php lines: +1 -1
            class.mail_msg_display.inc.php lines: +17 -28
            class.mail_msg_base.inc.php lines: +62 -79
            class.mail_msg_wrappers.inc.php lines: +25 -38
            class.mail_filters.inc.php lines: +17 -17
            class.mail_send.inc.php lines: +23 -36
            class.mail_msg.inc.php lines: +22 -26
            class.mail_dcom.inc.php lines: +25 -28
            class.mail_smtp.inc.php lines: +9 -6
            class.mail_dcom_imap_sock.inc.php lines: +27 -37
            class.mail_dcom_nntp_sock.inc.php lines: +16 -22
            class.mail_dcom_pop3.inc.php lines: +14 -18

Log Message:
Added phpdocs

====================================================
Index: email/inc/class.mail_dcom_pop3_sock.inc.php
diff -u email/inc/class.mail_dcom_pop3_sock.inc.php:1.22 
email/inc/class.mail_dcom_pop3_sock.inc.php:1.23
--- email/inc/class.mail_dcom_pop3_sock.inc.php:1.22    Thu May  5 17:48:10 2005
+++ email/inc/class.mail_dcom_pop3_sock.inc.php Wed May 11 18:52:06 2005
@@ -1,38 +1,26 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare API - POP3                                               
   *
-       * This file written by Angelo "Angles" Puglisi <address@hidden  *
-       * and Mark Peters <address@hidden>              *
-       * Handles specific operations in dealing with POP3                      
 *
-       * Copyright (C) 2001, 2002 Mark Peters and Angelo "Angles" Puglisi      
                 *
-       * 
-------------------------------------------------------------------------*
-       * This library is part of the phpGroupWare API                          
   *
-       * http://www.phpgroupware.org/api                                       
   *
-       * 
------------------------------------------------------------------------ *
-       * This library is free software; you can redistribute it and/or modify 
it  *
-       * under the terms of the GNU Lesser General Public License as published 
by *
-       * the Free Software Foundation; either version 2.1 of the License,      
   *
-       * or any later version.                                                 
   *
-       * This library is distributed in the hope that it will be useful, but   
   *
-       * WITHOUT ANY WARRANTY; without even the implied warranty of            
   *
-       * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                  
   *
-       * See the GNU Lesser General Public License for more details.           
   *
-       * You should have received a copy of the GNU Lesser General Public 
License *
-       * along with this library; if not, write to the Free Software 
Foundation,  *
-       * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA         
   *
-       
\**************************************************************************/
-
-       /*!
-       @class mail_dcom (sockets)
-       @abstract part of mail Data Communications class
-       @discussion mail_dcom Extends mail_dcom_base which Extends phpgw api 
class network
-       This is a top level class mail_dcom is designed specifically POP3
-       @syntax CreateObject('email.mail_dcom');
-       @author Angles, Skeeter, Itzchak Rehberg, Joseph Engo
-       @copyright LGPL
-       @package email (to be moved to phpgwapi when mature)
-       @access public
+       /**
+       * EMail - Handles specific operations in dealing with POP3
+       *
+       * @author Angelo (Angles) Puglisi <address@hidden>
+       * @author Mark Peters <address@hidden>
+       * @author Itzchak Rehberg
+       * @author Joseph Engo
+       * @copyright Copyright (C) 2001-2002 Mark Peters and Angelo Tony 
Puglisi (Angles)
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
+       * @package email
+       * @version $Id$
+       * @internal Based on AngleMail http://www.anglemail.org/
        */
+
+
+       /**
+       * Handles specific operations in dealing with POP3
+       *
+       *
+       * @package email
+       */
        class mail_dcom extends mail_dcom_base
        {
                
/**************************************************************************\

====================================================
Index: email/inc/class.mail_dcom_nntp.inc.php
diff -u email/inc/class.mail_dcom_nntp.inc.php:1.6 
email/inc/class.mail_dcom_nntp.inc.php:1.7
--- email/inc/class.mail_dcom_nntp.inc.php:1.6  Sun Mar 13 23:22:44 2005
+++ email/inc/class.mail_dcom_nntp.inc.php      Wed May 11 18:52:06 2005
@@ -1,24 +1,19 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare Email - POP3 Mail Wrapper for Imap Enabled PHP                
                  *
-  * http://www.phpgroupware.org/                                          *    
                           *
-  * -------------------------------------------------------------------------*
-  * This library is part of phpGroupWare (http://www.phpgroupware.org)       *
-  * This library is free software; you can redistribute it and/or modify it  *
-  * under the terms of the GNU Lesser General Public License as published by *
-  * the Free Software Foundation; either version 2.1 of the License,         *
-  * or any later version.                                                    *
-  * This library is distributed in the hope that it will be useful, but      *
-  * WITHOUT ANY WARRANTY; without even the implied warranty of               *
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                     *
-  * See the GNU Lesser General Public License for more details.              *
-  * You should have received a copy of the GNU Lesser General Public License *
-  * along with this library; if not, write to the Free Software Foundation,  *
-  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA            *
-  \**************************************************************************/
+       /**
+       * EMail - POP3 Mail Wrapper for Imap Enabled PHP
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
+       * @package email
+       * @version $Id$
+       */

-  /* $Id$ */

+       /**
+       * POP3 Mail Wrapper for Imap Enabled PHP
+       *
+       * @package email
+       */
        class mail_dcom extends mail_dcom_base
        {
                function base64($text)
@@ -204,5 +199,5 @@
                        $folder_str = 
$GLOBALS['phpgw']->msg->get_folder_short($folder);
                        return $folder_str;
                }
-       } // end of class msg
-
+       }
+?>
\ No newline at end of file

====================================================
Index: email/inc/class.mail_dcom_imap.inc.php
diff -u email/inc/class.mail_dcom_imap.inc.php:1.23 
email/inc/class.mail_dcom_imap.inc.php:1.24
--- email/inc/class.mail_dcom_imap.inc.php:1.23 Sun Mar 13 23:22:44 2005
+++ email/inc/class.mail_dcom_imap.inc.php      Wed May 11 18:52:06 2005
@@ -1,28 +1,22 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare Email - IMAP abstraction                              *
-  * http://www.phpgroupware.org/api                                    *
-  * This file written by Itzchak Rehberg <address@hidden>      *
-  * and Joseph Engo <address@hidden>                           *
-  * Mail function abstraction for IMAP servers                         *
-  * Copyright (C) 2000, 2001 Itzchak Rehberg                           *
-  * -------------------------------------------------------------------------  
        *
-  * This library is part of phpGroupWare (http://www.phpgroupware.org)       *
-  * This library is free software; you can redistribute it and/or modify it  *
-  * under the terms of the GNU Lesser General Public License as published by *
-  * the Free Software Foundation; either version 2.1 of the License,   *
-  * or any later version.                                                      
*
-  * This library is distributed in the hope that it will be useful, but        
*
-  * WITHOUT ANY WARRANTY; without even the implied warranty of *
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.       *
-  * See the GNU Lesser General Public License for more details.                
*
-  * You should have received a copy of the GNU Lesser General Public License *
-  * along with this library; if not, write to the Free Software Foundation,  *
-  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      *
-  \**************************************************************************/
-
-  /* $Id$ */
-
+       /**
+       * EMail - Mail function abstraction for IMAP servers
+       *
+       * @author Itzchak Rehberg <address@hidden>
+       * @author Joseph Engo <address@hidden>
+       * @copyright Copyright (C) 2000-2001 Itzchak Rehberg
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
+       * @package email
+       * @version $Id$
+       */
+
+
+       /**
+       * Mail function abstraction for IMAP servers
+       *
+       * @package email
+       */
        class mail_dcom extends mail_dcom_base
        {
                function append($stream, $folder, $message, $flags=0)

====================================================
Index: email/inc/class.email_service.inc.php
diff -u email/inc/class.email_service.inc.php:1.3 
email/inc/class.email_service.inc.php:1.4
--- email/inc/class.email_service.inc.php:1.3   Wed May 11 18:06:59 2005
+++ email/inc/class.email_service.inc.php       Wed May 11 18:52:07 2005
@@ -117,7 +117,7 @@
 * Get the IMAP folder separator
 *
 * @return string
-* @access privat
+* @access private
 */
        function get_IMAP_folder_separator($string)
        {

====================================================
Index: email/inc/class.mail_msg_display.inc.php
diff -u email/inc/class.mail_msg_display.inc.php:1.43 
email/inc/class.mail_msg_display.inc.php:1.44
--- email/inc/class.mail_msg_display.inc.php:1.43       Sun Mar 13 23:22:44 2005
+++ email/inc/class.mail_msg_display.inc.php    Wed May 11 18:52:06 2005
@@ -1,33 +1,22 @@
 <?php
-       
/**************************************************************************\
-       * AngleMail     http://www.anglemail.org                                
                                *
+       /**
+       * EMail - Message Processing Functions for MIME and Display
+       *
+       * @author Angelo (Angles) Puglisi <address@hidden>
+       * @copyright Copyright (C) 2001-2002 Angelo Tony Puglisi (Angles)
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
+       * @package email
+       * @version $Id$
+       * @internal Based on AngleMail http://www.anglemail.org/
        */
-       
/**************************************************************************\
-       * AngleMail - E-Mail Message Processing Functions for MIME and Display  
*
-       * This file written by Angelo "Angles" Puglisi <address@hidden> *
-       * Copyright (C) 2001-2002 Angelo "Angles" Puglisi                       
                        *
-       * 
-------------------------------------------------------------------------       
              *
-       * This file designed to work as part of a drop in module for 
phpGroupWare               *
-       * http://www.phpgroupware.org                                           
        *
-       * 
-------------------------------------------------------------------------       
              *
-       * This library is free software; you can redistribute it and/or modify 
it               *
-       * under the terms of the GNU Lesser General Public License as published 
by      *
-       * the Free Software Foundation; either version 2.1 of the License,      
                *
-       * or any later version.                                                 
        *
-       * This library is distributed in the hope that it will be useful, but   
                *
-       * WITHOUT ANY WARRANTY; without even the implied warranty of            
*
-       * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  *
-       * See the GNU Lesser General Public License for more details.           
        *
-       * You should have received a copy of the GNU Lesser General Public 
License      *
-       * along with this library; if not, write to the Free Software 
Foundation,               *
-       * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA         
        *
-       
\**************************************************************************/
-
-       /* $Id$ */
-
-       // include this last, it extends mail_msg_wrappers which extends 
mail_msg_base
-       // so (1) include mail_msg_base, (2) incluse mail_msg_wrappers 
extending mail_msg_base
-       // then (3) include mail_msg which extends mail_msg_wrappers and, by 
inheritance, mail_msg_base
+
+
+       /**
+       * Message Processing Functions for MIME and Display
+       *
+       * @package email
+       */
 class mail_msg extends mail_msg_wrappers
 {


====================================================
Index: email/inc/class.mail_msg_base.inc.php
diff -u email/inc/class.mail_msg_base.inc.php:1.81 
email/inc/class.mail_msg_base.inc.php:1.82
--- email/inc/class.mail_msg_base.inc.php:1.81  Sun Mar 13 23:22:44 2005
+++ email/inc/class.mail_msg_base.inc.php       Wed May 11 18:52:06 2005
@@ -1,88 +1,74 @@
 <?php
-       
/**************************************************************************\
-       * AngleMail     http://www.anglemail.org                                
                                *
+       /**
+       * EMail - Message Processing Core Functions
+       *
+       * @author Mark Cushman <address@hidden>
+       * @author Angelo (Angles) Puglisi <address@hidden>
+       * @copyright Copyright (C) xxxx Mark Cushman
+       * @copyright Copyright (C) 2001-2003 Angelo Tony Puglisi (Angles)
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
+       * @package email
+       * @version $Id$
+       * @internal Based on AngleMail http://www.anglemail.org/
+       * @internal Originally Based on Aeromail http://the.cushman.net/
        */
-       
/**************************************************************************\
-       * AngleMail - E-Mail Message Processing Core Functions                  
                *
-       * This file written by Angelo "Angles" Puglisi <address@hidden> *
-       * Copyright (C) 2001-2003 Angelo "Angles" Puglisi                       
                        *
-       * 
-------------------------------------------------------------------------       
              *
-       * Originally Based on Aeromail by Mark Cushman <address@hidden>         
*
-       * http://the.cushman.net/                                               
                                        *
-       * AngleMail appreciates the origins of the phpGroupWare email app from  
        *
-       * from Cushman. The phpGroupWare email module was maintained by Angles  
*
-       * prior to developing into what is today known as AngleMail             
                *
-       * 
-------------------------------------------------------------------------       
              *
-       * This file designed to work as part of a drop in module for 
phpGroupWare               *
-       * http://www.phpgroupware.org                                           
        *
-       * 
-------------------------------------------------------------------------       
              *
-       * This library is free software; you can redistribute it and/or modify 
it               *
-       * under the terms of the GNU Lesser General Public License as published 
by      *
-       * the Free Software Foundation; either version 2.1 of the License,      
                *
-       * or any later version.                                                 
        *
-       * This library is distributed in the hope that it will be useful, but   
                *
-       * WITHOUT ANY WARRANTY; without even the implied warranty of            
*
-       * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  *
-       * See the GNU Lesser General Public License for more details.           
        *
-       * You should have received a copy of the GNU Lesser General Public 
License      *
-       * along with this library; if not, write to the Free Software 
Foundation,               *
-       * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA         
        *
-       
\**************************************************************************/

-       /* $Id$ */
-
-       
/**************************************************************************\
-       *       STRUCTURES
-       
\**************************************************************************/
-
-       /*!
-       @class mail_dcom_holder
-       @abstract  This class has one purpose, PHP3 compatibility. It simply 
holds the DataCommunications Object.
-       @author Angles
-       @discussion   In tests PHP3 could not handle having an object as a 
simple array item. Therefor we had to
-       make this class to be the thing that holdes a class.dcom 
(DataCommunications) object. PHP4 had no problem
-       with the previous code but it was changed to this for backwards 
compatibility with PHP3, otherwise the
-       script exits with a parse error. Multiple account capability requires 
that any account can have a stream open
-       to its server at any time, independant of any other DataCommunications 
object, simce one account may be IMAP
-       while another account may be POP3. Using an array of these 
mail_dcom_holders, we can achieve this goal and
-       still have PHP3 compatibility.
-       @example
-               $GLOBALS['phpgw_dcom_'.$acctnum] = new mail_dcom_holder;
-               $GLOBALS['phpgw_dcom_'.$acctnum]->dcom = 
CreateObject("email.mail_dcom", $this_server_type);
-       now we have an array based structure where each array key can have a 
DataCommunications object of its
-       own, thereby allowing for multiple mail accounts of any type to be open 
simultaneously.
-       */
+
+       /**
+       * This class has one purpose, PHP3 compatibility. It simply holds the 
DataCommunications Object.
+       *
+       * In tests PHP3 could not handle having an object as a simple array 
item.
+       * Therefor we had to make this class to be the thing that holdes a 
class.dcom
+       * (DataCommunications) object. PHP4 had no problem with the previous 
code but
+       * it was changed to this for backwards compatibility with PHP3, 
otherwise the
+       * script exits with a parse error. Multiple account capability requires 
that
+       * any account can have a stream open to its server at any time, 
independant
+       * of any other DataCommunications object, simce one account may be IMAP 
while
+       * another account may be POP3. Using an array of these 
mail_dcom_holders,
+       * we can achieve this goal and still have PHP3 compatibility.
+       * @package email
+       */
        class mail_dcom_holder
        {
                var $dcom = '';
        }

-       
/**************************************************************************\
-       *       BASE MAIL CLASS
-       
\**************************************************************************/
-       /*!
-       @class mail_msg_base
-       @abstract  One of three classes that combine to form the mail_msg 
object. The other classes are mail_msg_wrappers
-       and filename mail_msg_display which is actually called mail_msg because 
it is the final class extension loaded and
-       therefor bears the name we want the class as a whole to have, This 
class forms the common  core of the email functionality,
-       @author Angles, and with some small remnants of Aeromail present
-       @discussion The three files and classes inter relate in the following 
way to end up with the mail_msg object
-       FIRST,  include class mail_msg_base, then SECONDLY  incluse 
mail_msg_wrappers extending mail_msg_base,
-       then THIRDLY  include mail_msg which extends mail_msg_wrappers and, by 
inheritance, mail_msg_base
-       All functions that are at the heart of email functionality are in this 
class. This class is in the process of being further OOPd so
-       programmers can more easily use it without having to know abou the 
internal details. When multiple accounts are in
-       use, each active account can be accessed and controlled through this 
class. Each active account with a stream open to its
-       maiul server has its own DataCommunications object which used to be a 
part of this class but had to be moved elsewhere
-       for PHP3 compatibility, but still each DataCommunications object is in 
an array and is accessed via an account number
-       which is comtrolled in this class. This class handles organizing the 
preferences for each of the multiple accounts. In general,
-       a simple class var array keeps the multiple account information 
organized as a numbered array based on integer account number.
-       There are already many OOP methods that hide complexities from the 
programmer, such as the preference and arg access functions.
-       Many of those functions can optionally take an account number and 
foilder name, but if none is supplies the functions uses logic to
-       obtain valid account number and folder name for whatever account you 
are dealing with. There is extensice debug output available
-       by setting the various debug flags between 1 to 3, or to 0 if no debug 
is wanted. More documentation is provided for each function
-       in this class.
-       */

+       /**
+       * One of three classes that combine to form the mail_msg object. The 
other
+       * classes are mail_msg_wrappers and filename mail_msg_display which is
+       * actually called mail_msg because it is the final class extension 
loaded and
+       * therefor bears the name we want the class as a whole to have, This 
class
+       * forms the common  core of the email functionality,
+       *
+       * The three files and classes inter relate in the following way to end 
up
+       * with the mail_msg object FIRST,  include class mail_msg_base, then 
SECONDLY
+       * incluse mail_msg_wrappers extending mail_msg_base, then THIRDLY  
include
+       * mail_msg which extends mail_msg_wrappers and, by inheritance, 
mail_msg_base
+       * All functions that are at the heart of email functionality are in 
this class.
+       * This class is in the process of being further OOPd so programmers can 
more
+       * easily use it without having to know abou the internal details. When 
multiple
+       * accounts are in use, each active account can be accessed and 
controlled
+       * through this class. Each active account with a stream open to its 
maiul
+       * server has its own DataCommunications object which used to be a part 
of
+       * this class but had to be moved elsewhere for PHP3 compatibility, but
+       * still each DataCommunications object is in an array and is accessed 
via
+       * an account number which is comtrolled in this class. This class 
handles
+       * organizing the preferences for each of the multiple accounts. In 
general, a
+       * simple class var array keeps the multiple account information 
organized as
+       * a numbered array based on integer account number. There are already 
many OOP
+       * methods that hide complexities from the programmer, such as the 
preference
+       * and arg access functions. Many of those functions can optionally take 
an
+       * account number and foilder name, but if none is supplies the 
functions uses
+       * logic to obtain valid account number and folder name for whatever 
account
+       * you are dealing with. There is extensice debug output available by 
setting
+       * the various debug flags between 1 to 3, or to 0 if no debug is wanted.
+       * More documentation is provided for each function in this class.
+       * @package email
+       */
+       class mail_msg_base
+       {
        /*!
        @classvar known_external_args
        @abstract List of GET POST variables that the email class and app is 
supposed to be aware of.
@@ -227,9 +213,6 @@
        @param ex_acctnum (int) all preference handling of extra accounts 
passes this as the account number "ex" = "extra".
        @param COMPLETE_ME, are there more GPC args we use in the email app?
        */
-
-       class mail_msg_base
-       {
                // ----  account - an array where key=mail_account  and  
value=all_class_vars for that account
                var $a = array();
                var $acctnum = 0;

====================================================
Index: email/inc/class.mail_msg_wrappers.inc.php
diff -u email/inc/class.mail_msg_wrappers.inc.php:1.40 
email/inc/class.mail_msg_wrappers.inc.php:1.41
--- email/inc/class.mail_msg_wrappers.inc.php:1.40      Sun Mar 13 23:22:44 2005
+++ email/inc/class.mail_msg_wrappers.inc.php   Wed May 11 18:52:06 2005
@@ -1,44 +1,31 @@
 <?php
-       
/**************************************************************************\
-       * AngleMail - E-Mail Message Processing Functions                       
        *
-       * http://www.anglemail.org                                              
                        *
-       * http://www.phpgroupware.org                                           
                        *
+       /**
+       * EMail - Handles specific operations in manipulating email messages
+       *
+       * @author Angelo (Angles) Puglisi <address@hidden>
+       * @copyright Copyright (C) 2001-2002 Angelo Tony Puglisi (Angles)
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
+       * @package email
+       * @version $Id$
+       * @internal Based on AngleMail http://www.anglemail.org/
        */
-       
/**************************************************************************\
-       * AngleMail - E-Mail Message Processing Functions                       
                *
-       * This file written by Angelo Puglisi (Angles) <address@hidden> *
-       * Handles specific operations in manipulating email messages            
        *
-       * Copyright (C) 2001, 2002 Angelo Tony Puglisi (Angles)                 
        *
-       * 
------------------------------------------------------------------------        
      *
-       * This library is free software; you can redistribute it and/or modify 
it               *
-       * under the terms of the GNU Lesser General Public License as published 
by      *
-       * the Free Software Foundation; either version 2.1 of the License,      
                *
-       * or any later version.                                                 
        *
-       * This library is distributed in the hope that it will be useful, but   
                *
-       * WITHOUT ANY WARRANTY; without even the implied warranty of    *
-       * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  *
-       * See the GNU Lesser General Public License for more details.           
        *
-       * You should have received a copy of the GNU Lesser General Public 
License      *
-       * along with this library; if not, write to the Free Software 
Foundation,               *
-       * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA         
        *
-       
\**************************************************************************/
-
-       /* $Id$ */
-
-       // =====  INTERFACE FUNCTIONS AND/OR  WRAPPER FUNCTIONS =====
+

-       /*!
-       @class mail_msg_wrappers
-       @abstract  Wrapper functions to be called as "public" functions
-       @discussion  Hides the implementation details from the calling process
-       Provides most args to the dcom class from variables which class msg 
processed and set
-       Sometimes returns processed data ready to be used for display or 
information
-       MORE DISCUSSION - Why Wrap Here?
-       Answer: because once the msg class opens a mailsvr_stream, that will be 
the only stream
-       that instance of the class will have, so WHY keep supplying it as an 
arg EVERY time?
-       Also, same for the "msgnum", unless you are looping thru a message 
list, you are
-       most likely concerned with only ONE message, and the variable would be 
the MIME part therein
-       */
+       /**
+       * Wrapper functions to be called as "public" functions
+       *
+       * Hides the implementation details from the calling process     
Provides most
+       * args to the dcom class from variables which class msg processed and 
set
+       * Sometimes returns processed data ready to be used for display or 
information
+       * MORE DISCUSSION - Why Wrap Here? Answer: because once the msg class 
opens a
+       * mailsvr_stream, that will be the only stream that instance of the 
class
+       * will have, so WHY keep supplying it as an arg EVERY time? Also, same 
for
+       * the "msgnum", unless you are looping thru a message list, you are most
+       * likely concerned with only ONE message, and the variable would be the
+       * MIME part therein
+       * @package email
+       */
        class mail_msg_wrappers extends mail_msg_base
        {


====================================================
Index: email/inc/class.mail_filters.inc.php
diff -u email/inc/class.mail_filters.inc.php:1.9 
email/inc/class.mail_filters.inc.php:1.10
--- email/inc/class.mail_filters.inc.php:1.9    Sun Mar 13 23:22:44 2005
+++ email/inc/class.mail_filters.inc.php        Wed May 11 18:52:06 2005
@@ -1,23 +1,23 @@
 <?php
-       
/**************************************************************************\
-       * AngleMail - E-Mail Filters                                            
        *
-       * http://www.anglemail.org                                              
                        *
-       * Written by Angelo (Angles) Puglisi <address@hidden>           *
-       * Copyright (C) 2001, 2002 Angelo Puglisi (Angles)                      
                *
-       * -----------------------------------------------                       
                                *
-       *  This program is free software; you can redistribute it and/or modify 
it              *
-       *  under the terms of the GNU General Public License as published by 
the        *
-       *  Free Software Foundation; either version 2 of the License, or (at 
your               *
-       *  option) any later version.                                           
                *
-       
\**************************************************************************/
+       /**
+       * EMail - Filters
+       *
+       * @author Angelo (Angles) Puglisi <address@hidden>
+       * @copyright Copyright (C) 2001-2002 Angelo Tony Puglisi (Angles)
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package email
+       * @version $Id$
+       * @internal Based on AngleMail http://www.anglemail.org/
+       */

-       /* $Id$ */

-       /*!
-       @class mail_filters
-       @abstract ?
-       @author Angles
-       */
+
+       /**
+       * Filters
+       *
+       * @package email
+       */
        class mail_filters
        {
                var $filters = Array();

====================================================
Index: email/inc/class.mail_send.inc.php
diff -u email/inc/class.mail_send.inc.php:1.13 
email/inc/class.mail_send.inc.php:1.14
--- email/inc/class.mail_send.inc.php:1.13      Sun Mar 13 23:22:44 2005
+++ email/inc/class.mail_send.inc.php   Wed May 11 18:52:06 2005
@@ -1,45 +1,32 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare API - smtp mailer                                        
                *
-       * This file written by Itzchak Rehberg <address@hidden>                 
*
-       * and Joseph Engo <address@hidden>                                      
*
-       * and Angelo "Angles" Puglisi <address@hidden>                  *
+       /**
+       * EMail - smtp mailer
+       *
        * This module should replace php's mail() function. It is fully syntax  
        *
        * compatible. In addition, when an error occures, a detailed error info 
        *
        * is stored in the array $send->err (see ../inc/email/global.inc.php 
for                *
        * details on this variable).                                            
                *
-       * Copyright (C) 2000, 2001 Itzchak Rehberg, and                         
        *
-       * Copyright (C) 2001, 2002 Angelo Puglisi (Angles)                      
                *
-       * 
-------------------------------------------------------------------------       
              *
-       * This library is part of the phpGroupWare API                          
        *
-       * http://www.phpgroupware.org/api                                       
                *
-       * 
------------------------------------------------------------------------        
              *
-       * This library is free software; you can redistribute it and/or modify 
it               *
-       * under the terms of the GNU Lesser General Public License as published 
by      *
-       * the Free Software Foundation; either version 2.1 of the License,      
                *
-       * or any later version.                                                 
        *
-       * This library is distributed in the hope that it will be useful, but   
                *
-       * WITHOUT ANY WARRANTY; without even the implied warranty               
*
-       * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  *
-       * See the GNU Lesser General Public License for more details.           
        *
-       * You should have received a copy of the GNU Lesser General Public 
License      *
-       * along with this library; if not, write to the Free Software 
Foundation,               *
-       * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA         
        *
-       
\**************************************************************************/
-
-       /* $Id$ */
-
-       /*!
-       @class mail_send
-       @abstract sockets based SMTP class, will communicate with an MTA to 
send mail
-       @result returns True on success (mail was sent), returns False on error 
(no mail sent)
-       @discussion class provides for complex SMTP transactions, bypassing 
need for php's
-       builtin mail sending functions. Currently part of the email class 
group, when mature will
-       be moved to standard phpgroupware api.
-       @author (a) Itzchak Rehberg - initial implementation, SMTP 
communication and control flow, excellent work!
-       and (b) Angelo Puglisi (Angles) - convert to multi-dimentional array 
driven architecture, expanded debugging,
-       RFC2822 and 2821 compliance, retain a copy for archiving option, fake 
send debug, handshake retention, other stuff...
+       * @author Angelo (Angles) Puglisi <address@hidden>
+       * @author Itzchak Rehberg <address@hidden>
+       * @author Joseph Engo <address@hidden>
+       * @copyright Copyright (C) 2000-2001 Itzchak Rehberg
+       * @copyright Copyright (C) 2001-2002 Angelo Tony Puglisi (Angles)
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
+       * @package email
+       * @version $Id$
+       * @internal Based on AngleMail http://www.anglemail.org/
        */
+
+
+       /**
+       * Sockets based SMTP class, will communicate with an MTA to send mail
+       *
+       * Provides for complex SMTP transactions, bypassing need for php's 
builtin
+       * mail sending functions. Currently part of the email class group, when 
mature
+       * will be moved to standard phpgroupware api.
+       * @package email
+       */
        class mail_send
        {
                var $err = array();

====================================================
Index: email/inc/class.mail_msg.inc.php
diff -u email/inc/class.mail_msg.inc.php:1.6 
email/inc/class.mail_msg.inc.php:1.7
--- email/inc/class.mail_msg.inc.php:1.6        Sun Mar 13 23:22:44 2005
+++ email/inc/class.mail_msg.inc.php    Wed May 11 18:52:06 2005
@@ -1,32 +1,28 @@
 <?php
-/**************************************************************************\
-* AngleMail    http://www.anglemail.org                                        
                        *
-*/
-/**************************************************************************\
-* AngleMail - E-Mail Message Processing Core Functions                         
        *
-* This file written by Angelo "Angles" Puglisi <address@hidden>        *
-* Copyright (C) 2001-2003 Angelo "Angles" Puglisi                              
                *
-* -------------------------------------------------------------------------    
                                        *
-* This file designed to work as part of a drop in module for phpGroupWare      
        *
-* http://www.phpgroupware.org                                                  
                *
-* ------------------------------------------------------------------------     
                                        *
-* This library is free software; you can redistribute it and/or modify it      
        *
-* under the terms of the GNU Lesser General Public License as published by     
*
-* the Free Software Foundation; either version 2.1 of the License,             
        *
-* or any later version.                                                        
                                *
-* This library is distributed in the hope that it will be useful, but          
        *
-* WITHOUT ANY WARRANTY; without even the implied warranty of           *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.         *
-* See the GNU Lesser General Public License for more details.                  
        *
-* You should have received a copy of the GNU Lesser General Public License     
*
-* along with this library; if not, write to the Free Software Foundation,      
        *
-* Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                
        *
-\**************************************************************************/
-
-  /* $Id$ */
+       /**
+       * EMail - Processing Core Functions
+       *
+       * @author Angelo (Angles) Puglisi <address@hidden>
+       * @copyright Copyright (C) 2001-2003 Angelo Tony Puglisi (Angles)
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
+       * @package email
+       * @version $Id$
+       * @internal Based on AngleMail http://www.anglemail.org/
+       */

+       /**
+        * Include message base
+        */
        
include_once(PHPGW_INCLUDE_ROOT.'/email/inc/class.mail_msg_base.inc.php');
+
+       /**
+        * Include message wrapper
+        */
        
include_once(PHPGW_INCLUDE_ROOT.'/email/inc/class.mail_msg_wrappers.inc.php');
-       
include_once(PHPGW_INCLUDE_ROOT.'/email/inc/class.mail_msg_display.inc.php');

+       /**
+        * Include message display
+        */
+       
include_once(PHPGW_INCLUDE_ROOT.'/email/inc/class.mail_msg_display.inc.php');
 ?>

====================================================
Index: email/inc/class.mail_dcom.inc.php
diff -u email/inc/class.mail_dcom.inc.php:1.12 
email/inc/class.mail_dcom.inc.php:1.13
--- email/inc/class.mail_dcom.inc.php:1.12      Sun Mar 13 23:22:44 2005
+++ email/inc/class.mail_dcom.inc.php   Wed May 11 18:52:06 2005
@@ -1,44 +1,36 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare API - php IMAP SO access object constructor              
        *
-       * This file written by Mark Peters <address@hidden>                     
*
-       * and Angelo Tony Puglisi (Angles) <address@hidden>             *
-       * Handles initializing the appropriate class dcom object                
                *
-       * Copyright (C) 2001 Mark Peters                                        
                *
-       * Copyright (C) 2001, 2002 Angelo "Angles" Puglisi                      
        *
-       * 
-------------------------------------------------------------------------       
              *
-       * This library is part of the phpGroupWare API                          
        *
-       * http://www.phpgroupware.org/api                                       
        *
-       * 
------------------------------------------------------------------------        
              *
-       * This library is free software; you can redistribute it and/or modify 
it               *
-       * under the terms of the GNU Lesser General Public License as published 
by      *
-       * the Free Software Foundation; either version 2.1 of the License,      
        *
-       * or any later version.                                                 
        *
-       * This library is distributed in the hope that it will be useful, but   
        *
-       * WITHOUT ANY WARRANTY; without even the implied warranty of            
*
-       * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  *
-       * See the GNU Lesser General Public License for more details.           
        *
-       * You should have received a copy of the GNU Lesser General Public 
License      *
-       * along with this library; if not, write to the Free Software 
Foundation,       *
-       * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA         
*
-       
\**************************************************************************/
+       /**
+       * EMail - php IMAP SO access object constructor
+       *
+       * Handles initializing the appropriate class dcom object
+       * @author Angelo (Angles) Puglisi <address@hidden>
+       * @author Mark Peters <address@hidden>
+       * @copyright Copyright (C) 2001-2002 Angelo Tony Puglisi (Angles)
+       * @copyright Copyright (C) 2001-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
+       * @package email
+       * @version $Id$
+       * @internal Based on AngleMail http://www.anglemail.org/
+       */
+

        //$debug_dcom = True;
        $debug_dcom = False;


        /*!
-       @class MAIL_DCOM
-       @abstract implements communication with the mail server. (not related 
to anything else called "dcom")
-       @discussion php may or may not have IMAP extension built in. This class 
will AUTO-DETECT that and
+       Implements communication with the mail server. (not related to anything 
else called "dcom")
+
+       PHP may or may not have IMAP extension built in. This class will 
AUTO-DETECT that and
        load either (a) a class which mostly wraps the available builtin 
functions, or (b) a TOTAL REPLACEMENT
        to PHPs builtin imap extension. Currently, the POP3 socket class is 
fully implemented, basically a re-write
        of the UWash c-client, because all the logic contained in an imap 
server had to be emulated locally here,
        since a pop server provides only the most basic information, the rest 
must be deduced.
        NOTE: the imap socket class is NOT COMPLETE!
-       @author Angles and others, each function has an authors list
-       @access private, only mail_msg access this directly
+
+       @access private
        */
+
        /* -----  any constructor params? ---- */
        if (isset($p1)
        && ($p1)
@@ -91,7 +83,12 @@
        }

        //CreateObject('email.mail_dcom_base'.$sock_fname);
+
+       /**
+        * Include dcom base or base_sock
+        */
        
include(PHPGW_INCLUDE_ROOT.'/email/inc/class.mail_dcom_base'.$sock_fname.'.inc.php');
+
        if ($debug_dcom) { echo 'including 
:'.PHPGW_INCLUDE_ROOT.'/email/inc/class.mail_dcom_base'.$sock_fname.'.inc.php<br
 />'; }

        if (($mail_server_type == 'imap')

====================================================
Index: email/inc/class.mail_smtp.inc.php
diff -u email/inc/class.mail_smtp.inc.php:1.1 
email/inc/class.mail_smtp.inc.php:1.2
--- email/inc/class.mail_smtp.inc.php:1.1       Sun May  1 03:51:55 2005
+++ email/inc/class.mail_smtp.inc.php   Wed May 11 18:52:06 2005
@@ -1,7 +1,8 @@
 <?php
        /**
-       * phpGroupWare - phpmailer wrapper script
-       * @author Dave Hall - skwashd at phpgroupware.org
+       * EMail - phpmailer wrapper script
+       *
+       * @author Dave Hall <address@hidden>
        * @copyright Copyright (C) 2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package email
@@ -9,7 +10,8 @@
        */

        /**
-       address@hidden phpmailer
+       * Include phpmailer
+       * @see phpmailer
        */
        include_once(PHPGW_APP_INC . '/phpmailer/class.phpmailer.php');

@@ -17,12 +19,13 @@
        * class smtp
        *
        * bo class for assembling messages for sending via class send
-       * @internal server side attachment storage technique borrowed from 
Squirrelmail
+       * @package email
+       * @internal Server side attachment storage technique borrowed from 
Squirrelmail
        */
        class mail_smtp extends PHPMailer
        {
                /**
-               * @constructor
+               * Constructor
                */
                function mail_smtp()
                {

====================================================
Index: email/inc/class.mail_dcom_imap_sock.inc.php
diff -u email/inc/class.mail_dcom_imap_sock.inc.php:1.17 
email/inc/class.mail_dcom_imap_sock.inc.php:1.18
--- email/inc/class.mail_dcom_imap_sock.inc.php:1.17    Sun Mar 13 23:22:44 2005
+++ email/inc/class.mail_dcom_imap_sock.inc.php Wed May 11 18:52:06 2005
@@ -1,47 +1,38 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare API - IMAP                                               
   *
-       * This file written by Mark Peters <address@hidden>              *
-       * and Angelo "Angles" Puglisi <address@hidden>          *
-       * Handles specific operations in dealing with IMAP via Sockets          
               *
-       * Copyright (C) 2001 Mark Peters                                        
   *
-       * Copyright (C) 2001, 2002 Anglo "Angles" Puglisi *
-       * 
-------------------------------------------------------------------------*
-       * This library is part of the phpGroupWare API                          
   *
-       * http://www.phpgroupware.org/api                                       
   *
-       * 
------------------------------------------------------------------------ *
-       * This library is free software; you can redistribute it and/or modify 
it  *
-       * under the terms of the GNU Lesser General Public License as published 
by *
-       * the Free Software Foundation; either version 2.1 of the License,      
   *
-       * or any later version.                                                 
   *
-       * This library is distributed in the hope that it will be useful, but   
   *
-       * WITHOUT ANY WARRANTY; without even the implied warranty of            
   *
-       * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                  
   *
-       * See the GNU Lesser General Public License for more details.           
   *
-       * You should have received a copy of the GNU Lesser General Public 
License *
-       * along with this library; if not, write to the Free Software 
Foundation,  *
-       * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA         
   *
-       
\**************************************************************************/
-
-       /*!
-       @class mail_dcom extends mail_dcom_base FOR SOCKETS
-       @abstract implements IMAP module FOR SOCKETS, replaces php IMAP 
extension
-       @author Angles, Mark Peters (skeeter)
-       @discussion In around summer 2001, Mark Peeters "skeeter" emailed me 
"Angles" some
-       files which were the skeleton of a sockets replacement for the php IMAP 
extensions. I
-       believe skeeter wrote the base "network" class in the phpgwapi, and 
these files extended
-       that class, an excellent approach. Skeeter covered the low level 
network functionality
-       and also had some higher level sockets functionality that appeared to 
be for NNTP.
-       To the extent any function in this class uses any of skeeters code, 
even when that code
-       may be just one line, skeeter is listed as an author for that function.
+       /**
+       * EMail - Handles specific operations in dealing with IMAP via Sockets
+       *
+       * @author Angelo (Angles) Puglisi <address@hidden>
+       * @author Mark Peters <address@hidden>
+       * @copyright Copyright (C) 2001-2002 Angelo Tony Puglisi (Angles)
+       * @copyright Copyright (C) 2001-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
+       * @package email
+       * @version $Id$
+       * @internal Based on AngleMail http://www.anglemail.org/
        */
+
+
+       /**
+       * IMAP module FOR SOCKETS, replaces php IMAP extension
+       *
+       * In around summer 2001, Mark Peeters "skeeter" emailed me "Angles" some
+       * files which were the skeleton of a sockets replacement for the php 
IMAP
+       * extensions. I believe skeeter wrote the base "network" class in the 
phpgwapi,
+       * and these files extended that class, an excellent approach. Skeeter 
covered
+       * the low level network functionality and also had some higher level 
sockets
+       * functionality that appeared to be for NNTP. To the extent any 
function in
+       * this class uses any of skeeters code, even when that code may be just 
one
+       * line, skeeter is listed as an author for that function.
+       * @package email
+       */
        class mail_dcom extends mail_dcom_base
        {

                /**
                * This stops users from using email if they do not have 
php-imap enabled
                *
-               address@hidden skwashd
+               * @author Dave Hall
                */
                function mail_dcom()
                {
@@ -1388,5 +1379,4 @@
                }

        }
-
 ?>

====================================================
Index: email/inc/class.mail_dcom_nntp_sock.inc.php
diff -u email/inc/class.mail_dcom_nntp_sock.inc.php:1.7 
email/inc/class.mail_dcom_nntp_sock.inc.php:1.8
--- email/inc/class.mail_dcom_nntp_sock.inc.php:1.7     Thu May  5 17:48:10 2005
+++ email/inc/class.mail_dcom_nntp_sock.inc.php Wed May 11 18:52:06 2005
@@ -1,26 +1,20 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare API - NNTP                                                  *
-  * This file written by Mark Peters <address@hidden>              *
-  * Handles specific operations in dealing with NNTP                         *
-  * Copyright (C) 2001 Mark Peters                                           *
-  * -------------------------------------------------------------------------*
-  * This library is part of the phpGroupWare API                             *
-  * http://www.phpgroupware.org/api                                          *
-  * ------------------------------------------------------------------------ *
-  * This library is free software; you can redistribute it and/or modify it  *
-  * under the terms of the GNU Lesser General Public License as published by *
-  * the Free Software Foundation; either version 2.1 of the License,         *
-  * or any later version.                                                    *
-  * This library is distributed in the hope that it will be useful, but      *
-  * WITHOUT ANY WARRANTY; without even the implied warranty of               *
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                     *
-  * See the GNU Lesser General Public License for more details.              *
-  * You should have received a copy of the GNU Lesser General Public License *
-  * along with this library; if not, write to the Free Software Foundation,  *
-  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA            *
-  \**************************************************************************/
-
+       /**
+       * EMail - Handles specific operations in dealing with NNTP
+       *
+       * @author Mark Peters <address@hidden>
+       * @copyright Copyright (C) 2001-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
+       * @package email
+       * @version $Id$
+       */
+
+
+       /**
+       * Handles specific operations in dealing with NNTP
+       *
+       * @package email
+       */
   class mail_dcom extends mail_dcom_base
   {
        var $db;

====================================================
Index: email/inc/class.mail_dcom_pop3.inc.php
diff -u email/inc/class.mail_dcom_pop3.inc.php:1.13 
email/inc/class.mail_dcom_pop3.inc.php:1.14
--- email/inc/class.mail_dcom_pop3.inc.php:1.13 Sun Mar 13 23:22:44 2005
+++ email/inc/class.mail_dcom_pop3.inc.php      Wed May 11 18:52:06 2005
@@ -1,24 +1,20 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare Email - POP3 Mail Wrapper for Imap Enabled PHP                
                  *
-  * http://www.phpgroupware.org/                                          *    
                           *
-  * -------------------------------------------------------------------------*
-  * This library is part of phpGroupWare (http://www.phpgroupware.org)       *
-  * This library is free software; you can redistribute it and/or modify it  *
-  * under the terms of the GNU Lesser General Public License as published by *
-  * the Free Software Foundation; either version 2.1 of the License,         *
-  * or any later version.                                                    *
-  * This library is distributed in the hope that it will be useful, but      *
-  * WITHOUT ANY WARRANTY; without even the implied warranty of               *
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                     *
-  * See the GNU Lesser General Public License for more details.              *
-  * You should have received a copy of the GNU Lesser General Public License *
-  * along with this library; if not, write to the Free Software Foundation,  *
-  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA            *
-  \**************************************************************************/
+       /**
+       * EMail - POP3 Mail Wrapper for Imap Enabled PHP
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
+       * @package email
+       * @version $Id$
+       */

-  /* $Id$ */

+
+       /**
+       * POP3 Mail Wrapper for Imap Enabled PHP
+       *
+       * @package email
+       */
        class mail_dcom extends mail_dcom_base
        {
                function append($stream, $folder = 'Sent', $header, $body, 
$flags=0)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]