Searched refs:SMTPHandler (Results 1 – 19 of 19) sorted by relevance
/external/autotest/site_utils/rpm_control_system/ |
D | rpm_logging_config.py | 24 class SuspendableSMTPHandler(logging.handlers.SMTPHandler):
|
/external/python/cpython2/Doc/library/ |
D | logging.handlers.rst | 609 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
|
D | logging.config.rst | 516 class: logging.handlers.SMTPHandler 714 class=handlers.SMTPHandler
|
/external/python/cpython3/Doc/library/ |
D | logging.handlers.rst | 806 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.
|
D | logging.config.rst | 568 class: logging.handlers.SMTPHandler 767 class=handlers.SMTPHandler
|
/external/python/cpython2/Lib/logging/ |
D | config.py | 724 elif issubclass(klass, logging.handlers.SMTPHandler) and\
|
D | handlers.py | 887 class SMTPHandler(logging.Handler): class
|
/external/python/cpython3/Lib/logging/ |
D | config.py | 735 elif issubclass(klass, logging.handlers.SMTPHandler) and\
|
D | handlers.py | 965 class SMTPHandler(logging.Handler): class
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 389 Improved Unicode support in SMTPHandler through better use of the email
|
D | 3.6.0a1.rst | 2638 Improved Unicode support in SMTPHandler through better use of the email
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a1.rst | 2494 Added an optional credentials argument to SMTPHandler, for use with SMTP 3284 logging.handlers: bare except clause removed from SMTPHandler.emit. Now,
|
D | 2.7a1.rst | 1513 logging: Added optional "secure" parameter to SMTPHandler, to enable use of
|
/external/python/cpython2/Doc/howto/ |
D | logging.rst | 893 #. :class:`~handlers.SMTPHandler` instances send messages to a designated
|
/external/python/cpython3/Doc/howto/ |
D | logging.rst | 946 #. :class:`~handlers.SMTPHandler` instances send messages to a designated
|
D | logging-cookbook.rst | 339 :class:`SMTPHandler`: sending emails can take a long time, for a
|
/external/python/cpython3/Lib/test/ |
D | test_logging.py | 1061 h = logging.handlers.SMTPHandler(addr, 'me', 'you', 'Log',
|
/external/python/cpython3/Misc/ |
D | HISTORY | 324 - 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/ |
D | HISTORY | 2587 - logging.handlers.SMTPHandler.date_time has been removed;
|