mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
added (commented out) code to enable IMAP log for a single user
This commit is contained in:
parent
0f83206907
commit
1c80a22413
@ -185,6 +185,9 @@ class Imap extends Horde_Imap_Client_Socket implements Imap\Iface
|
||||
)),
|
||||
);
|
||||
}
|
||||
// uncomment to enable imap log for a single user
|
||||
//if ($GLOBALS['egw_info']['user']['account_lid'] === 'username') $parent_params['debug'] = '/var/lib/egroupware/'.$_SERVER['HTTP_HOST'].'/imap.log';
|
||||
|
||||
// switch to allow to disable some capabilites known to be troublesome
|
||||
switch (strtolower(trim($this->params['acc_imap_host'])))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user