mirror of https://github.com/M66B/FairEmail.git
Oops
This commit is contained in:
parent
6f9fe0e247
commit
579d37ff14
|
@ -121,7 +121,7 @@ public class EntityIdentity {
|
|||
public Long max_size;
|
||||
|
||||
String getProtocol() {
|
||||
return (encrypt == EmailService.ENCRYPTION_SSL ? "smtps" : "smtp");
|
||||
return (encryption == EmailService.ENCRYPTION_SSL ? "smtps" : "smtp");
|
||||
}
|
||||
|
||||
boolean sameAddress(Address address) {
|
||||
|
|
Loading…
Reference in New Issue