discourse/lib/email
ValdikSS f7540aa52f
FIX: properly clean Thunderbird emails, don't remove links (#16543)
Mozilla Thunderbird email client add links into HTML as follows:

`<p>The link: <a class="moz-txt-link-freetext" href="https://google.com">https://google.com</a></p>`

Current filtering rules strip out the link, leaving only `<p>The link: </p>`.
Properly strip only unnecessary information: quote prefix, signature, forwarded message header.
2022-04-25 12:57:56 -04:00
..
authentication_results.rb
build_email_helper.rb
cleaner.rb
message_builder.rb
message_id_service.rb FIX: Canonical Message-ID was incorrect for some cases (#15701) 2022-02-03 10:36:32 +10:00
processor.rb
receiver.rb FIX: properly clean Thunderbird emails, don't remove links (#16543) 2022-04-25 12:57:56 -04:00
renderer.rb
sender.rb DEV: Clean up freedom patches 2022-04-06 10:07:14 +02:00
styles.rb FEATURE: Enables support for dark mode emails (#16520) 2022-04-20 13:00:04 -05:00
validator.rb FIX: Parse address lists in embedded emails (#14514) 2021-10-06 15:07:29 +03:00