Decode priority

This commit is contained in:
M66B
2020-01-07 09:22:12 +01:00
parent bc10fc067f
commit 066565977b

View File

@@ -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)"