alecpl
2009-01-07 46b48e6d349d48e6e211858a82589223b1364518
program/lib/imap.inc
@@ -543,7 +543,7 @@
   }
   if (empty($auth_method))
          $auth_method = 'plain';
          $auth_method = 'check';
      
   $message = "INITIAL: $auth_method\n";
      
@@ -1743,7 +1743,7 @@
               //get timezone
               $time_str      = substr($time_str, 0, -1);
               $time_zone_str = substr($time_str, -5); // extract timezone
               $time_str      = substr($time_str, 1, -6); // remove quotes
               $time_str      = substr($time_str, 0, -5); // remove timezone
               $time_zone     = (float)substr($time_zone_str, 1, 2); // get first two digits
         
               if ($time_zone_str[3] != '0') {
@@ -1756,7 +1756,7 @@
               //calculate timestamp
                                        $timestamp     = strtotime($time_str); //return's server's time
               $timestamp    -= $time_zone * 3600; //compensate for tz, get GMT
               $result[$id]->internaldate = $time_str;
               $result[$id]->timestamp = $timestamp;
               $result[$id]->date = $time_str;