pull/148/head
M66B 6 years ago
parent e35c61e018
commit a5a727b900

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

Loading…
Cancel
Save