Emails reply shows date, emails and «wrote» from gmail

If you reply using email, gmail add

El 2/7/2015 3:11 p. m., “MiguelAngelLV” hacklabalmeria.discourse@gmail.com escribió:

The format is: datetime, nick of last user, email address that send the email, and “wrote” o “escribió” in spanish, and this message is show in the reply, example

I know that “this is not a bug of Discourse”, but gmail is a popular email.

Would be added a regular expression or something to remove the message?

3 إعجابات

I think this has to do with localization. Not sure if GitHub, where we got the email library from, deals with localized string detection in email.

إعجاب واحد (1)

Any idea? In the last version the problem persists.

إعجاب واحد (1)

Any plugin to “remove” a line with a regular expression?

إعجاب واحد (1)

Submit a PR to add another alternation here:

https://github.com/discourse/discourse/blob/master/lib/email/receiver.rb#L176

إعجابَين (2)

神楽坂玲奈 zh99998@gmail.com于2016年1月9日周六 上午11:58写道:

/.+ .+@\w+.+于\d+.+\d+写道:/

إعجاب واحد (1)

This has been fixed by our latest improvements regarding our email in support.