mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Refactoring
This commit is contained in:
@@ -310,7 +310,7 @@ public class ServiceSend extends ServiceBase {
|
||||
throw new IllegalArgumentException("Identity not found");
|
||||
|
||||
// Create message
|
||||
Properties props = MessageHelper.getSessionProperties(null, false);
|
||||
Properties props = MessageHelper.getSessionProperties();
|
||||
Session isession = Session.getInstance(props, null);
|
||||
MimeMessage imessage = MessageHelper.from(this, message, ident, isession);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user