- 07 Nis, 2017 2 kayıt (commit)
- 01 Nis, 2017 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Sébastien Ramage for the report.
-
- 04 Mar, 2017 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
- 09 Şub, 2017 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 07 Şub, 2017 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
- 26 Ock, 2017 1 kayıt (commit)
-
-
Chillar Anand yazdı
-
- 25 Ock, 2017 2 kayıt (commit)
-
-
Tim Graham yazdı
-
chillaranand yazdı
-
- 20 Ock, 2017 2 kayıt (commit)
-
-
Claude Paroz yazdı
-
Tim Graham yazdı
These functions do nothing on Python 3.
-
- 19 Ock, 2017 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 18 Ock, 2017 4 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Claude Paroz yazdı
Thanks Tim Graham and Simon Charette for the reviews.
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Claude Paroz yazdı
-
- 06 Ock, 2017 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Pavel Pokrovskiy for the report and Tim Graham for the review.
-
- 11 Kas, 2016 1 kayıt (commit)
-
-
za yazdı
-
- 10 Kas, 2016 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Jarek Glowacki for the report.
-
- 21 Eki, 2016 1 kayıt (commit)
-
-
Jon Dufresne yazdı
Fixed #27368 -- Modifed BaseEmailBackend.__enter__() to close the connection if an exception occurs. Fixes unclosed socket ResourceWarning in mail test. Thanks Claude Paroz for the review.
-
- 12 Eki, 2016 2 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Tim Graham yazdı
The Content-Transfer-Encoding header won't be repeated, so checking the header is sufficient.
-
- 30 Eyl, 2016 1 kayıt (commit)
-
-
Tim Graham yazdı
The test wouldn't pass if a mail server is running on the system.
-
- 27 Eyl, 2016 1 kayıt (commit)
-
-
Vesteinn Snaebjarnarson yazdı
-
- 21 Eyl, 2016 1 kayıt (commit)
-
-
levental yazdı
-
- 31 Agu, 2016 1 kayıt (commit)
-
-
Claude Paroz yazdı
Passing an Unicode string on Python 2 was crashing the connection. Thanks slavugan@gmail.com for the report, and Tim Graham for the review.
-
- 12 Agu, 2016 1 kayıt (commit)
-
-
Michael Schwarz yazdı
The fallback logic which allows non-UTF-8 encoded files to be passed to attach_file() even when a `text/*` mime type has been specified is moved to attach(). Both functions now fall back to a content type of `application/octet-stream`. A side effect is that a file's content is decoded in memory instead of opening it in text mode and reading it into a string. Some mimetype-related logic in _create_attachment() has become obsolete as the code moved from attach_file() to attach() already handles this.
-
- 09 Agu, 2016 1 kayıt (commit)
-
-
Antoine Fontaine yazdı
-
- 07 Agu, 2016 1 kayıt (commit)
-
-
Michael Schwarz yazdı
The test now also checks whether the sent message's attachment has the expected name, content and mime type.
-
- 08 Tem, 2016 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
- 16 Haz, 2016 1 kayıt (commit)
-
-
Jon Dufresne yazdı
-
- 06 Haz, 2016 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 04 Haz, 2016 1 kayıt (commit)
-
-
Anton I. Sipos yazdı
When EMAIL_USE_LOCALTIME=True, send emails with a Date header in the local time zone.
-
- 06 May, 2016 1 kayıt (commit)
-
-
Sergei Maertens yazdı
On Python 3, sending emails failed for addresses containing non-ASCII characters due to the usage of the legacy Python email.utils.formataddr() function. This is fixed by using the proper Address object on Python 3.
-
- 19 Nis, 2016 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks NotSqrt for the excellent report and Tim Graham for the review.
-
- 08 Nis, 2016 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 29 Ock, 2016 2 kayıt (commit)
- 12 Eyl, 2015 1 kayıt (commit)
-
-
Dražen Odobašić yazdı
-
- 25 Tem, 2015 1 kayıt (commit)
-
-
Konrad Świat yazdı
Thanks tkrapp for the report and Tim Graham for the review.
-