mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Added send partial
This commit is contained in:
@@ -332,6 +332,10 @@ public class EmailService implements AutoCloseable {
|
||||
properties.put("mail." + protocol + ".ignorebodystructuresize", Boolean.toString(enabled));
|
||||
}
|
||||
|
||||
void setSendPartial(boolean enabled) {
|
||||
properties.put("mail." + protocol + ".sendpartial", Boolean.toString(enabled));
|
||||
}
|
||||
|
||||
void setUseIp(boolean enabled, String host) {
|
||||
this.useip = enabled;
|
||||
this.ehlo = host;
|
||||
|
||||
Reference in New Issue
Block a user