Lines Matching full:john
386 smtp.sendmail('John', 'Sally', m)
404 smtp.sendmail('John', 'Sally', m)
421 smtp.sendmail('John', 'Sally', m)
501 smtp.send_message(m, from_addr='John', to_addrs='Sally')
521 m['To'] = 'John'
523 m['Bcc'] = 'John Root <root@localhost>, "Dinsdale" <warped@silly.walks.com>'
532 self.assertEqual(m['Bcc'], 'John Root <root@localhost>, "Dinsdale" '
548 for addr in ('John', 'Sally', 'Fred', 'root@localhost',
558 m['To'] = 'John, Dinsdale'
578 for addr in ('John', 'Dinsdale'):
587 m['To'] = 'John, Dinsdale'
607 for addr in ('John', 'Dinsdale'):
619 m['To'] = 'John, Dinsdale'
639 for addr in ('John', 'Dinsdale'):
647 m['To'] = 'John'
649 m['Bcc'] = 'John Root <root@localhost>, "Dinsdale" <warped@silly.walks.com>'
684 m['To'] = 'John'
686 m['Bcc'] = 'John Root <root@localhost>, "Dinsdale" <warped@silly.walks.com>'
807 sim_users = {'Mr.A@somewhere.com':'John A',
1260 smtp.sendmail('John', 'Sally', 'test message')
1270 smtp.sendmail('John', 'Sally', 'test message')
1280 smtp.sendmail('John', ['Sally', 'Frank', 'George'], 'test message')
1297 smtp.sendmail('John@foo.org', ['Sally@foo.org'], 'test message')
1312 'John', 'Sally', '', mail_options=['BODY=8BITMIME', 'SMTPUTF8'])
1315 smtp.mail, 'John', options=['BODY=8BITMIME', 'SMTPUTF8'])