Searched refs:fromAddresses (Results 1 – 1 of 1) sorted by relevance
2076 final String[] fromAddresses = refMessage.getFromAddressesUnescaped(); in initReplyRecipients() local2077 final String fromAddress = fromAddresses.length > 0 ? fromAddresses[0] : null; in initReplyRecipients()