patchback[bot]
cf60761cf9
mail: fix the encoding of the mail senders and recipients name ( #4061 ) ( #4229 )
...
(cherry picked from commit 8682ac96df )
Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com >
2022-02-18 22:59:04 +01:00
patchback[bot]
b48a5c264f
mail callback: fully use Ansible's option handling; deprecate not specifying sender ( #4140 ) ( #4141 )
...
* Fully use Ansible's option handling. Deprecate not specifying sender.
* Update plugins/callback/mail.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru >
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru >
(cherry picked from commit e09254df91 )
Co-authored-by: Felix Fontein <felix@fontein.de >
2022-02-01 10:47:32 +01:00
patchback[bot]
f78993ba12
mail: add Date and Message-ID headers ( #4056 ) ( #4069 )
...
(cherry picked from commit 750d96a95f )
Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com >
2022-01-21 09:29:15 +01:00
patchback[bot]
b97ce10156
Fix exception in the mail callback plugin ( #4026 ) ( #4064 )
...
(cherry picked from commit c7500c217f )
Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com >
2022-01-20 09:30:03 +01:00
Felix Fontein
fafabed9e6
Replace ansible.module_utils._text by ansible.module_utils.common.text.converters ( #2877 )
...
* Replace ansible.module_utils._text by ansible.module_utils.common.text.converters.
* Also adjust tests.
2021-06-26 23:59:11 +02:00
Felix Fontein
99cfb993d5
<plugin_type>: -> name: ( #1541 )
2021-01-12 07:12:03 +01:00
Felix Fontein
7cf472855c
Fix various sanity errors in plugins ( #881 )
...
* Fix deprecation of callables.
* Fix various sanity errors.
* Revert callback_type -> type transform.
* Fix stat_result times: these are float according to https://github.com/python/typeshed/blob/master/stdlib/3/os/__init__.pyi
* Apply suggestions from code review
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru >
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru >
2020-09-16 11:06:45 +02:00
Ansible Core Team
aebc1b03fd
Initial commit
2020-03-09 09:11:07 +00:00