mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 22:39:00 +01:00
catching pear error on cmdStatus
This commit is contained in:
parent
298d681e2e
commit
12aa9dbe6d
@ -1146,7 +1146,7 @@ class Net_IMAPProtocol {
|
|||||||
|
|
||||||
$ret = $this->_genericCommand('STATUS', $mailbox_name.' ('.$request.')');
|
$ret = $this->_genericCommand('STATUS', $mailbox_name.' ('.$request.')');
|
||||||
|
|
||||||
if (isset($ret['PARSED'])) {
|
if (!PEAR::isError($ret) && isset($ret['PARSED'])) {
|
||||||
foreach ($ret['PARSED'] as &$parsed)
|
foreach ($ret['PARSED'] as &$parsed)
|
||||||
{
|
{
|
||||||
if (!empty($parsed['EXT']))
|
if (!empty($parsed['EXT']))
|
||||||
|
Loading…
Reference in New Issue
Block a user