deltachat / message-parser

Parsing of Links, Email adresses, simple text formatting (markdown subset), user mentions, hashtags and more in DeltaChat messages.
https://deltachat.github.io/message-parser/
Other
12 stars 2 forks source link

fix problem of email address in brackets #39

Closed farooqkz closed 1 year ago

farooqkz commented 1 year ago

Fixes #34

Simon-Laux commented 1 year ago

changelog entry would be nice, then we can merge it. wikipedia says that () is allowed sometimes:

Comments are allowed with parentheses at either end of the local-part; e.g., john.smith(comment)@example.com and (comment)john.smith@example.com are both equivalent to john.smith@example.com.

But I'm not sure if Deltachat even supports that, so let's not bother for now, you can always just copy paste by hand.

farooqkz commented 1 year ago

@Simon-Laux Done

Simon-Laux commented 1 year ago

rustfmt complains

farooqkz commented 1 year ago

rustfmt complains

I've bribed him to not complain. You can merge it now :)