ansible/test/sanity
Dag Wieers f5dded59c2 mail: Fix charset encoding issue
This PR includes:
- An important fix to charset encoding of from address
- Documentation and examples cleanup
- PEP8 fixes
- Warning on insecure access
- Strict parameter typing
- More modern interface (using lists rather than comma, space or pipe-delimited strings)
- Warn on failure to send mail to some recipients
  ```
   [WARNING]: Failed to send mail to 'foobar': 550 5.1.1 <foobar>:
Recipient address rejected: User unknown in local recipient table
  ```
- Warn on failure to parse some headers
  ```
  [WARNING]: Skipping header 'Foobar', unable to parse
  ```
- Return failed recipients as return value
- Changed default encoding to utf-8
2017-09-21 01:07:53 +02:00
..
ansible-doc Remove remnants of obsolete fireball mode. 2016-12-09 16:56:34 -07:00
code-smell Add a code-smell test for smart quotes and remove smart quotes from all files 2017-09-18 16:49:16 -07:00
import azure_rm_dnsrecordset rewrite (#30449) 2017-09-15 18:12:46 -07:00
pep8 mail: Fix charset encoding issue 2017-09-21 01:07:53 +02:00
pylint Enable more pylint rules and fix reported issues. (#30543) 2017-09-19 00:45:35 -07:00
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 2017-04-13 10:28:52 -07:00
shellcheck Disable newer shellcheck tests which don't pass. 2017-02-27 22:31:47 -08:00
validate-modules Correctly validate module name for modules with aliases (#29957) 2017-09-12 13:30:49 +01:00