mirror of https://github.com/M66B/NetGuard.git
imap ssl known port
This commit is contained in:
parent
aacbdbeab4
commit
9be681df84
|
@ -241,6 +241,8 @@ public class LogAdapter extends CursorAdapter {
|
|||
return "http";
|
||||
else if (port == 443)
|
||||
return "https";
|
||||
else if (port == 993)
|
||||
return "imaps";
|
||||
return Integer.toString(port);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue