...
|
...
|
@@ -91,6 +91,7 @@ class MailListV2Es2 extends Base { |
|
|
$where['is_hots'] = 1;
|
|
|
$where['folder_as_int'] = folder2int('发件箱');
|
|
|
} elseif ($folder=='自动回复收件箱'){
|
|
|
$where['is_hots'] = 0;
|
|
|
$where['is_auto'] = 1;
|
|
|
$where['folder_as_int'] = folder2int('收件箱');
|
|
|
}elseif ($folder=='草稿箱' || $folder=='垃圾箱'){
|
...
|
...
|
|