1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 08:29:24 +00:00
This commit is contained in:
M66B 2019-02-17 13:48:23 +00:00
parent e35c61e018
commit a5a727b900

View file

@ -38,7 +38,8 @@ public class MimeMessageEx extends MimeMessage {
this.msgid = msgid;
}
public String getMsgid() throws MessagingException {
@Override
public String getMessageID() throws MessagingException {
if (this.msgid == null)
return super.getMessageID();
else