Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_25.txt2 Received: from [204.245.199.98] (helo=zinfandel.lacita.com)
83 Received: from [212.1.130.11] (helo=s1.uklinux.net ident=root)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsmtplib.py379 def helo(self, name=''): member in SMTP
525 (code, resp) = self.helo()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_smtplib.py216 smtp.helo()
218 self.assertEqual(smtp.helo(), expected)