Lines Matching defs:recipients

702                 // original sender and recipients if user switches "reply <-> reply-all".
1280 // all the message recipients and find one that matches
1290 * Compare all the recipients of an email to the current account and all
1543 // Setup recipients
2076 // Cc list is the union of the To and Cc recipients of the original
2199 // recipients and they sent the original message.
2207 // target the original recipients. This works as expected even
2218 private void addRecipients(final Set<String> recipients, final String[] addresses) {
2221 // the list of recipients.
2224 recipients.add(email.replace("\"\"", ""));
2373 * gets populated (attachments, recipients, body, subject, etc), save is
2532 final List<String> recipients = Lists.newArrayList();
2533 addAddressesToRecipientList(recipients, toAddresses);
2534 addAddressesToRecipientList(recipients, ccAddresses);
2535 addAddressesToRecipientList(recipients, bccAddresses);
2536 incrementRecipientsTimesContacted(recipients);
2540 final List<String> recipients, final String addressString) {
2541 if (recipients == null) {
2549 recipients.add(token.getAddress());
2660 * Reports recipients that have been contacted in order to improve auto-complete
2662 * @param recipients addresses
2664 protected void incrementRecipientsTimesContacted(List<String> recipients) {
2666 statsUpdater.updateWithAddress(recipients);
2748 * Get the to recipients.
2755 * Get the cc recipients.
2762 * Get the bcc recipients.
2952 final ArrayList<String> recipients = buildEmailAddressList(to);
2953 recipients.addAll(buildEmailAddressList(cc));
2954 recipients.addAll(buildEmailAddressList(bcc));
2957 // with no recipients)
2970 // Don't let the user send an email with invalid recipients
3001 showToast, recipients);
3007 showToast, recipients);
3013 showSendConfirmDialog(R.string.confirm_send_message, showToast, recipients);
3018 performAdditionalSendOrSaveSanityChecks(save, showToast, recipients);
3045 private static final String RECIPIENTS = "recipients";
3055 final boolean showToast, final ArrayList<String> recipients) {
3060 args.putStringArrayList(RECIPIENTS, recipients);
3090 final boolean showToast, final ArrayList<String> recipients) {
3091 performAdditionalSendOrSaveSanityChecks(false /* save */, showToast, recipients);
3094 // The list of recipients are used by the additional sendOrSave checks.
3100 final boolean showToast, final ArrayList<String> recipients) {
3102 messageId, showToast, recipients);
3269 final boolean save, final boolean showToast, ArrayList<String> recipients) {
3852 * Returns a list of email addresses from the recipients. List only contains