Skip to content

Commit

Permalink
Improve Gmail reply separation on fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Jun 1, 2024
1 parent 754b2fc commit a93cc2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Misc/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ class Mail
self::REPLY_SEPARATOR_TEXT, // Our plain text separator

// Email service providers specific separators.
// <div class="gmail_quote" style="font-family:sans-serif;">
'<div class="gmail_quote">', // Gmail
'<div class="gmail_quote" ', // Gmail
'<div id="appendonsend"></div>', // Outlook / Live / Hotmail / Microsoft
'<div name="quote" ',
'yahoo_quoted_', // Yahoo, full: <div id=3D"ydp6h4f5c59yahoo_quoted_2937493705"
Expand Down

0 comments on commit a93cc2a

Please sign in to comment.