Searched refs:updateHeaders (Results 1 - 13 of 13) sorted by relevance

/javamail/mail/src/main/java/javax/mail/internet/
H A DPreencodedMimeBodyPart.java123 protected void updateHeaders() throws MessagingException { method in class:PreencodedMimeBodyPart
124 super.updateHeaders();
H A DMimeMultipart.java495 * calls the <code>updateHeaders</code> method on each of its
512 protected synchronized void updateHeaders() throws MessagingException { method in class:MimeMultipart
515 ((MimeBodyPart)parts.elementAt(i)).updateHeaders();
H A DMimeBodyPart.java1130 protected void updateHeaders() throws MessagingException { method in class:MimeBodyPart
1131 updateHeaders(this);
1457 static void updateHeaders(MimePart part) throws MessagingException { method in class:MimeBodyPart
1490 ((MimeMultipart)o).updateHeaders();
1497 // XXX - call MimeMessage.updateHeaders()?
1665 * or a stream). This prevents updateHeaders from trying to
H A DMimeMessage.java2148 * <code>updateHeaders</code> method.
2159 updateHeaders();
2164 * by the <code>updateHeaders</code> and allows a subclass
2183 * <code>updateHeaders</code> method is called. <p>
2197 protected synchronized void updateHeaders() throws MessagingException { method in class:MimeMessage
2198 MimeBodyPart.updateHeaders(this);
/javamail/mail/src/test/java/javax/mail/internet/
H A DNonAsciiFileNames.java69 MimeBodyPart.updateHeaders(mbp);
87 MimeBodyPart.updateHeaders(mbp);
H A DEncodeFileName.java78 mbp.updateHeaders();
H A DNoEncodeFileName.java97 mbp.updateHeaders();
H A DMimeBodyPartTest.java160 updateHeaders();
/javamail/mbox/src/main/java/com/sun/mail/mbox/
H A DSunV3BodyPart.java335 protected void updateHeaders() throws MessagingException { method in class:SunV3BodyPart
336 throw new MethodNotSupportedException("SunV3BodyPart updateHeaders");
H A DSunV3Multipart.java93 protected void updateHeaders() throws MessagingException { method in class:SunV3Multipart
H A DMboxMessage.java420 protected void updateHeaders() throws MessagingException { method in class:MboxMessage
421 super.updateHeaders();
/javamail/mail/src/main/java/com/sun/mail/imap/
H A DIMAPBodyPart.java90 protected void updateHeaders() { method in class:IMAPBodyPart
/javamail/
H A Dmail.sig842 meth protected void updateHeaders() throws javax.mail.MessagingException
912 meth protected void updateHeaders() throws javax.mail.MessagingException
1003 meth protected void updateHeaders() throws javax.mail.MessagingException
1113 meth protected void updateHeaders() throws javax.mail.MessagingException

Completed in 46 milliseconds