Searched refs:disposition (Results 1 - 9 of 9) sorted by relevance
/javamail/mail/src/main/java/javax/mail/internet/ |
H A D | ContentDisposition.java | 57 private String disposition; // disposition field in class:ContentDisposition 68 * @param disposition disposition 72 public ContentDisposition(String disposition, ParameterList list) { argument 73 this.disposition = disposition; 90 // First "disposition" .. 93 throw new ParseException("Expected disposition, got " + 95 disposition 143 setDisposition(String disposition) argument [all...] |
H A D | MimeBodyPart.java | 301 * Returns the disposition from the "Content-Disposition" header field. 302 * This represents the disposition of this part. The disposition 319 * Set the disposition in the "Content-Disposition" header field 320 * of this body part. If the disposition is null, any existing 329 public void setDisposition(String disposition) throws MessagingException { argument 330 setDisposition(this, disposition); 798 * file data. The disposition of this part is set to 837 * part. The disposition of this part is set to 862 * part. The disposition o 1197 setDisposition(MimePart part, String disposition) argument [all...] |
H A D | MimeMessage.java | 1020 * Returns the disposition from the "Content-Disposition" header field. 1021 * This represents the disposition of this part. The disposition 1030 * @return disposition of this part, or null if unknown 1038 * Set the disposition in the "Content-Disposition" header field 1039 * of this body part. If the disposition is null, any existing 1048 public void setDisposition(String disposition) throws MessagingException { argument 1049 MimeBodyPart.setDisposition(this, disposition);
|
/javamail/outlook/src/main/java/ |
H A D | MSBodyPart.java | 47 private String disposition; field in class:MSBodyPart 54 String disposition, String encoding) { 58 this.disposition = disposition; 74 return disposition; 53 MSBodyPart(byte[] content, int start, int end, String disposition, String encoding) argument
|
/javamail/mail/src/main/java/javax/mail/ |
H A D | Part.java | 175 * Return the disposition of this part. The disposition 185 * @return disposition of this part, or null if unknown 194 * Set the disposition of this part. 196 * @param disposition disposition of this part 206 public void setDisposition(String disposition) throws MessagingException; argument
|
/javamail/mail/src/main/java/com/sun/mail/imap/protocol/ |
H A D | BODYSTRUCTURE.java | 67 public String disposition; // Disposition field in class:BODYSTRUCTURE 149 System.out.println("DEBUG IMAP: parse disposition"); 150 disposition = r.readString(); 152 System.out.println("DEBUG IMAP: disposition " + 153 disposition); 158 "missing ``)'' at end of disposition in multipart"); 160 System.out.println("DEBUG IMAP: disposition DONE"); 163 System.out.println("DEBUG IMAP: disposition NIL"); 169 "bad multipart disposition, b " + b); 183 "missing space after disposition"); [all...] |
/javamail/mail/src/main/java/com/sun/mail/imap/ |
H A D | IMAPBodyPart.java | 107 return bs.disposition; 110 public void setDisposition(String disposition) throws MessagingException { argument
|
H A D | IMAPMessage.java | 572 return bs.disposition; 575 public void setDisposition(String disposition) throws MessagingException { argument
|
/javamail/ |
H A D | mail.sig | 715 hfds disposition,list
|
Completed in 182 milliseconds