nextcloud / mail

💌 Mail app for Nextcloud
https://apps.nextcloud.com/apps/mail
GNU Affero General Public License v3.0
842 stars 260 forks source link

Quoting breaks when using `--` in a quoted email #6069

Open miaulalala opened 2 years ago

miaulalala commented 2 years ago

Steps to reproduce

  1. Send an email with the content
> quote
> another quote
> -- 
> the old signature

Bonjour

This text should not be hidden. I'm just replying at the bottom.

The email will be displayed so:

image

Expected behavior

The quote is surrounding the whole block and displays the replied text as a distinct block

Actual behavior

The quote is broken apart in two blocks and the reply is included in the last quote

Mail app version

1.11.6

Mailserver or service

no info

Operating system

no info

PHP engine version

PHP 8.0

Web server

Apache (supported)

Database

MySQL

Additional info

No response

ChristophWurst commented 2 years ago

master

It was 1.11.6.

thstyl2000 commented 2 years ago

Shouldn't the old signature removed anyway?