Home | History | Annotate | Download | only in test

Lines Matching refs:respdata

595     respdata = b'250 OK' + (b'.' * smtplib._MAXLINE * 2) + b'\n'
606 servargs = (self.evt, self.respdata, self.sock)