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

/javamail/mail/src/main/java/com/sun/mail/imap/
H A DIMAPBodyPart.java61 public class IMAPBodyPart extends MimeBodyPart implements ReadableMime { class in inherits:MimeBodyPart,ReadableMime
75 protected IMAPBodyPart(BODYSTRUCTURE bs, String sid, IMAPMessage message) { method in class:IMAPBodyPart
111 throw new IllegalWriteException("IMAPBodyPart is read-only");
127 throw new IllegalWriteException("IMAPBodyPart is read-only");
148 throw new IllegalWriteException("IMAPBodyPart is read-only");
168 throw new IllegalWriteException("IMAPBodyPart is read-only");
309 throw new IllegalWriteException("IMAPBodyPart is read-only");
313 throw new IllegalWriteException("IMAPBodyPart is read-only");
317 throw new IllegalWriteException("IMAPBodyPart is read-only");
327 throw new IllegalWriteException("IMAPBodyPart i
[all...]

Completed in 23 milliseconds