15
0

Accepting request 765048 from home:mcalabkova:branches:devel:languages:python

- update to 1.1.2
  * Fix handling of sending legacy email API (Message) objects.
  * Fix SMTPNotSupported error with UTF8 sender/recipient names 
    on servers that don’t support SMTPUTF8.

OBS-URL: https://build.opensuse.org/request/show/765048
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiosmtplib?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-01-16 19:30:17 +00:00
committed by Git OBS Bridge
parent c5e65963f5
commit fca7069362
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jan 16 17:00:41 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.1.2
* Fix handling of sending legacy email API (Message) objects.
* Fix SMTPNotSupported error with UTF8 sender/recipient names
on servers that dont support SMTPUTF8.
-------------------------------------------------------------------
Tue Sep 17 08:45:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>