Searched defs:email (Results 1 - 25 of 47) sorted by relevance

12

/external/autotest/client/common_lib/
H A Dmail.py1 import os, email, smtplib namespace
6 Send out a plain old text email. It uses sendmail by default, but
10 from_address: the email address to put in the "From:" field
12 strings to put in the "To:" field of the email
14 strings to put in the "Cc:" field of the email
15 subject: the email subject
16 message_body: the body of the email. there's no special
30 message = email.Message.Message()
H A Dmail_unittest.py4 import mail, email namespace
54 message = email.Message.Message()
/external/python/cpython2/Doc/includes/
H A Demail-unpack.py7 import email namespace
44 msg = email.message_from_file(fp)
53 # email message can't be used to overwrite important files
/external/boringssl/src/crypto/x509/
H A Dvpm_int.h66 char *email; /* If not NULL email address to match */ member in struct:X509_VERIFY_PARAM_ID_st
H A Dx509_vpm.c156 if (paramid->email) {
157 OPENSSL_free(paramid->email);
158 paramid->email = NULL;
310 if (test_x509_verify_param_copy_id(email, NULL)) {
311 if (!X509_VERIFY_PARAM_set1_email(dest, id->email, id->emaillen))
479 const char *email, size_t emaillen)
481 return int_x509_param_set1(&param->id->email, &param->id->emaillen,
482 email, emaillen);
478 X509_VERIFY_PARAM_set1_email(X509_VERIFY_PARAM *param, const char *email, size_t emaillen) argument
/external/llvm/utils/
H A Dwciia.py63 email = line[2:].strip() variable
64 code_owner['email'] = email
/external/protobuf/examples/
H A Dadd_person.cc20 cout << "Enter email address (blank for none): ";
21 string email; local
22 getline(cin, email);
23 if (!email.empty()) {
24 person->set_email(email);
/external/python/cpython2/Lib/email/
H A D__init__.py3 # Contact: email-sig@python.org
5 """A package for parsing, handling, and generating email messages."""
50 # of importing email since those cascadingly import most of the rest of the
51 # email package.
57 from email.parser import Parser
66 from email.parser import Parser
73 # email 4.0 module names), to old-style names (email 3.0 module names).
78 self.__name__ = 'email.' + module_name
88 # email
118 import email.mime namespace
[all...]
H A Dcharset.py3 # Contact: email-sig@python.org
13 import email.base64mime namespace
14 import email.quoprimime namespace
16 from email import errors
17 from email.encoders import encode_7or8bit
68 # them to the real ones used in email.
161 """Map character sets to their email properties.
163 This class provides information about the requirements imposed on email
167 information on how to use that character set in an email in an
171 when used in email header
[all...]
H A Dheader.py3 # Contact: email-sig@python.org
16 import email.quoprimime namespace
17 import email.base64mime namespace
19 from email.errors import HeaderParseError
20 from email.charset import Charset
58 _max_append = email.quoprimime._max_append
71 An email.errors.HeaderParseError may be raised when certain decoding error
99 dec = email.quoprimime.header_decode(encoded)
105 dec = email.base64mime.decode(encoded)
351 # Each encoding can be email
[all...]
H A Dmessage.py3 # Contact: email-sig@python.org
5 """Basic message object for the email package object model."""
16 import email.charset namespace
17 from email import utils
18 from email import errors
136 from email.generator import Generator
250 charset = email.charset.Charset(charset)
251 if not isinstance(charset, email.charset.Charset):
799 from email.iterators import walk
/external/python/cpython2/Lib/test/
H A Dtest_old_mailbox.py108 import email.parser namespace
113 email.parser.Parser().parse):
H A Dtest_smtplib.py2 import email.utils namespace
478 for email, name in sim_users.items():
479 expected_known = (250, '%s %s' % (name, smtplib.quoteaddr(email)))
480 self.assertEqual(smtp.vrfy(email), expected_known)
/external/python/cpython2/Lib/email/test/
H A Dtest_email_torture.py3 # A torture test of the email package. This should not be run as part of the
4 # standard Python test suite since it requires several meg of email messages
6 # Python distro, but are available as part of the standalone email package at
15 from email.test.test_email import TestEmailBase
18 import email namespace
19 from email import __file__ as testfile
20 from email.iterators import _structure
40 msg = email.message_from_file(fp)
/external/autotest/client/cros/
H A Dservice_login.js11 gaia.chromeOSLogin.attemptLogin = function(email, password, attemptToken) {
14 'email': email,
31 var email = emailFormElement.value;
35 gaia.chromeOSLogin.attemptLogin(email, passwd, attemptToken);
/external/clang/tools/scan-view/share/
H A DReporter.py26 import email, mimetypes, smtplib namespace
27 from email import encoders
28 from email.message import Message
29 from email.mime.base import MIMEBase
30 from email.mime.multipart import MIMEMultipart
31 from email.mime.text import MIMEText
82 # Lifted from python email module examples.
/external/google-breakpad/src/common/linux/
H A Dgoogle_crashdump_uploader.cc48 const string& email,
60 email,
74 const string& email,
86 email,
100 const string& email,
112 email_ = email;
189 parameters_["email"] = email_;
43 GoogleCrashdumpUploader(const string& product, const string& version, const string& guid, const string& ptime, const string& ctime, const string& email, const string& comments, const string& minidump_pathname, const string& crash_server, const string& proxy_host, const string& proxy_userpassword) argument
69 GoogleCrashdumpUploader(const string& product, const string& version, const string& guid, const string& ptime, const string& ctime, const string& email, const string& comments, const string& minidump_pathname, const string& crash_server, const string& proxy_host, const string& proxy_userpassword, LibcurlWrapper* http_layer) argument
95 Init(const string& product, const string& version, const string& guid, const string& ptime, const string& ctime, const string& email, const string& comments, const string& minidump_pathname, const string& crash_server, const string& proxy_host, const string& proxy_userpassword, LibcurlWrapper* http_layer) argument
/external/libxml2/example/
H A Dgjobread.c34 xmlChar *email; member in struct:person
69 ret->email = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
84 if (cur->email) printf(" email: %s\n", cur->email);
/external/mockito/src/test/java/org/mockitousage/matchers/
H A DCapturingArgumentsTest.java46 public void email(Integer ... personId) { method in class:CapturingArgumentsTest.BulkEmailService
69 bulkEmailService.email(12);
82 bulkEmailService.email(11, 12);
96 bulkEmailService.email(11, 12, 13);
/external/boringssl/src/crypto/x509v3/
H A Dv3_alt.c139 if (!X509V3_add_value_uchar("email", gen->d.ia5->data, &ret))
210 BIO_printf(out, "email:%s", gen->d.ia5->data);
334 if (!name_cmp(cnf->name, "email") && cnf->value &&
338 } else if (!name_cmp(cnf->name, "email") && cnf->value &&
356 * Copy any email addresses in a certificate or request to GENERAL_NAMES
362 ASN1_IA5STRING *email = NULL; local
378 /* Now add any email address(es) to STACK */
383 email = M_ASN1_IA5STRING_dup(X509_NAME_ENTRY_get_data(ne));
389 if (!email || !(gen = GENERAL_NAME_new())) {
393 gen->d.ia5 = email;
[all...]
H A Dv3name_test.cc103 "set emailAddress: email: [postmaster@example.com] does not match [Postmaster@example.com]",
104 "set emailAddress: email: [postmaster@EXAMPLE.COM] does not match [Postmaster@example.com]",
105 "set emailAddress: email: [Postmaster@example.com] does not match [postmaster@example.com]",
106 "set emailAddress: email: [Postmaster@example.com] does not match [postmaster@EXAMPLE.COM]",
120 "set rfc822Name: email: [postmaster@example.com] does not match [Postmaster@example.com]",
121 "set rfc822Name: email: [Postmaster@example.com] does not match [postmaster@example.com]",
122 "set rfc822Name: email: [Postmaster@example.com] does not match [postmaster@EXAMPLE.COM]",
123 "set rfc822Name: email: [postmaster@EXAMPLE.COM] does not match [Postmaster@example.com]",
282 int email; member in struct:set_name_fn
375 if (fn->email) {
[all...]
/external/libpng/contrib/gregbook/
H A Dwritepng.h105 char *email; member in struct:_mainprog_info
/external/python/cpython2/Lib/
H A Dsmtplib.py25 To report bugs in the implementation send email to
27 For local information send email to Postmaster at your site.
46 import email.utils namespace
49 from email.base64mime import encode as encode_base64
135 """Quote a subset of the email addresses defined by RFC 821.
141 m = email.utils.parseaddr(addr)[1]
154 displayname, addr = email.utils.parseaddr(addrstring)
161 """Quote data for email.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DPKIXNameConstraintValidator.java482 String email = extractNameAsString(((GeneralSubtree)it.next())
487 if (email != null)
489 intersect.add(email);
499 intersectEmail(email, _permitted, intersect);
506 private Set unionEmail(Set excluded, String email) argument
510 if (email == null)
514 excluded.add(email);
526 unionEmail(_excluded, email, union);
748 private void checkPermittedEmail(Set permitted, String email) argument
762 if (emailIsConstrained(email, st
777 checkExcludedEmail(Set excluded, String email) argument
902 emailIsConstrained(String email, String constraint) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java213 String email = extractNameAsString(((GeneralSubtree)it.next())
218 if (email != null)
220 intersect.add(email);
230 intersectEmail(email, _permitted, intersect);
237 private Set unionEmail(Set excluded, String email) argument
241 if (email == null)
245 excluded.add(email);
257 unionEmail(_excluded, email, union);
479 private void checkPermittedEmail(Set permitted, String email) argument
493 if (emailIsConstrained(email, st
508 checkExcludedEmail(Set excluded, String email) argument
635 emailIsConstrained(String email, String constraint) argument
[all...]

Completed in 641 milliseconds

12