pull/208/head
M66B 2 years ago
parent f4edc8bb1f
commit 3adde38a53

@ -1992,7 +1992,7 @@ class Core {
boolean plain_text = jargs.optBoolean(0);
String charset = jargs.optString(1, null);
if (message.uid != null)
if (message.uid == null)
throw new IllegalArgumentException("uid missing");
// Download message body

Loading…
Cancel
Save