...
|
...
|
@@ -676,8 +676,6 @@ class Imap { |
|
|
* @time 2022/11/23 17:01
|
|
|
*/
|
|
|
public function fetchBody($data,$saveFilePath=__DIR__,$is_uid = false){
|
|
|
// todo::动态设置内存,有超大附件
|
|
|
ini_set('memory_limit',-1);
|
|
|
|
|
|
// 取得body
|
|
|
$result = $this->fetch($data,'body',$is_uid);
|
...
|
...
|
|