/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
__init__.py | 3 # 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.<old name> -> email.<new name is lowercased old name 118 import email.mime namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
__init__.py | 3 # 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.<old name> -> email.<new name is lowercased old name 118 import email.mime namespace [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
crash_restore_browsertest.cc | 64 EXPECT_EQ(kUserId1, user->email()); 137 EXPECT_EQ(kUserId3, user->email()); 144 EXPECT_EQ(kUserId3, users[0]->email()); 147 EXPECT_EQ(kUserId2, users[1]->email()); 150 EXPECT_EQ(kUserId1, users[2]->email());
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
accounts_options_handler.cc | 111 std::string email; local 112 if (!args->GetString(0, &email)) { 116 base::StringValue canonical_email(gaia::CanonicalizeEmail(email)); 118 UserManager::Get()->RemoveUser(email, NULL); 139 new_list->AppendIfNotPresent(new base::StringValue((*it)->email()));
|
user_image_source.h | 39 // is true) encoded image for user with specified email. If there's 40 // no user with such email, returns the first default image. 41 base::RefCountedMemory* GetUserImage(const std::string& email,
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupBasicsFragment.java | 17 package com.android.email.activity.setup; 28 import com.android.email.R; 29 import com.android.email.activity.UiUtilities; 136 public void setEmail(final String email) { 137 mEmailView.setText(email);
|
AccountSetupTypeFragment.java | 17 package com.android.email.activity.setup; 27 import com.android.email.R; 28 import com.android.email.activity.UiUtilities; 29 import com.android.email.service.EmailServiceUtils;
|
PolicyListPreference.java | 17 package com.android.email.activity.setup;
|
SpinnerOption.java | 17 package com.android.email.activity.setup;
|
/packages/apps/Email/src/com/android/email/service/ |
ImapTempFileLiteral.java | 17 package com.android.email.service; 19 import com.android.email.FixedLengthInputStream; 20 import com.android.email.mail.store.imap.ImapResponse; 21 import com.android.email.mail.store.imap.ImapResponseParser; 22 import com.android.email.mail.store.imap.ImapString;
|
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/ |
ImapResponseTest.java | 17 package com.android.email.mail.store.imap; 19 import static com.android.email.mail.store.imap.ImapTestUtils.*; 21 import com.android.email.mail.store.imap.ImapConstants; 22 import com.android.email.mail.store.imap.ImapResponse; 23 import com.android.email.mail.store.imap.ImapSimpleString;
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
ContactRequest.java | 38 public ContactRequest(final String name, final String email) { 40 mEmail = normalizeEmail(email); 43 private String normalizeEmail(final String email) { 44 if (TextUtils.isEmpty(email)) { 45 throw new IllegalArgumentException("Email must not be empty."); 48 return email; 62 // Only count email, so we can pull results out of the cache that are from other contact 74 // Only count email, so we can pull results out of the cache that are from other contact
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
background.js | 35 if (entry['gd$email']) { 36 var emails = entry['gd$email']; 37 for (var j = 0, email; email = emails[j]; j++) { 38 contact['emails'].push(email['address']);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
validate-committer-lists | 72 email = email_link.string.replace(" at ", "@") # The email is obfuscated using " at " instead of "@". 73 emails.append(email) 80 for email in committer.emails: 81 if email in emails: 91 for email in committer.emails: 92 email_to_committer_map[email] = committer 94 return filter(lambda email: not email_to_committer_map.get(email), emails) 185 # First check to see if we have a manual mapping from login to email [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
IntentHelper.java | 31 * Triggers a send email intent. If no application has registered to receive these intents, 35 * @param email The email address to send to. 36 * @param subject The subject of the email. 37 * @param body The body of the email. 42 static void sendEmail(Context context, String email, String subject, String body, 46 if (!TextUtils.isEmpty(email)) { 47 possibleEmails.add(email);
|
/external/chromium_org/chrome/browser/ui/webui/signin/ |
inline_login_handler_impl.cc | 48 const std::string& email, 56 const std::string& email, 78 const std::string& email, 86 email_(email), 96 const std::string& email, 114 UpdateCredentials(email, refresh_token); 148 email, password_, refresh_token, 158 email, password_, refresh_token, 230 base::string16 email; local 231 dict->GetString("email", &email) [all...] |
/external/chromium_org/cloud_print/service/ |
service_state_unittest.cc | 31 EXPECT_STREQ("{\"cloud_print\": {\"auth_token\": \"token1\",\"email\": " 45 "{\"cloud_print\": {\"email\": \"test@gmail.com\"}}")); 46 EXPECT_STREQ("test@gmail.com", state.email().c_str()); 50 "{\"cloud_print\": {\"email\": \"test2@gmail.com\",\"enabled\": true,\"" 53 EXPECT_STREQ("test2@gmail.com", state.email().c_str()); 65 const std::string& email,
|
/external/chromium_org/ui/app_list/ |
app_list_menu.cc | 32 users_[i].email.empty() ? users_[i].name 33 : users_[i].email, 38 menu_model_.SetSublabel(menu_index, users_[i].email);
|
/packages/apps/Email/tests/src/com/android/email/ |
ControllerProviderOpsTests.java | 17 package com.android.email; 23 import com.android.email.provider.ContentCache; 24 import com.android.email.provider.EmailProvider; 38 * runtest -c com.android.email.ControllerProviderOpsTests email
|
/external/chromium_org/chrome/browser/signin/ |
signin_header_helper.h | 48 // The prefilled email. 49 std::string email; member in struct:signin::ManageAccountsParams 50 // Whether |email| is a saml account.
|
/external/chromium_org/chrome/common/ |
service_messages.h | 18 IPC_STRUCT_TRAITS_MEMBER(email) 34 // (whether it is enabled, the email address and the proxy id).
|
/external/chromium_org/google_apis/gaia/ |
gaia_auth_util.h | 27 // Returns true if the two specified email addresses are the same. Both 31 // Extract the domain part from the canonical form of the given email. 32 std::string ExtractDomainName(const std::string& email); 37 // email/valid pairs. An email addresses is considered valid if a passive
|
/external/chromium_org/remoting/host/mac/ |
me2me_preference_pane_confirm_pin.h | 20 - (void)setEmail:(NSString*)email;
|
/packages/apps/Email/src/com/android/email/ |
EmailIntentService.java | 16 package com.android.email;
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapElement.java | 17 package com.android.email.mail.store.imap;
|