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/lib/ansible/modules/notification
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
..
__init__.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
bearychat.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
campfire.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
catapult.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cisco_spark.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
flowdock.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
grove.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
hall.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
hipchat.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
irc.py Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
jabber.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
mail.py mail: Fix charset encoding issue 2017-09-21 01:07:53 +02:00
mattermost.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
mqtt.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
nexmo.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
office_365_connector_card.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
osx_say.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
pushbullet.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
pushover.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
rocketchat.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
sendgrid.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
slack.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
syslogger.py Fix metadata in syslogger module. 2017-08-21 13:14:55 -04:00
telegram.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
twilio.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
typetalk.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00