mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
PSL refactoring
This commit is contained in:
@@ -337,11 +337,11 @@ public class EntityMessage implements Serializable {
|
||||
}
|
||||
|
||||
String[] checkFromDomain(Context context) {
|
||||
return MessageHelper.equalDomain(context, from, smtp_from);
|
||||
return MessageHelper.equalRootDomain(context, from, smtp_from);
|
||||
}
|
||||
|
||||
String[] checkReplyDomain(Context context) {
|
||||
return MessageHelper.equalDomain(context, reply, from);
|
||||
return MessageHelper.equalRootDomain(context, reply, from);
|
||||
}
|
||||
|
||||
static String getSubject(Context context, String language, String subject, boolean forward) {
|
||||
|
||||
Reference in New Issue
Block a user