Searched refs:modified (Results 1 - 5 of 5) sorted by relevance

/javamail/outlook/src/main/java/
H A DMSMessage.java162 modified = false;
/javamail/mail/src/main/java/javax/mail/internet/
H A DMimeMessage.java138 * A flag indicating whether the message has been modified.
139 * If the message has not been modified, any data in the
147 protected boolean modified = false; field in class:MimeMessage
186 * object. The <code>modified</code> flag is set to true.
192 modified = true;
327 * <code>modified</code> flag. <p>
355 modified = false;
1764 * addresses to v. Note that the input array may be modified.
1831 * If the <code>modified</code> flag is not
1849 if (modified) {
[all...]
/javamail/mbox/src/main/java/com/sun/mail/mbox/
H A DMboxMessage.java460 * Expose modified flag to MboxFolder.
463 return modified;
H A DMboxFolder.java456 int modified = 0, deleted = 0, recent = 0;
464 modified++;
477 modified == 0)
/javamail/
H A Dmail.sig899 fld protected boolean modified

Completed in 21 milliseconds