Searched refs:getMatchingHeaders (Results 1 - 8 of 8) sorted by relevance

/javamail/mail/src/main/java/javax/mail/
H A DPart.java464 public Enumeration getMatchingHeaders(String[] header_names) method in interface:Part
/javamail/mail/src/main/java/com/sun/mail/imap/
H A DIMAPBodyPart.java346 public Enumeration<Header> getMatchingHeaders(String[] names) method in class:IMAPBodyPart
349 return super.getMatchingHeaders(names);
H A DIMAPMessage.java952 public Enumeration<Header> getMatchingHeaders(String[] names) method in class:IMAPMessage
956 return super.getMatchingHeaders(names);
/javamail/mail/src/main/java/com/sun/mail/pop3/
H A DPOP3Message.java467 public Enumeration<Header> getMatchingHeaders(String[] names) method in class:POP3Message
471 return headers.getMatchingHeaders(names);
/javamail/mail/src/main/java/javax/mail/internet/
H A DInternetHeaders.java601 public Enumeration getMatchingHeaders(String[] names) { method in class:InternetHeaders
H A DMimeBodyPart.java1046 public Enumeration getMatchingHeaders(String[] names) method in class:MimeBodyPart
1048 return headers.getMatchingHeaders(names);
H A DMimeMessage.java2005 public Enumeration getMatchingHeaders(String[] names) method in class:MimeMessage
2007 return headers.getMatchingHeaders(names);
/javamail/
H A Dmail.sig327 meth public abstract java.util.Enumeration getMatchingHeaders(java.lang.String[]) throws javax.mail.MessagingException
804 meth public java.util.Enumeration getMatchingHeaders(java.lang.String[])
862 meth public java.util.Enumeration getMatchingHeaders(java.lang.String[]) throws javax.mail.MessagingException
938 meth public java.util.Enumeration getMatchingHeaders(java.lang.String[]) throws javax.mail.MessagingException

Completed in 34 milliseconds