作者 邓超

x

@@ -63,6 +63,7 @@ class AutoMail { @@ -63,6 +63,7 @@ class AutoMail {
63 2 Automatisch 63 2 Automatisch
64 2 Unzustellbar 64 2 Unzustellbar
65 2 Notification 65 2 Notification
  66 +2 Invitation
66 2 expired'; 67 2 expired';
67 $filter = explode("\n",$filter); 68 $filter = explode("\n",$filter);
68 foreach ($filter as $f) { 69 foreach ($filter as $f) {
@@ -116,7 +116,7 @@ class HotMail { @@ -116,7 +116,7 @@ class HotMail {
116 $data = @json_decode($data,1); 116 $data = @json_decode($data,1);
117 if($data && isset($data['data']) && is_array($data['data'])){ 117 if($data && isset($data['data']) && is_array($data['data'])){
118 if(!empty($data['back'])){ 118 if(!empty($data['back'])){
119 - $this->back = []; 119 + $this->back = $data['back']??[];
120 } 120 }
121 return $data['data']; 121 return $data['data'];
122 } 122 }
@@ -173,6 +173,7 @@ class syncMail { @@ -173,6 +173,7 @@ class syncMail {
173 2 Automatisch 173 2 Automatisch
174 2 Unzustellbar 174 2 Unzustellbar
175 2 Notification 175 2 Notification
  176 +2 Invitation
176 2 expired'; 177 2 expired';
177 $filter = explode("\n",$filter); 178 $filter = explode("\n",$filter);
178 179