mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Decode priority
This commit is contained in:
@@ -690,6 +690,8 @@ public class MessageHelper {
|
||||
header = imessage.getHeader("X-MSMail-Priority", null);
|
||||
|
||||
if (header != null) {
|
||||
header = decodeMime(header);
|
||||
|
||||
int sp = header.indexOf(" ");
|
||||
if (sp >= 0)
|
||||
header = header.substring(0, sp); // "2 (High)"
|
||||
|
||||
Reference in New Issue
Block a user