mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-15 08:29:24 +00:00
Fix
This commit is contained in:
parent
e35c61e018
commit
a5a727b900
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue