mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-14 13:03:13 +02:00
Added check body/uid
This commit is contained in:
@@ -1992,6 +1992,9 @@ class Core {
|
||||
boolean plain_text = jargs.optBoolean(0);
|
||||
String charset = jargs.optString(1, null);
|
||||
|
||||
if (message.uid != null)
|
||||
throw new IllegalArgumentException("uid missing");
|
||||
|
||||
// Download message body
|
||||
DB db = DB.getInstance(context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user