mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
formatting
This commit is contained in:
parent
810d0cf6b4
commit
d0cd7c368d
@ -20,9 +20,9 @@ public class ServerSettings {
|
|||||||
public enum Type {
|
public enum Type {
|
||||||
|
|
||||||
IMAP(143, 993),
|
IMAP(143, 993),
|
||||||
SMTP(587,465),
|
SMTP(587, 465),
|
||||||
WebDAV(80,443),
|
WebDAV(80, 443),
|
||||||
POP3(110,995);
|
POP3(110, 995);
|
||||||
|
|
||||||
public final int defaultPort;
|
public final int defaultPort;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user