mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Check append limit
This commit is contained in:
@@ -635,6 +635,8 @@ public class EmailService implements AutoCloseable {
|
||||
}
|
||||
|
||||
Long getMaxSize() throws MessagingException {
|
||||
// https://support.google.com/mail/answer/6584#limit
|
||||
|
||||
String size;
|
||||
if (iservice instanceof SMTPTransport) {
|
||||
// https://tools.ietf.org/html/rfc1870
|
||||
|
||||
Reference in New Issue
Block a user