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