mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
With LMTP
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user