With LMTPx

This commit is contained in:
M66B
2022-01-09 17:33:44 +01:00
parent aa45cb7e21
commit 114a8db853
2 changed files with 2 additions and 2 deletions

View File

@@ -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;