With LMTP

This commit is contained in:
M66B
2022-01-08 19:15:54 +01:00
parent a67b29b2cf
commit 33cfc3b316
2 changed files with 8 additions and 1 deletions

View File

@@ -2166,6 +2166,12 @@ public class MessageHelper {
return true;
}
if ("lmtp".equals(protocol)) {
// https://en.wikipedia.org/wiki/Local_Mail_Transfer_Protocol
Log.i("--- lmtp with=" + with);
return true;
}
if ("mapi".equals(protocol)) {
// https://en.wikipedia.org/wiki/MAPI
Log.i("--- mapi with=" + with);