mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Refactoring
This commit is contained in:
@@ -2937,8 +2937,7 @@ public class MessageHelper {
|
||||
else {
|
||||
if (link == null) {
|
||||
Uri uri = Uri.parse(unsubscribe);
|
||||
String scheme = uri.getScheme();
|
||||
if ("http".equalsIgnoreCase(scheme) || "https".equalsIgnoreCase(scheme))
|
||||
if (UriHelper.isHyperLink(uri))
|
||||
link = unsubscribe;
|
||||
else {
|
||||
Pattern p =
|
||||
|
||||
Reference in New Issue
Block a user