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 Likes

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 Like

Any idea? In the last version the problem persists.

1 Like

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

1 Like

Submit a PR to add another alternation here:

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

2 Likes

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

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

1 Like

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