pull/172/head
M66B 5 years ago
parent 36c6d7ef0c
commit e443b3d6ea

@ -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);
}

Loading…
Cancel
Save