mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
With LMTPx
This commit is contained in:
@@ -2180,7 +2180,7 @@ public class MessageHelper {
|
||||
return true;
|
||||
}
|
||||
|
||||
if ("lmtp".equals(protocol)) {
|
||||
if (protocol.startsWith("lmtp")) {
|
||||
// https://en.wikipedia.org/wiki/Local_Mail_Transfer_Protocol
|
||||
Log.i("--- lmtp with=" + with);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user