作者 邓超

x

... ... @@ -63,6 +63,7 @@ class AutoMail {
2 Automatisch
2 Unzustellbar
2 Notification
2 Invitation
2 expired';
$filter = explode("\n",$filter);
foreach ($filter as $f) {
... ...
... ... @@ -116,7 +116,7 @@ class HotMail {
$data = @json_decode($data,1);
if($data && isset($data['data']) && is_array($data['data'])){
if(!empty($data['back'])){
$this->back = [];
$this->back = $data['back']??[];
}
return $data['data'];
}
... ...
... ... @@ -173,6 +173,7 @@ class syncMail {
2 Automatisch
2 Unzustellbar
2 Notification
2 Invitation
2 expired';
$filter = explode("\n",$filter);
... ...