[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/inc class.msg_pop3_sock.inc.php,1.1,1.2
From: |
Miles Lott <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/inc class.msg_pop3_sock.inc.php,1.1,1.2 class.msg_pop3.inc.php,1.1,1.2 |
Date: |
Sun, 26 May 2002 16:32:56 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv4457
Modified Files:
class.msg_pop3_sock.inc.php class.msg_pop3.inc.php
Log Message:
formatting
Index: class.msg_pop3_sock.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.msg_pop3_sock.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.msg_pop3_sock.inc.php 6 May 2002 09:05:44 -0000 1.1
--- class.msg_pop3_sock.inc.php 26 May 2002 20:32:54 -0000 1.2
***************
*** 3,8 ****
* phpGroupWare API - POP3 *
* This file written by Mark Peters <address@hidden> *
! * Handles specific operations in dealing with POP3 *
! * Copyright (C) 2001 Mark Peters and Angelo "Angles" Puglisi
*
* -------------------------------------------------------------------------*
* This library is part of the phpGroupWare API *
--- 3,8 ----
* phpGroupWare API - POP3 *
* This file written by Mark Peters <address@hidden> *
! * Handles specific operations in dealing with POP3 *
[...1058 lines suppressed...]
@function get_body
--- 2029,2033 ----
return $body_blob;
}
!
/*!
@function get_body
***************
*** 2045,2049 ****
// NEEDED: code for flags: FT_UID; maybe FT_INTERNAL;
FT_NOT; flag FT_PEEK has no effect on POP3
if ($this->debug >= 1) { echo 'pop3: Entering
get_body<br>'; }
!
// do we have a cached body_array ?
if ((count($this->body_array) > 0)
--- 2047,2051 ----
// NEEDED: code for flags: FT_UID; maybe FT_INTERNAL;
FT_NOT; flag FT_PEEK has no effect on POP3
if ($this->debug >= 1) { echo 'pop3: Entering
get_body<br>'; }
!
// do we have a cached body_array ?
if ((count($this->body_array) > 0)
Index: class.msg_pop3.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.msg_pop3.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.msg_pop3.inc.php 6 May 2002 09:05:44 -0000 1.1
--- class.msg_pop3.inc.php 26 May 2002 20:32:54 -0000 1.2
***************
*** 1,6 ****
<?php
/**************************************************************************\
! * phpGroupWare Email - POP3 Mail Wrapper for Imap Enabled PHP
*
! * http://www.phpgroupware.org/ *
*
* -------------------------------------------------------------------------*
* This library is part of phpGroupWare (http://www.phpgroupware.org) *
--- 1,6 ----
<?php
/**************************************************************************\
! * phpGroupWare Email - POP3 Mail Wrapper for Imap Enabled PHP *
! * http://www.phpgroupware.org/ *
* -------------------------------------------------------------------------*
* This library is part of phpGroupWare (http://www.phpgroupware.org) *
***************
*** 215,219 ****
return imap_search($stream,$criteria,$flags);
}
!
//function
sort($stream,$criteria,$reverse='',$options='',$msg_info='')
function sort($stream,$criteria,$reverse='',$flags=0)
--- 215,219 ----
return imap_search($stream,$criteria,$flags);
}
!
//function
sort($stream,$criteria,$reverse='',$options='',$msg_info='')
function sort($stream,$criteria,$reverse='',$flags=0)
***************
*** 249,252 ****
return $folder_str;
}
-
} // end of class msg
--- 249,251 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc class.msg_pop3_sock.inc.php,1.1,1.2 class.msg_pop3.inc.php,1.1,1.2,
Miles Lott <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.msg_nntp.inc.php,1.1,1.2 class.msg_nntp_sock.inc.php,1.1,1.2
- Next by Date:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_ldap.inc.php,1.108,1.109 class.accounts_shared.inc.php,1.48,1.49 class.accounts_sql.inc.php,1.87,1.88
- Previous by thread:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.msg_nntp.inc.php,1.1,1.2 class.msg_nntp_sock.inc.php,1.1,1.2
- Next by thread:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.accounts_ldap.inc.php,1.108,1.109 class.accounts_shared.inc.php,1.48,1.49 class.accounts_sql.inc.php,1.87,1.88
- Index(es):