Added check

pull/168/head
M66B 5 years ago
parent f21f605ecf
commit 04e0f0fc0e

@ -1144,6 +1144,9 @@ class Core {
if (message.uid != null)
return;
if (message.msgid == null)
throw new IllegalArgumentException("exists without msgid");
if (EntityFolder.SENT.equals(folder.type)) {
long ago = new Date().getTime() - op.created;
long delay = AFTER_SEND_DELAY - ago;

Loading…
Cancel
Save