Home
last modified time | relevance | path

Searched refs:SMTPHandler (Results 1 – 19 of 19) sorted by relevance

/external/autotest/site_utils/rpm_control_system/
Drpm_logging_config.py24 class SuspendableSMTPHandler(logging.handlers.SMTPHandler):
/external/python/cpython2/Doc/library/
Dlogging.handlers.rst609 SMTPHandler chapter
612 The :class:`SMTPHandler` class, located in the :mod:`logging.handlers` module,
616 .. class:: SMTPHandler(mailhost, fromaddr, toaddrs, subject, credentials=None, secure=None)
618 Returns a new instance of the :class:`SMTPHandler` class. The instance is
Dlogging.config.rst516 class: logging.handlers.SMTPHandler
714 class=handlers.SMTPHandler
/external/python/cpython3/Doc/library/
Dlogging.handlers.rst806 SMTPHandler chapter
809 The :class:`SMTPHandler` class, located in the :mod:`logging.handlers` module,
813 .. class:: SMTPHandler(mailhost, fromaddr, toaddrs, subject, credentials=None, secure=None, timeout…
815 Returns a new instance of the :class:`SMTPHandler` class. The instance is
990 :class:`SMTPHandler`) are done on a separate thread.
1052 :class:`SMTPHandler`) are done on a separate thread.
Dlogging.config.rst568 class: logging.handlers.SMTPHandler
767 class=handlers.SMTPHandler
/external/python/cpython2/Lib/logging/
Dconfig.py724 elif issubclass(klass, logging.handlers.SMTPHandler) and\
Dhandlers.py887 class SMTPHandler(logging.Handler): class
/external/python/cpython3/Lib/logging/
Dconfig.py735 elif issubclass(klass, logging.handlers.SMTPHandler) and\
Dhandlers.py965 class SMTPHandler(logging.Handler): class
/external/python/cpython3/Misc/NEWS.d/
D3.5.1rc1.rst389 Improved Unicode support in SMTPHandler through better use of the email
D3.6.0a1.rst2638 Improved Unicode support in SMTPHandler through better use of the email
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst2494 Added an optional credentials argument to SMTPHandler, for use with SMTP
3284 logging.handlers: bare except clause removed from SMTPHandler.emit. Now,
D2.7a1.rst1513 logging: Added optional "secure" parameter to SMTPHandler, to enable use of
/external/python/cpython2/Doc/howto/
Dlogging.rst893 #. :class:`~handlers.SMTPHandler` instances send messages to a designated
/external/python/cpython3/Doc/howto/
Dlogging.rst946 #. :class:`~handlers.SMTPHandler` instances send messages to a designated
Dlogging-cookbook.rst339 :class:`SMTPHandler`: sending emails can take a long time, for a
/external/python/cpython3/Lib/test/
Dtest_logging.py1061 h = logging.handlers.SMTPHandler(addr, 'me', 'you', 'Log',
/external/python/cpython3/Misc/
DHISTORY324 - Issue #25411: Improved Unicode support in SMTPHandler through better use of
13879 - logging: Added optional `secure` parameter to SMTPHandler, to enable use of
19971 - logging.handlers.SMTPHandler.date_time has been removed;
/external/python/cpython2/Misc/
DHISTORY2587 - logging.handlers.SMTPHandler.date_time has been removed;