Searched refs:email (Results 1 - 25 of 43) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/
H A Dnonmultipart.py3 # Contact: email-sig@python.org
9 from email import errors
10 from email.mime.base import MIMEBase
H A Dapplication.py3 # Contact: email-sig@python.org
9 from email import encoders
10 from email.mime.nonmultipart import MIMENonMultipart
H A Dmessage.py3 # Contact: email-sig@python.org
9 from email import message
10 from email.mime.nonmultipart import MIMENonMultipart
H A Dtext.py3 # Contact: email-sig@python.org
9 from email.encoders import encode_7or8bit
10 from email.mime.nonmultipart import MIMENonMultipart
H A Dimage.py3 # Contact: email-sig@python.org
11 from email import encoders
12 from email.mime.nonmultipart import MIMENonMultipart
H A Daudio.py3 # Contact: email-sig@python.org
12 from email import encoders
13 from email.mime.nonmultipart import MIMENonMultipart
H A Dbase.py3 # Contact: email-sig@python.org
9 from email import message
H A Dmultipart.py3 # Contact: email-sig@python.org
9 from email.mime.base import MIMEBase
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_email.py2 # email package unit tests
4 # The specific tests now live in Lib/email/test
5 from email.test.test_email import suite
H A Dtest_email_renamed.py2 # email package unit tests
4 # The specific tests now live in Lib/email/test
5 from email.test.test_email_renamed import suite
H A Dtest_email_codecs.py2 # email package unit tests for (optional) Asian codecs
4 # The specific tests now live in Lib/email/test
5 from email.test import test_email_codecs
6 from email.test import test_email_codecs_renamed
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
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 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 Dparser.py3 # Contact: email-sig@python.org
5 """A parser of RFC 2822 and MIME email messages."""
12 from email.feedparser import FeedParser
13 from email.message import Message
20 """Parser of RFC 2822 and MIME email messages.
22 Creates an in-memory object tree representing the email message, which
H A Dutils.py3 # Contact: email-sig@python.org
32 from email._parseaddr import quote
33 from email._parseaddr import AddressList as _AddressList
34 from email._parseaddr import mktime_tz
37 from email._parseaddr import parsedate as _parsedate
38 from email._parseaddr import parsedate_tz as _parsedate_tz
43 from email.encoders import _bencode, _qencode
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...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
H A Dtest_email_codecs.py2 # Contact: email-sig@python.org
3 # email package unit tests for (optional) Asian codecs
8 from email.test.test_email import TestEmailBase
9 from email.charset import Charset
10 from email.header import Header, decode_header
11 from email.message import Message
H A Dtest_email_codecs_renamed.py2 # Contact: email-sig@python.org
3 # email package unit tests for (optional) Asian codecs
8 from email.test.test_email import TestEmailBase
9 from email.charset import Charset
10 from email.header import Header, decode_header
11 from email.message import Message
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)
H A Dtest_email.py2 # Contact: email-sig@python.org
3 # email package unit tests
14 import email namespace
16 from email.Charset import Charset
17 from email.Header import Header, decode_header, make_header
18 from email.Parser import Parser, HeaderParser
19 from email.Generator import Generator, DecodedGenerator
20 from email.Message import Message
21 from email.MIMEAudio import MIMEAudio
22 from email
[all...]
H A Dtest_email_renamed.py2 # Contact: email-sig@python.org
3 # email package unit tests
14 import email namespace
16 from email.charset import Charset
17 from email.header import Header, decode_header, make_header
18 from email.parser import Parser, HeaderParser
19 from email.generator import Generator, DecodedGenerator
20 from email.message import Message
21 from email.mime.application import MIMEApplication
22 from email
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
H A Dmboxconvert.py86 fullname, email = m.getaddr('From')
94 print 'From', email, time.ctime(t)
104 (msgid, email))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dmailerdaemon.py36 # If a re, it should contain at least a group (?P<email>...) which
37 # should refer to the email address. The re can also contain a group
43 # multiple email addresses. The second re is matched (not searched)
47 'error: (?P<reason>unresolvable): (?P<email>.+)',
49 '(?P<email>[^ \n].*)\n( .*\n)?'),
50 'remote execution.*\n.*rmail (?P<email>.+)',
52 ' +(?P<email>.*)\n(The following recipients did not receive your message:\n\n)?'),
53 '------- Failure Reasons --------\n\n(?P<reason>.*)\n(?P<email>.*)',
54 '^<(?P<email>.*)>:\n(?P<reason>.*)',
55 '^(?P<reason>User mailbox exceeds allowed size): (?P<email>
[all...]
/device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/
H A DEmailPolicy.java17 package com.android.email.policy;
90 * automatic setup/configuration for specific email providers. These values supplement (or
95 * user entered as part of their email address; For example, if the user enters
141 * specified email address.
144 * $email - the email address the user entered
145 * $user - the value before the @ sign in the email address the user entered
146 * $domain - the value after the @ signin the email address the user entered
218 b.putString(FIND_PROVIDER_IN_USER, "$email");
220 b.putString(FIND_PROVIDER_OUT_USER, "$email");
[all...]
/device/linaro/bootloader/edk2/BaseTools/Scripts/
H A DPatchCheck.py21 import email namespace
132 def check_email_address(self, email):
133 email = email.strip()
134 mo = self.email_re1.match(email)
136 self.error("Email format is invalid: " + email.strip())
141 self.error("Name is not provided with email address: " +
142 email)
151 "email address: " + email)
[all...]

Completed in 235 milliseconds

12