Searched refs:getReplyTo (Results 1 – 11 of 11) sorted by relevance
82 public abstract Address[] getReplyTo() throws MessagingException; in getReplyTo() method in Message
83 public abstract Address[] getReplyTo() throws MessagingException; in getReplyTo() method in Message
433 setReplyTo(Address.toHeader(mimeMessage.getReplyTo())); in Message()554 public String getReplyTo() { in getReplyTo() method in Message
378 assertEquals(tag, expect.mReplyTo, Address.toHeader(actual.getReplyTo())); in checkLegacyMessage()
292 Address[] replyTo = message.getReplyTo(); in testParsingAddressField()
274 final String refReplyToAccount = refMessage.getReplyTo(); in testReplyWithReplyTo()401 final String refReplyToAccount = refMessage.getReplyTo(); in testReplyAllWithReplyTo()
345 public Address[] getReplyTo() throws MessagingException { in getReplyTo() method in MimeMessage
355 public Address[] getReplyTo() throws MessagingException { in getReplyTo() method in MimeMessage
86 final Address[] replyTo = message.getReplyTo(); in updateMessageFields()
300 public ArrayList<Rfc822Token> getReplyTo() { in getReplyTo() method in BluetoothMapbMessageMime
923 Address[] replyto = message.getReplyTo(); in checkFetchedMessage()