mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Prepare daily Outlook contacts download
This commit is contained in:
@@ -2289,6 +2289,8 @@ public class Log {
|
||||
value = "[redacted]";
|
||||
else if (key != null && key.startsWith("oauth."))
|
||||
value = "[redacted]";
|
||||
else if (key != null && key.startsWith("graph.contacts."))
|
||||
value = "[redacted]";
|
||||
size += write(os, key + "=" + value + "\r\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user