OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMTPDataError
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py
53
"SMTPSenderRefused", "SMTPRecipientsRefused", "
SMTPDataError
",
116
class
SMTPDataError
(SMTPResponseException):
487
Raises
SMTPDataError
if there is an unexpected reply to the
496
raise
SMTPDataError
(code, repl)
684
SMTPDataError
The server replied with an unexpected
738
raise
SMTPDataError
(code, resp)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py
53
"SMTPSenderRefused", "SMTPRecipientsRefused", "
SMTPDataError
",
116
class
SMTPDataError
(SMTPResponseException):
487
Raises
SMTPDataError
if there is an unexpected reply to the
496
raise
SMTPDataError
(code, repl)
684
SMTPDataError
The server replied with an unexpected
738
raise
SMTPDataError
(code, resp)
Completed in 52 milliseconds