/packages/apps/Email/tests/src/com/android/email/mail/store/ |
ImapStoreUnitTests.java | 17 package com.android.email.mail.store; 30 import com.android.email.DBTestHelper; 31 import com.android.email.MockSharedPreferences; 32 import com.android.email.MockVendorPolicy; 33 import com.android.email.mail.store.ImapStore.ImapMessage; 34 import com.android.email.mail.store.imap.ImapResponse; 35 import com.android.email.mail.store.imap.ImapTestUtils; 36 import com.android.email.mail.transport.MockTransport; 71 * $ runtest -c com.android.email.mail.store.ImapStoreUnitTests email [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/ |
ContactUtil.java | 25 import android.provider.ContactsContract.CommonDataKinds.Email; 52 * Index of different columns in phone or email queries. All queries below should confirm to 129 public static final String SORT_KEY = Email.SORT_KEY_PRIMARY; 132 Email.CONTACT_ID, // 0 133 Email.DISPLAY_NAME_PRIMARY, // 1 134 Email.PHOTO_THUMBNAIL_URI, // 2 135 Email.ADDRESS, // 3 136 Email.TYPE, // 4 137 Email.LABEL, // 5 138 Email.LOOKUP_KEY, // [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
feedparser.py | 3 # Contact: email-sig@python.org 5 """FeedParser - An email feed parser. 7 The feed parser implements an interface for incrementally parsing an email 9 those reading email messages off a socket. 26 from email import errors 27 from email import message 140 """A feed-style parser of email."""
|
quoprimime.py | 3 # Contact: email-sig@python.org 11 allowed in email bodies or headers. 14 email.base64mime module for that instead. 26 wrapping issues, use the email.header module. 49 from email.utils import fix_eols 121 used specifically for email header fields to allow charsets with mostly 7 138 to the canonical email line separator \\r\\n unless the keep_eols 143 this function directly in email. 185 to the canonical email end-of-line sequence \\r\\n. Otherwise they will 190 in an email [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
feedparser.py | 3 # Contact: email-sig@python.org 5 """FeedParser - An email feed parser. 7 The feed parser implements an interface for incrementally parsing an email 9 those reading email messages off a socket. 26 from email import errors 27 from email import message 140 """A feed-style parser of email."""
|
quoprimime.py | 3 # Contact: email-sig@python.org 11 allowed in email bodies or headers. 14 email.base64mime module for that instead. 26 wrapping issues, use the email.header module. 49 from email.utils import fix_eols 121 used specifically for email header fields to allow charsets with mostly 7 138 to the canonical email line separator \\r\\n unless the keep_eols 143 this function directly in email. 185 to the canonical email end-of-line sequence \\r\\n. Otherwise they will 190 in an email [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
feedparser.py | 3 # Contact: email-sig@python.org 5 """FeedParser - An email feed parser. 7 The feed parser implements an interface for incrementally parsing an email 9 those reading email messages off a socket. 26 from email import errors 27 from email import message 140 """A feed-style parser of email."""
|
quoprimime.py | 3 # Contact: email-sig@python.org 11 allowed in email bodies or headers. 14 email.base64mime module for that instead. 26 wrapping issues, use the email.header module. 49 from email.utils import fix_eols 121 used specifically for email header fields to allow charsets with mostly 7 138 to the canonical email line separator \\r\\n unless the keep_eols 143 this function directly in email. 185 to the canonical email end-of-line sequence \\r\\n. Otherwise they will 190 in an email [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
feedparser.py | 3 # Contact: email-sig@python.org 5 """FeedParser - An email feed parser. 7 The feed parser implements an interface for incrementally parsing an email 9 those reading email messages off a socket. 26 from email import errors 27 from email import message 140 """A feed-style parser of email."""
|
quoprimime.py | 3 # Contact: email-sig@python.org 11 allowed in email bodies or headers. 14 email.base64mime module for that instead. 26 wrapping issues, use the email.header module. 49 from email.utils import fix_eols 121 used specifically for email header fields to allow charsets with mostly 7 138 to the canonical email line separator \\r\\n unless the keep_eols 143 this function directly in email. 185 to the canonical email end-of-line sequence \\r\\n. Otherwise they will 190 in an email [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
quoprimime.py | 3 # Contact: email-sig@python.org
11 allowed in email bodies or headers.
14 email.base64mime module for that instead.
26 wrapping issues, use the email.header module.
49 from email.utils import fix_eols
121 used specifically for email header fields to allow charsets with mostly 7
138 to the canonical email line separator \\r\\n unless the keep_eols
143 this function directly in email.
185 to the canonical email end-of-line sequence \\r\\n. Otherwise they will
190 in an email. [all...] |
/external/autotest/site_utils/ |
gmail_lib.py | 25 from email.mime.text import MIMEText 64 """An email message.""" 105 'could not send email.') 111 """Send an email message. 120 logging.debug('Email sent: %s' , message['id']) 123 logging.error('Failed to send email: %s', error) 129 """Send email. 132 @param subject: Subject of the email. 141 logging.error('Failed to send email to %s: Credential file does not' 143 'install it. If you need to be able to send email, ' [all...] |
/external/libpng/contrib/gregbook/ |
writepng.c | 210 text[num_text].text = mainprog_ptr->email;
|
/external/ltp/testcases/commands/mail/ |
mail_tests.sh | 71 This is a test email. 120 # check if root received a new email with Test as subject 312 # also if root received the main copy of the email. 349 # also if root received the main copy of the email.
|
/external/toolchain-utils/ |
test_gcc_dejagnu.py | 143 print('Email sent.') 145 # Do not propagate this email sending exception, you want to email an 146 # email exception? Just log it on console. 147 print('Sending email failed - {0}'
|
/packages/apps/Email/provider_src/com/android/email/ |
AttachmentInfo.java | 17 package com.android.email; 69 // TODO Remove DENY_APKINSTALL when we can install directly from the Email activity
|
Preferences.java | 17 package com.android.email; 153 * Generate a new "device UID". This is local to Email app only, to prevent possibility
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
WidgetProvider.java | 17 package com.android.email.provider; 35 private static final String LEGACY_PREFS_NAME = "com.android.email.widget.WidgetManager"; 48 // Remove any legacy Email widget information
|
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
MockTransport.java | 17 package com.android.email.mail.transport;
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
Utils.java | 169 * Sets WebView in a restricted mode suitable for email use. [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
EventInfoFragment.java | 580 // email to the calendar owner display. 599 // Show email account if display name is not unique and 600 // display name != email 601 String email = mCalendarsCursor.getString(CALENDARS_INDEX_OWNER_ACCOUNT); local 602 if (cursor.getCount() > 1 && !calendarName.equalsIgnoreCase(email) && 603 Utils.isValidEmail(email)) { 604 sb.append(" (").append(email).append(")"); 1090 String email = mAttendeesCursor.getString(ATTENDEES_INDEX_EMAIL); local [all...] |
/external/toolchain-utils/cros_utils/ |
tabulator.py | 966 EMAIL = 4 1008 elif self._output_type in [self.EMAIL, self.HTML]: 1023 elif self._output_type in [self.EMAIL, self.HTML]: 1054 if self._output_type in [self.PLAIN, self.CONSOLE, self.EMAIL]: 1083 if self._output_type in [self.CONSOLE, self.PLAIN, self.EMAIL]: 1226 email = GetComplexTable(runs, labels, TablePrinter.EMAIL) variable [all...] |
/prebuilts/go/darwin-x86/src/encoding/xml/ |
read_test.go | 31 </title><link href="http://codereview.appspot.com/126085" rel="alternate"></link><updated>2009-10-04T01:35:58+00:00</updated><author><name>email-address-removed</name></author><id>urn:md5:134d9179c41f806be79b3a5f7877d19a</id><summary type="html"> 63 </title><link href="http://codereview.appspot.com/124106" rel="alternate"></link><updated>2009-10-03T23:02:17+00:00</updated><author><name>email-address-removed</name></author><id>urn:md5:0a2a4f19bb815101f0ba2904aed7c35a</id><summary type="html"> 110 Email string `xml:"email"` 140 Name: "email-address-removed", 141 InnerXML: "<name>email-address-removed</name>", 187 Name: "email-address-removed", 188 InnerXML: "<name>email-address-removed</name>",
|
/prebuilts/go/linux-x86/src/encoding/xml/ |
read_test.go | 31 </title><link href="http://codereview.appspot.com/126085" rel="alternate"></link><updated>2009-10-04T01:35:58+00:00</updated><author><name>email-address-removed</name></author><id>urn:md5:134d9179c41f806be79b3a5f7877d19a</id><summary type="html"> 63 </title><link href="http://codereview.appspot.com/124106" rel="alternate"></link><updated>2009-10-03T23:02:17+00:00</updated><author><name>email-address-removed</name></author><id>urn:md5:0a2a4f19bb815101f0ba2904aed7c35a</id><summary type="html"> 110 Email string `xml:"email"` 140 Name: "email-address-removed", 141 InnerXML: "<name>email-address-removed</name>", 187 Name: "email-address-removed", 188 InnerXML: "<name>email-address-removed</name>",
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_mailbox.py | 6 import email 7 import email.message 28 self.assertIsInstance(msg, email.message.Message) 36 self.assertIsInstance(part, email.message.Message) 69 keys.append(self._box.add(email.message_from_string(_sample_message))) 448 for input in (email.message_from_string(_sample_message), [all...] |