mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 10:01:22 +01:00
Warn about account problems
This commit is contained in:
@@ -62,6 +62,7 @@ public class EntityAccount {
|
||||
public Long created;
|
||||
public String state;
|
||||
public String error;
|
||||
public Long last_connected;
|
||||
|
||||
public JSONObject toJSON() throws JSONException {
|
||||
JSONObject json = new JSONObject();
|
||||
@@ -81,6 +82,7 @@ public class EntityAccount {
|
||||
// not created
|
||||
// not state
|
||||
// not error
|
||||
// not last connected
|
||||
return json;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user