You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
7 years ago
..
compile Docs how to test (2nd) (#24094) 8 years ago
integration lambda integration tests - test to show that environment config has an effect (#28815) 7 years ago
legacy Add a code-smell test for smart quotes and remove smart quotes from all files 7 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Fix docker error handling for cs/vcenter tests. 7 years ago
sanity mail: Fix charset encoding issue 7 years ago
units junos_facts: Add Hardware facts. (#30304) 7 years ago
utils Run all Windows tests if change detection disabled (#30320) 7 years ago