Searched refs:ensure_stream_and_folder (Results 1 – 2 of 2) sorted by relevance
/dports/www/phpgroupware/phpgroupware-0.9.16.017/email/inc/ |
H A D | class.mail_msg_wrappers.inc.php | 256 $this->ensure_stream_and_folder($msgball, 'phpgw_header'.' LINE '.__LINE__); 427 $this->ensure_stream_and_folder($msgball, 'phpgw_fetchheader'.' LINE '.__LINE__); 459 $this->ensure_stream_and_folder($fldball, 'all_headers_in_folder'); 479 $this->ensure_stream_and_folder($msgball , 'phpgw_get_flag'.' LINE '.__LINE__); 506 $this->ensure_stream_and_folder($msgball, 'phpgw_body'.' LINE '.__LINE__); 546 $this->ensure_stream_and_folder($msgball, 'phpgw_fetchbody'.' LINE '.__LINE__); 817 $this->ensure_stream_and_folder($fldball, 'get_folder_size'.' LINE '.__LINE__); 1232 $this->ensure_stream_and_folder($fake_fldball, 'phpgw_search LINE '.__LINE__); 1519 $this->ensure_stream_and_folder($fake_fldball, 'phpgw_listmailbox'); 2273 $this->ensure_stream_and_folder($mov_msgball, 'single_interacct_mail_move'); [all …]
|
H A D | class.mail_msg_base.inc.php | 1785 function ensure_stream_and_folder($fldball='', $called_from='') function in mail_msg_base 2358 …$did_recover = $this->ensure_stream_and_folder($fldball, 'from mail_msg_base: loginerr_tryagain_bu…
|