Searched refs:reply (Results 1 - 6 of 6) sorted by relevance

/javamail/mail/src/test/java/javax/mail/internet/
H A DReferencesTest.java118 MimeMessage reply = (MimeMessage)msg.reply(false);
119 String rref = reply.getHeader("References", " ");
/javamail/demo/src/main/java/internal/
H A Danswer.java205 "A reply to a message we haven't seen");
271 pv("is reply, flagging it");
274 // a second copy of a message that's not a reply?
280 // a reply to a message we haven't seen?
307 * or possibly a reply to such a question.
315 boolean reply = false; field in class:Question
325 reply = true;
335 return reply;
350 if (this.reply == q.reply)
[all...]
/javamail/mail/src/main/java/javax/mail/internet/
H A DMimeMessage.java1593 * Get a new Message suitable for a reply to this message.
1600 * to all recipients of this message. Otherwise, the reply will be
1616 * @param replyToAll reply should be sent to all recipients
1618 * @return the reply Message
1621 public Message reply(boolean replyToAll) throws MessagingException { method in class:MimeMessage
1622 return reply(replyToAll, true);
1626 * Get a new Message suitable for a reply to this message.
1633 * to all recipients of this message. Otherwise, the reply will be
1652 * @param replyToAll reply should be sent to all recipients
1655 * @return the reply Messag
1659 public Message reply(boolean replyToAll, boolean setAnswered) method in class:MimeMessage
[all...]
/javamail/mail/src/main/java/javax/mail/
H A DMessage.java669 * Get a new Message suitable for a reply to this message.
676 * to all recipients of this message. Otherwise, the reply will be
683 * The reply message will use the same session as this message.
685 * @param replyToAll reply should be sent to all recipients
687 * @return the reply Message
690 public abstract Message reply(boolean replyToAll) throws MessagingException; method in class:Message
/javamail/mail/src/main/java/com/sun/mail/util/logging/
H A DMailHandler.java197 * <li>&lt;handler-name&gt;.mail.reply.to a comma separated
198 * list of addresses which will be reply-to addresses. Typically, this is set
200 * string can be used to specify no reply-to address.
3269 //Verify reply-to addresses.
3947 * Sets reply-to address header.
3951 final String reply = getSession(msg).getProperty("mail.reply.to");
3952 if (!isEmpty(reply)) {
3954 final Address[] address = InternetAddress.parse(reply, false);
/javamail/
H A Dmail.sig214 meth public abstract javax.mail.Message reply(boolean) throws javax.mail.MessagingException
948 meth public javax.mail.Message reply(boolean) throws javax.mail.MessagingException

Completed in 32 milliseconds