This commit is contained in:
M66B 2020-01-26 10:45:59 +01:00
parent 36c6d7ef0c
commit e443b3d6ea
1 changed files with 0 additions and 2 deletions

View File

@ -983,8 +983,6 @@ public class MessageHelper {
Long getSize() throws MessagingException {
long size = imessage.getSize();
//if (size == 0)
// throw new MessagingException("Message empty");
return (size < 0 ? null : size);
}