mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Oops
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user