community.general/lib/ansible
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
..
cli Check number of vault secrets after setup. (#30520) 2017-09-20 10:31:36 -04:00
compat Remove wildcard imports 2017-07-28 22:10:17 -07:00
config dont override previous ini entries with defaults 2017-09-20 16:38:11 -04:00
errors Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
executor made callbacks backwards compatible (#30625) 2017-09-20 15:20:19 -04:00
galaxy Removes container-enabled warning (#27578) 2017-08-01 12:51:03 -04:00
inventory Remove redundant check for group membership in add_host (#30530) 2017-09-18 20:22:30 -04:00
module_utils CamelConverter - more fixes picked up in testing (#30601) 2017-09-20 15:17:26 +10:00
modules mail: Fix charset encoding issue 2017-09-21 01:07:53 +02:00
parsing Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
playbook decelerate! (#30160) 2017-09-16 23:35:50 -04:00
plugins Restore correct coloring to selective callback (#30528) 2017-09-20 09:14:59 -04:00
template Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
utils expose soem options as vars (#30379) 2017-09-17 12:25:56 -04:00
vars remove fact namespacing 2017-09-10 17:37:52 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py constants as tuples instead of lists/sets 2017-09-20 16:57:45 -04:00
release.py Bump the versions now that devel is 2.5 2017-09-06 13:13:57 -07:00