1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test
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
..
compile Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
integration lambda integration tests - test to show that environment config has an effect (#28815) 2017-09-20 15:10:06 -04:00
legacy Add a code-smell test for smart quotes and remove smart quotes from all files 2017-09-18 16:49:16 -07:00
results Collect data from integration test runs. (#28650) 2017-08-25 18:14:47 -04:00
runner Fix docker error handling for cs/vcenter tests. 2017-09-15 16:49:46 -07:00
sanity mail: Fix charset encoding issue 2017-09-21 01:07:53 +02:00
units junos_facts: Add Hardware facts. (#30304) 2017-09-20 12:43:07 +05:30
utils Run all Windows tests if change detection disabled (#30320) 2017-09-13 22:21:19 -07:00