[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squirrelmail-cvs
Subject:    [SM-CVS] SF.net SVN: squirrelmail: [13033]
From:       pdontthink () users ! sourceforge ! net
Date:       2008-03-14 7:49:13
Message-ID: E1Ja4fB-0001BS-9S () sc8-pr-svn2 ! sourceforge ! net
[Download RAW message or body]

Revision: 13033
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13033&view=rev
Author:   pdontthink
Date:     2008-03-14 00:49:13 -0700 (Fri, 14 Mar 2008)

Log Message:
-----------
Remove use of  in function copied from STABLE; change 'FIX ME' to 'FIXME'

Modified Paths:
--------------
    trunk/squirrelmail/functions/imap_messages.php

Modified: trunk/squirrelmail/functions/imap_messages.php
===================================================================
--- trunk/squirrelmail/functions/imap_messages.php	2008-03-12 19:10:38 UTC (rev \
                13032)
+++ trunk/squirrelmail/functions/imap_messages.php	2008-03-14 07:49:13 UTC (rev \
13033) @@ -66,7 +66,7 @@
  * @since 1.4.0
  */
 function sqimap_msgs_list_delete($imap_stream, $mailbox, $id, $bypass_trash=false) {
-    // FIX ME, remove globals by introducing an associative array with properties
+    // FIXME, remove globals by introducing an associative array with properties
     // as 4th argument as replacement for the bypass_trash var
     global $move_to_trash, $trash_folder;
     if (($move_to_trash == true) && ($bypass_trash != true) &&
@@ -165,7 +165,7 @@
             $sSortField = 'REVERSE '.$sSortField;
         }
         $query = "SORT ($sSortField) ".strtoupper($default_charset)." $search";
-        // FIX ME sqimap_run_command should return the parsed data accessible by \
$aDATA['SORT'] +        // FIXME sqimap_run_command should return the parsed data \
                accessible by $aDATA['SORT']
         // use sqimap_run_command_list in case of unsollicited responses. If we \
                don't we could loose the SORT response
         $aData = sqimap_run_command_list ($imap_stream, $query, false, $response, \
$message, TRUE);  /* fallback to default charset */
@@ -954,11 +954,10 @@
  *
  */
 function parse_message_entities(&$msg, $id, $imap_stream) {
-    global $uid_support;
     if (!empty($msg->entities)) foreach ($msg->entities as $i => $entity) {
         if (is_object($entity) && get_class($entity) == 'Message') {
             if (!empty($entity->rfc822_header)) {
-                $read = sqimap_run_command($imap_stream, "FETCH $id BODY[". \
$entity->entity_id .".HEADER]", true, $response, $message, $uid_support); +           \
$read = sqimap_run_command($imap_stream, "FETCH $id BODY[". $entity->entity_id \
.".HEADER]", true, $response, $message, TRUE);  $rfc822_header = new Rfc822Header();
                 $rfc822_header->parseHeader($read);
                 $msg->entities[$i]->rfc822_header = $rfc822_header;


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
-----
squirrelmail-cvs mailing list
List address: squirrelmail-cvs@lists.sourceforge.net
List info (subscribe/unsubscribe/change options): \
                https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
Repository: http://squirrelmail.org/svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic