mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added raw fetch option
This commit is contained in:
@@ -306,6 +306,10 @@ public class EmailService implements AutoCloseable {
|
||||
properties.put("mail." + protocol + ".partialfetch", Boolean.toString(enabled));
|
||||
}
|
||||
|
||||
void setRawFetch(boolean enabled) {
|
||||
properties.put("fairemail.rawfetch", Boolean.toString(enabled));
|
||||
}
|
||||
|
||||
void setIgnoreBodyStructureSize(boolean enabled) {
|
||||
properties.put("mail." + protocol + ".ignorebodystructuresize", Boolean.toString(enabled));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user