mailhops-plugin icon indicating copy to clipboard operation
mailhops-plugin copied to clipboard

Rework Unsubscribe header parsing

Open Ionic opened this issue 1 year ago • 0 comments

Instead of dropping additional links in the presentation layer, iterate over all links in the parsing layer and add each link individually.

Some MTAs wrap the links in angle brackets (<>), so make sure to remove those, since they wouldn't parse as valid XHTML (and also aren't valid link targets).

Depends on #36.

Ionic avatar Apr 17 '24 10:04 Ionic