mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Remove Outlook quotes
This commit is contained in:
@@ -2884,6 +2884,14 @@ public class HtmlHelper {
|
||||
return;
|
||||
}
|
||||
|
||||
// ms-outlook-mobile
|
||||
quotes = d.body().select("div#divRplyFwdMsg");
|
||||
if (quotes.size() > 0) {
|
||||
quotes.nextAll().remove();
|
||||
quotes.remove();
|
||||
return;
|
||||
}
|
||||
|
||||
// Web.de: <div id="aqm-original"
|
||||
quotes = d.body().select("div#aqm-original");
|
||||
if (quotes.size() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user