HomeSort by relevance Sort by last modified time
    Searched full:smtp_username (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
reporter.py 42 smtp_username = None variable in class:EmailReporter
54 if self.smtp_username and self.smtp_password:
55 server.login(self.smtp_username, self.smtp_password)
errormiddleware.py 48 ``from_address``, ``smtp_server``, ``error_subject_prefix``, ``smtp_username``, ``smtp_password``, ``smtp_use_tls``:
86 smtp_username=None,
117 self.smtp_username = smtp_username or global_conf.get('smtp_username')
183 smtp_username=self.smtp_username,
329 smtp_username=None,
361 smtp_username=smtp_username,
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/docs/
news.txt 301 now set ``smtp_username``, ``smtp_password`` and ``smtp_use_tls`` to
    [all...]

Completed in 155 milliseconds