Revert "Revert "Export/import passwords""

This reverts commit 4e04df2c85.

Conflicts:
	app/src/main/java/eu/faircode/email/EntityIdentity.java
	app/src/main/res/values/strings.xml
This commit is contained in:
M66B
2018-11-14 20:00:38 +01:00
parent b11fa12466
commit b3da7650b0
3 changed files with 4 additions and 4 deletions

View File

@@ -89,13 +89,13 @@ public class EntityIdentity {
json.put("insecure", insecure);
json.put("port", port);
json.put("user", user);
json.put("password", "");
json.put("password", password);
json.put("auth_type", auth_type);
json.put("primary", primary);
if (color != null)
json.put("color", color);
json.put("signature", signature);
json.put("synchronize", false);
json.put("synchronize", synchronize);
json.put("store_sent", store_sent);
if (sent_folder != null)
json.put("sent_folder", sent_folder);