Tim Fechner

Results 11 comments of Tim Fechner

This issue still seems to occur with `mail-parser==3.15.0` and german umlauts like `ä`, `ü`, or `ö` or wrongly decoded strings like `ü`. @fedelemantuano was this issue fixed with version `3.15.0`?...

GitHub won't let me upload *.eml files, so i simply renamed it to txt: [mail.txt](https://github.com/SpamScope/mail-parser/files/6706878/mail.txt) ```python import mailparser with open('mail.txt', 'rb') as infile: text = infile.read() mailparser.parse_from_bytes(text) ``` Returns the...

This is also the case for other letters like `#`, even if the file path includes these letters. As described in #193

I can reproduce this issue with nextcloud 20.0.7 and video player app version 1.9.0

Thank you @haya14busa for your fast response. We also did this to add links to our messages, but this way it's not possible to add newlines for cool multi-line markdown...

Because pylint is not able to produce multile output (or i didn't find the correct solution yet), i used ``'s instead: ```yaml runner: pylint: cmd: pylint --msg-template='{path}:{line}:{column}:[**[{msg_id}](https://...)**] ({category}, {symbol}){msg}' --output-format=parseable...

This issue still affects me. Are there any solutions available?

@akhilman same solution here. Just bought synergy...

I've opened a pull request for this. See https://github.com/nameko/nameko/pull/784 for more details.