Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsmtplib.py67 _MAXCHALLENGE = 5 # Maximum number of AUTH challenges sent variable
655 if self._auth_challenge_count > _MAXCHALLENGE: