mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 10:33:41 +02:00
Improved DKIM length error
This commit is contained in:
@@ -2639,7 +2639,7 @@ public class MessageHelper {
|
||||
|
||||
String length = kv.get("l");
|
||||
if (!TextUtils.isEmpty(length))
|
||||
throw new IllegalArgumentException("Length l=" + length);
|
||||
throw new IllegalArgumentException("Length l=" + length + " body=" + body.length());
|
||||
|
||||
Log.i("DKIM body=" + body.replace("\r\n", "|"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user