mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
f5dded59c2
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 |
||
---|---|---|
.. | ||
__init__.py | ||
bearychat.py | ||
campfire.py | ||
catapult.py | ||
cisco_spark.py | ||
flowdock.py | ||
grove.py | ||
hall.py | ||
hipchat.py | ||
irc.py | ||
jabber.py | ||
mail.py | ||
mattermost.py | ||
mqtt.py | ||
nexmo.py | ||
office_365_connector_card.py | ||
osx_say.py | ||
pushbullet.py | ||
pushover.py | ||
rocketchat.py | ||
sendgrid.py | ||
slack.py | ||
syslogger.py | ||
telegram.py | ||
twilio.py | ||
typetalk.py |