forked from extern/egroupware
filtering for valid messages with the reponse of the IMAP Servers
This commit is contained in:
parent
cac46f75b0
commit
67bfda1e3b
@ -422,6 +422,7 @@ class Net_IMAP extends Net_IMAPProtocol {
|
||||
|
||||
if(isset( $ret["PARSED"] ) ){
|
||||
for($i=0; $i<count($ret["PARSED"]) ; $i++){
|
||||
if ($ret["PARSED"][$i]['COMMAND'] != 'FETCH') continue;
|
||||
$a=$ret["PARSED"][$i]['EXT']['ENVELOPE'];
|
||||
$a['MSG_NUM']=$ret["PARSED"][$i]['NRO'];
|
||||
$a['UID']=$ret["PARSED"][$i]['EXT']['UID'];
|
||||
|
Loading…
Reference in New Issue
Block a user