Ignore:
Timestamp:
Apr 24, 2011 8:41:48 AM (2 years ago)
Author:
alec
Message:
  • Fix ID command response handling
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_imap_generic.php

    r4634 r4689  
    12161216        if ($code == self::ERROR_OK && preg_match('/\* ID /i', $response)) { 
    12171217            $response = substr($response, 5); // remove prefix "* ID " 
    1218             $items    = $this->tokenizeResponse($response); 
     1218            $items    = $this->tokenizeResponse($response, 1); 
    12191219            $result   = null; 
    12201220 
Note: See TracChangeset for help on using the changeset viewer.