Parsing of messages

Expected behavior

Chat messages should be stripped down to the minimum, in my opinion. That means, the following should not be shown within the chat bubbles (but might be made available via an “Original Message” option or under the “Info” view):

  • everything that follows a line like “On DATE Mrs. Example wrote” (could be double-checked against earlier messages)

  • actually every other longer recurring strings, which would get rid of most signature lines as well for example

Actual behavior

Right now, quoted messages (of regular e-mails) seem not to be detected when their lines do not start with >

Sth. like that is being implemented in https://github.com/deltachat/deltachat-core-rust/pull/2104/, so report back when this is merged (whether you still have the problem)

2 Likes