phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.msg_imap.inc.php,1.1,1.2


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.msg_imap.inc.php,1.1,1.2
Date: Sun, 26 May 2002 16:14:04 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv30811

Modified Files:
        class.msg_imap.inc.php 
Log Message:
format, fix banner

Index: class.msg_imap.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.msg_imap.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.msg_imap.inc.php      6 May 2002 09:05:44 -0000       1.1
--- class.msg_imap.inc.php      26 May 2002 20:14:02 -0000      1.2
***************
*** 1,23 ****
  <?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     *
    \**************************************************************************/
  
--- 1,23 ----
  <?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            *
    \**************************************************************************/
  
***************
*** 244,248 ****
                        return imap_search($stream,$criteria,$flags);
                }
!               
                function sort($stream,$criteria,$reverse='',$flags=0)
                {
--- 244,248 ----
                        return imap_search($stream,$criteria,$flags);
                }
! 
                function sort($stream,$criteria,$reverse='',$flags=0)
                {
***************
*** 324,328 ****
                                        $fieldFound = false;
                                }
!               
                                if ($fieldFound && $fieldCount == $field_no)
                                {
--- 324,328 ----
                                        $fieldFound = false;
                                }
! 
                                if ($fieldFound && $fieldCount == $field_no)
                                {




reply via email to

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