Searched defs:getFrom (Results 1 - 5 of 5) sorted by relevance

/javamail/taglib/src/main/java/demo/
H A DMessageInfo.java105 public String getFrom() throws MessagingException { method in class:MessageInfo
106 return formatAddresses(message.getFrom());
212 return (message.getFrom() != null);
/javamail/mbox/src/main/java/com/sun/mail/mbox/
H A DMboxMessage.java123 public Address[] getFrom() throws MessagingException { method in class:MboxMessage
124 Address[] ret = super.getFrom();
/javamail/mail/src/main/java/javax/mail/
H A DMessage.java157 public abstract Address[] getFrom() throws MessagingException; method in class:Message
425 * The default implementation simply calls the <code>getFrom</code>
434 * @see #getFrom
437 return getFrom();
/javamail/mail/src/main/java/com/sun/mail/imap/
H A DIMAPMessage.java318 public Address[] getFrom() throws MessagingException { method in class:IMAPMessage
321 return super.getFrom();
409 return getFrom();
/javamail/mail/src/main/java/javax/mail/internet/
H A DMimeMessage.java371 public Address[] getFrom() throws MessagingException { method in class:MimeMessage
700 * the <code>getFrom</code> method is called and its value is returned.
711 a = getFrom();

Completed in 24 milliseconds