mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Remove empty message check
This commit is contained in:
@@ -747,8 +747,8 @@ public class MessageHelper {
|
||||
|
||||
Long getSize() throws MessagingException {
|
||||
long size = imessage.getSize();
|
||||
if (size == 0)
|
||||
throw new MessagingException("Message empty");
|
||||
//if (size == 0)
|
||||
// throw new MessagingException("Message empty");
|
||||
return (size < 0 ? null : size);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user