mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Comments
This commit is contained in:
@@ -1997,7 +1997,7 @@ public class MessageHelper {
|
||||
|
||||
try {
|
||||
// Workaround reformatted headers (Content-Type)
|
||||
// This will do a BODY.PEEK[]
|
||||
// This will do a BODY.PEEK[] to fetch the headers and message body
|
||||
Properties props = MessageHelper.getSessionProperties(true);
|
||||
Session isession = Session.getInstance(props, null);
|
||||
MimeMessage amessage = new MimeMessage(isession, ((ReadableMime) imessage).getMimeStream());
|
||||
@@ -2020,6 +2020,7 @@ public class MessageHelper {
|
||||
halgo = "SHA-256";
|
||||
salgo = "SHA256withRSA";
|
||||
} else {
|
||||
// TODO: Ed25519
|
||||
Log.i("DKIM a=" + a);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user