e2email-org / e2email

E2EMail is a simple Chrome application - a Gmail client that exchanges OpenPGP mail.
Apache License 2.0
806 stars 62 forks source link

Maximum attachment size support - for one and all files #24

Open KamilaHasanbega opened 8 years ago

KamilaHasanbega commented 8 years ago

The attached file(s) max size limit needs to be set at 25Mb (right now there is no size limit).

KamilaHasanbega commented 8 years ago

I made this work by stopping the attachments from being added, if filezise + array size of pervious attachments exceeds 25Mb, but now I have a few issues UI related:

KamilaHasanbega commented 8 years ago

Fixed at #33