mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Cleanup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user