mirror of https://github.com/M66B/FairEmail.git
Added comment
This commit is contained in:
parent
f6b7332073
commit
4ce5315f08
|
@ -2329,6 +2329,9 @@ public class MessageHelper {
|
|||
|
||||
Log.i("DKIM got " + records[0].response);
|
||||
Map<String, String> dk = getKeyValues(records[0].response);
|
||||
// DKIM version and key type are not always present
|
||||
// v=DKIM1; k=rsa; p=...
|
||||
// v=DKIM1; k=ed25519; p=...
|
||||
|
||||
String canonic = kv.get("c");
|
||||
Log.i("DKIM canonicalization=" + canonic);
|
||||
|
|
Loading…
Reference in New Issue