Searched refs:remove (Results 1 - 25 of 26) sorted by relevance

12

/javamail/logging/src/main/java/
H A DMailHandlerDemo.java548 boolean all = l.remove("-all") || l.isEmpty();
549 if (l.remove("-body") || all) {
553 if (l.remove("-custom") || all) {
557 if (l.remove("-low") || all) {
561 if (l.remove("-pushfilter") || all) {
565 if (l.remove("-pushlevel") || all) {
569 if (l.remove("-pushnormal") || all) {
573 if (l.remove("-pushonly") || all) {
577 if (l.remove("-simple") || all) {
582 boolean debug = l.remove("
[all...]
/javamail/mail/src/main/java/javax/mail/
H A DFlags.java267 public void remove(Flag flag) { method in class:Flags
276 public void remove(String flag) { method in class:Flags
278 user_flags.remove(flag.toLowerCase(Locale.ENGLISH));
287 public void remove(Flags f) { method in class:Flags
288 system_flags &= ~f.system_flags; // remove system flags
296 user_flags.remove(e.nextElement());
H A DSession.java845 authTable.remove(url);
1087 addressMap.remove(addresstype);
/javamail/android/activation/src/main/java/javax/activation/
H A DFileTypeMap.java118 // remove any per-thread-context-class-loader FileTypeMap
119 map.remove(SecuritySupport.getContextClassLoader());
H A DCommandMap.java117 // remove any per-thread-context-class-loader CommandMap
118 map.remove(SecuritySupport.getContextClassLoader());
H A DMimeTypeParameterList.java239 public void remove(String name) { method in class:MimeTypeParameterList
240 parameters.remove(name.trim().toLowerCase(Locale.ENGLISH));
H A DMimeType.java234 parameters.remove(name);
/javamail/gimap/src/main/java/com/sun/mail/gimap/
H A DGmailMessage.java126 * @param labels the labels to add or remove
127 * @param set true to add labels, false to remove
161 items.remove(GmailProtocol.LABELS_ITEM.getName());
/javamail/mail/src/main/java/com/sun/mail/imap/
H A DRights.java67 * rights.remove(Rights.Right.WRITE);
227 public void remove(Right right) { method in class:Rights
237 public void remove(Rights rights) { method in class:Rights
H A DIdleManager.java352 selectedKeys.remove(sk); // only process each key once
359 it.remove(); // only process each key once
414 toWatch.remove(folder);
/javamail/mail/src/main/java/javax/mail/internet/
H A DParameterList.java446 multisegmentNames.remove(name);
457 slist.remove(sname);
461 list.remove(name);
617 public void remove(String name) { method in class:ParameterList
618 list.remove(name.trim().toLowerCase(Locale.ENGLISH));
H A DInternetHeaders.java517 headers.remove(i);
577 //headers.remove(i);
H A DMimeMessage.java1775 // found it; count it and remove it from the input array
2129 flags.remove(flag);
/javamail/mail/src/test/java/com/sun/mail/util/logging/
H A DLogManagerPropertiesTest.java657 assertEquals("value", mp.remove(key));
660 assertEquals("newValue", mp.remove(key));
661 assertEquals("empty", mp.remove(""));
675 assertEquals(value, parent.remove(key));
677 assertNull(parent.remove(key));
700 assertEquals("newValue", mp.remove(key));
701 assertEquals("defValue", mp.remove(key));
741 assertEquals("newValue", mp.remove(key));
742 assertEquals("defValue", mp.remove(key));
1201 PENDING.remove();
[all...]
H A DMailHandlerTest.java174 PENDING.remove();
198 LOADER.remove();
3455 props.remove("mail.from");
3456 props.remove("mail.to");
3457 props.remove("mail.cc");
3458 props.remove("mail.bcc");
3479 props.remove("mail.from");
3480 props.remove("mail.to");
5463 props.remove(p.concat(".comparator"));
6165 assertNotNull(props.remove(ke
[all...]
H A DAbstractLogging.java261 declared.remove(c);
/javamail/client/src/main/java/
H A DMessageViewer.java86 remove(mainbody);
/javamail/mail/src/test/java/com/sun/mail/util/
H A DWriteTimeoutSocketTest.java175 socketMethods.remove(name);
/javamail/mail/src/main/java/com/sun/mail/util/logging/
H A DLogManagerProperties.java1023 public synchronized Object remove(final Object key) { method in class:LogManagerProperties
1025 final Object man = super.remove(key);
H A DMailHandler.java386 * InnocuousThread.eraseThreadLocals() can remove thread local values.
711 MUTEX.remove();
739 MUTEX.remove();
1362 * To remove all attachments, call this method with empty array.
1755 MUTEX.remove();
2181 found = m.remove(key);
/javamail/mbox/src/main/java/com/sun/mail/mbox/
H A DMboxMessage.java332 flags.remove(Flags.Flag.RECENT);
H A DMboxFolder.java527 // maybe we should remove the mailbox.
795 messages.remove(messageIndexOf(msgno));
808 messages.remove(messageIndexOf(msgno));
/javamail/mail/src/main/java/com/sun/mail/iap/
H A DProtocol.java211 handlers.remove(h);
/javamail/
H A Dmail.sig79 meth public void remove(java.lang.String)
80 meth public void remove(javax.mail.Flags$Flag)
81 meth public void remove(javax.mail.Flags)
1098 meth public void remove(java.lang.String)
/javamail/mail/src/main/java/com/sun/mail/imap/protocol/
H A DIMAPProtocol.java963 // remove anything not supported by the server
1065 // support this for now, but remove it soon
1572 f.remove(Flags.Flag.RECENT); // remove RECENT from copy
1908 r[i] = null; // remove this response

Completed in 133 milliseconds

12