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

/javamail/mail/src/main/java/javax/mail/search/
H A DFlagTerm.java61 private boolean set; field in class:FlagTerm
76 * @param set the flag setting to check for
78 public FlagTerm(Flags flags, boolean set) { argument
80 this.set = set;
93 * Return true if testing whether the flags are set.
95 * @return true if testing whether the flags are set
98 return set;
111 if (set) { // This is easy
119 // object are NOT set i
[all...]
/javamail/gimap/src/main/java/com/sun/mail/gimap/
H A DGmailMessage.java127 * @param set true to add labels, false to remove
131 public synchronized void setLabels(String[] labels, boolean set) argument
140 p.storeLabels(getSequenceNumber(), labels, set);
H A DGmailFolder.java134 * @param set true to add, false to remove
139 String[] labels, boolean set)
155 p.storeLabels(ms, labels, set);
170 * @param set true to add, false to remove
175 String[] labels, boolean set)
182 setLabels(msgs, labels, set);
190 * @param set true to add, false to remove
195 String[] labels, boolean set)
201 setLabels(msgs, labels, set);
138 setLabels(Message[] msgs, String[] labels, boolean set) argument
174 setLabels(int start, int end, String[] labels, boolean set) argument
194 setLabels(int[] msgnums, String[] labels, boolean set) argument
/javamail/mail/src/main/java/com/sun/mail/imap/
H A DIMAPNestedMessage.java145 public synchronized void setFlags(Flags flag, boolean set) argument
147 // Cannot set FLAGS on a nested IMAP message
149 "Cannot set flags on this nested message");
H A DIMAPMessage.java271 protected void setExpunged(boolean set) { argument
272 super.setExpunged(set);
489 // if bodyLoaded, size is already set
897 // if we get this far without "is" being set, something has gone
1016 * Test if the given Flags are set in this message.
1028 public synchronized void setFlags(Flags flag, boolean set) argument
1035 p.storeFlags(getSequenceNumber(), flag, set);
1220 uid = u.uid; // set uid
1269 * a new header was added to the set requested)
1553 // make sure flags is always set, eve
[all...]
/javamail/android/activation/src/main/java/javax/activation/
H A DMimeTypeParameterList.java230 public void set(String name, String value) { method in class:MimeTypeParameterList
/javamail/gimap/src/main/java/com/sun/mail/gimap/protocol/
H A DGmailProtocol.java141 * @param set true to set, false to clear
145 public void storeLabels(MessageSet[] msgsets, String[] labels, boolean set) argument
147 storeLabels(MessageSet.toString(msgsets), labels, set);
156 * @param set true to set, false to clear
160 public void storeLabels(int start, int end, String[] labels, boolean set) argument
163 labels, set);
171 * @param set true to set, fals
175 storeLabels(int msg, String[] labels, boolean set) argument
180 storeLabels(String msgset, String[] labels, boolean set) argument
[all...]
/javamail/mbox/src/main/java/com/sun/mail/mbox/
H A DMboxMessage.java196 // writeTo will set the SEEN flag, remember the original state
221 * @param flags the flags to be set
222 * @param set the value to be set
224 public void setFlags(Flags newFlags, boolean set) argument
227 super.setFlags(newFlags, set);
284 return super.getDataHandler(); // will set "dh"
334 s = getHeader("X-Dt-Delete-Time", null); // set by dtmail
337 s = getHeader("X-Status", null); // set by IMAP server
348 s = getHeader("X-Keywords", null); // set b
[all...]
/javamail/mail/src/main/java/com/sun/mail/pop3/
H A DPOP3Message.java88 * @param newFlags the flags to be set
89 * @param set the value to be set
91 public synchronized void setFlags(Flags newFlags, boolean set) argument
94 super.setFlags(newFlags, set);
125 * loading the headers, it will set the size.
276 * cache or if the "mail.pop3.keepmessagecontent" prop is set.
561 * is set to "true", and ignoreList is null, and the message hasn't
/javamail/mail/src/main/java/javax/mail/internet/
H A DParameterList.java64 * <code>mail.mime.parameters.strict</code>, which if set to false
68 * If set to true (the default), parameter values are required to conform
95 * A set of names for multi-segment parameters that we
98 * but such names can also be set via the set method when the
100 * (A special call to the set method tells us when the IMAP provider
166 * An encoded value that is set explicitly is stored
169 * was set.
331 * the {@link #set} method. After all these segments are added
343 * the set metho
560 public void set(String name, String value) { method in class:ParameterList
585 public void set(String name, String value, String charset) { method in class:ParameterList
[all...]
H A DMimeMessage.java72 * headers is done. If this property is set to <code>"false"</code>,
142 * set to true when an empty message is created or when the
151 * this message? This flag is set to false by the public constructor
152 * and set to true by the <code>saveChanges</code> method. The
184 * The <code>headers</code> field is set to an empty InternetHeaders
185 * object. The <code>flags</code> field is set to an empty Flags
186 * object. The <code>modified</code> flag is set to true.
235 if (flags == null) // make sure flags is always set
737 // Convenience method to set addresses
1270 * is set t
2124 setFlags(Flags flag, boolean set) argument
[all...]
/javamail/mail/src/main/java/javax/mail/
H A DMessage.java51 * Message implements the Part interface. Message contains a set of
53 * set of flags that describe its state within the folder.<p>
532 * argument is set in this message. <p>
560 * @param flag Flags object containing the flags to be set
561 * @param set the value to be set
570 public abstract void setFlags(Flags flag, boolean set) argument
582 * @param flag Flags.Flag object containing the flag to be set
583 * @param set the value to be set
592 setFlag(Flags.Flag flag, boolean set) argument
[all...]
/javamail/mail/src/main/java/com/sun/mail/imap/protocol/
H A DIMAPProtocol.java85 // WARNING: authenticated may be set to true in superclass
1568 if (f != null) { // set Flags in appended message
1569 // can't set the \Recent flag in APPEND
1587 if (d != null) // set INTERNALDATE in appended message
1661 * @param set UIDs to expunge
1665 public void uidexpunge(UIDSet[] set) throws ProtocolException { argument
1668 simpleCommand("UID EXPUNGE " + UIDSet.toString(set), null);
2329 public void storeFlags(MessageSet[] msgsets, Flags flags, boolean set) argument
2331 storeFlags(MessageSet.toString(msgsets), flags, set);
2334 public void storeFlags(int start, int end, Flags flags, boolean set) argument
2348 storeFlags(int msg, Flags flags, boolean set) argument
2353 storeFlags(String msgset, Flags flags, boolean set) argument
[all...]
/javamail/mail/src/test/java/com/sun/mail/util/logging/
H A DMailHandlerTest.java172 PENDING.set(t);
196 private static void set(ClassLoader expect) { method in class:MailHandlerTest
200 LOADER.set(expect);
355 set(expect);
383 set((ClassLoader) null);
4394 mhem.set(h, em);
4555 f.set(null, new Properties());
4563 f.set(null, lm);
8116 //Check for set and get context class loader.

Completed in 822 milliseconds