Searched refs:setReplyTo (Results 1 – 11 of 11) sorted by relevance
95 message.setReplyTo(replies); in testUpdateMessageFields_PlainAddresses()137 message.setReplyTo(replies); in testUpdateMessageFields_EncodedAddresses()
433 setReplyTo(Address.toHeader(mimeMessage.getReplyTo())); in Message()558 public synchronized void setReplyTo(final String replyTo) { in setReplyTo() method in Message
81 public abstract void setReplyTo(Address[] from) throws MessagingException; in setReplyTo() method in Message
84 public abstract void setReplyTo(Address[] from) throws MessagingException; in setReplyTo() method in Message
139 refMessage.setReplyTo(customFrom); in testRecipientsRefReplyAllCustomFromReplyTo()273 refMessage.setReplyTo("replytofromaccount1@mock.com"); in testReplyWithReplyTo()399 refMessage.setReplyTo("replytofromaccount1@mock.com"); in testReplyAllWithReplyTo()
242 message.setReplyTo(new Address[] { quotedName, utf16Name, utf32Name }); in testEncodingAddressField()
339 public void setReplyTo(Address[] replyTo) throws MessagingException { in setReplyTo() method in MimeMessage
353 public void setReplyTo(Address[] replyTo) throws MessagingException { in setReplyTo() method in MimeMessage
391 message.setReplyTo(Address.fromHeader(localMessage.mReplyTo)); in makeMessage()
267 public void setReplyTo(ArrayList<Rfc822Token> replyTo) { in setReplyTo() method in BluetoothMapbMessageMime
1137 message.setReplyTo(null); in createMessage()