History log of /external/python/cpython3/Doc/includes/email-simple.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
29d1bc0842e5b086813aa7de4ab18f1c192d2291 08-Sep-2016 R David Murray <rdmurray@bitdance.com> #24277: The new email API is no longer provisional.

This is a wholesale reorganization and editing of the email documentation to
make the new API the standard one, and the old API the 'legacy' one. The
default is still the compat32 policy, for backward compatibility. We will
change that eventually.
/external/python/cpython3/Doc/includes/email-simple.py
f9e3cf1f9f6eaefba19593783e1cdf7681d1fa65 25-Feb-2015 Berker Peksag <berker.peksag@gmail.com> Issue #23511: Port email-simple.py to Python 3.

Also, update email examples to use the context manager version of open().

Patch by Baptiste Mispelon.
/external/python/cpython3/Doc/includes/email-simple.py
361a7df323d759a45062f3299984f4848535bae4 30-Apr-2011 R David Murray <rdmurray@bitdance.com> Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls
bb754b503c617821db907a88ae148e2bb0304d31 30-Apr-2011 R David Murray <rdmurray@bitdance.com> #11883: fix email examples by adding 'localhost' to SMTP constructor calls
/external/python/cpython3/Doc/includes/email-simple.py
7461298c9cf7f89e312048013dd9a203b80f37fc 30-Apr-2011 R David Murray <rdmurray@bitdance.com> #11883: replace incorrect call to sendmail with correct call to send_message
/external/python/cpython3/Doc/includes/email-simple.py
7dff9e08fbfb371b90431e5cbf380c4ea5d228f7 08-Nov-2010 R. David Murray <rdmurray@bitdance.com> #10321: Add support for sending binary DATA and Message objects to smtplib
/external/python/cpython3/Doc/includes/email-simple.py
939c178379c6d979f49a083a6f3cbabf7b10b479 26-Apr-2009 Jeroen Ruigrok van der Werven <asmodai@in-nomine.org> Merged revisions 71874,71882,71890 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r71874 | jeroen.ruigrok | 2009-04-25 13:59:09 +0200 (za, 25 apr 2009) | 2 lines

First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT.
........
r71882 | jeroen.ruigrok | 2009-04-25 14:49:10 +0200 (za, 25 apr 2009) | 3 lines

Issue #4239: adjust email examples not to use connect() and terminate with
quit() and not close().
........
r71890 | jeroen.ruigrok | 2009-04-25 15:07:40 +0200 (za, 25 apr 2009) | 3 lines

Rewrite a sentence to be more in line with the rest of the documentation with
regard to person and audience.
........
/external/python/cpython3/Doc/includes/email-simple.py
116aa62bf54a39697e25f21d6cf6799f7faa1349 15-Aug-2007 Georg Brandl <georg@python.org> Move the 3k reST doc tree in place.
/external/python/cpython3/Doc/includes/email-simple.py