Mercurial > hg > rc2
comparison program/lib/Roundcube/rcube_result_index.php @ 5:3a5f959af5ae
debugging aids, all commented out
author | Charlie Root |
---|---|
date | Thu, 30 Aug 2018 16:15:17 -0400 |
parents | 4681f974d28b |
children |
comparison
equal
deleted
inserted
replaced
4:1ab920879b88 | 5:3a5f959af5ae |
---|---|
53 * @param string $data IMAP response string | 53 * @param string $data IMAP response string |
54 */ | 54 */ |
55 public function init($data = null) | 55 public function init($data = null) |
56 { | 56 { |
57 $this->meta = array(); | 57 $this->meta = array(); |
58 | 58 #rcube::write_log('mail',"rri: ".print_r($data,true)); |
59 $data = explode('*', (string)$data); | 59 $data = explode('*', (string)$data); |
60 | 60 |
61 // ...skip unilateral untagged server responses | 61 // ...skip unilateral untagged server responses |
62 for ($i=0, $len=count($data); $i<$len; $i++) { | 62 for ($i=0, $len=count($data); $i<$len; $i++) { |
63 $data_item = &$data[$i]; | 63 $data_item = &$data[$i]; |