sblondon

Results 25 issues of sblondon

This PR detects K-9 signatures to separate them from the main message. The regular expression is generic in order to fit several translations of the signature. The original signature text...

This PR allows the separator like ``` --------- Message original ------------ ``` It occurs in some french e-mails.

Fix 2 minors spelling errors in README.md

The Homepage info in control file (http://www.caspian.dotconf.net/menu/Software/SendEmail/) is invalid because the domain is not known: ``` $ LANG=C; wget http://www.caspian.dotconf.net/menu/Software/SendEmail/ --2017-12-15 14:56:56-- http://www.caspian.dotconf.net/menu/Software/SendEmail/ Resolving www.caspian.dotconf.net (www.caspian.dotconf.net)... failed: Name or service...

The tests runned with `pytest` works with python3.11 and not in 3.12: How to reproduce: ``` git clone [email protected]:pallets/flask.git cd flask/examples/tutorial python3.11 -m venv venv3.11 python3.12 -m venv venv3.12 #...