mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 18:27:43 +00:00
Small List-Unsubscribe improvement
This commit is contained in:
parent
6fb06afae8
commit
aa6f72ec1d
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue