正在显示
3 个修改的文件
包含
3 行增加
和
1 行删除
@@ -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 |
-
请 注册 或 登录 后发表评论