MailHops / mailhops-plugin

MailHops Postbox and Thunderbird plugin
https://www.mailhops.com
Mozilla Public License 2.0
20 stars 7 forks source link

Rework Unsubscribe header parsing #37

Closed Ionic closed 3 months ago

Ionic commented 6 months ago

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.