SMTP 'noop' command -- doesn't do anything :>
(self)
| 528 | pass |
| 529 | |
| 530 | def noop(self): |
| 531 | """SMTP 'noop' command -- doesn't do anything :>""" |
| 532 | return self.docmd("noop") |
| 533 | |
| 534 | def mail(self, sender, options=()): |
| 535 | """SMTP 'mail' command -- begins mail xfer session. |