mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 01:23:38 +02:00
Small List-Unsubscribe improvement
This commit is contained in:
@@ -2048,6 +2048,7 @@ public class MessageHelper {
|
||||
else if (unsubscribe.toLowerCase(Locale.ROOT).startsWith("mailto:")) {
|
||||
if (mailto == null) {
|
||||
try {
|
||||
unsubscribe = "mailto:" + unsubscribe.substring("mailto:".length());
|
||||
MailTo.parse(unsubscribe);
|
||||
mailto = unsubscribe;
|
||||
} catch (Throwable ex) {
|
||||
|
||||
Reference in New Issue
Block a user