MCPcopy Create free account
hub / github.com/M66B/FairEmail / add

Method add

app/src/main/java/javax/mail/FetchProfile.java:158–162  ·  view source on GitHub ↗

Add the given special item as one of the attributes to be prefetched. @param item the special item to be fetched @see FetchProfile.Item#ENVELOPE @see FetchProfile.Item#CONTENT_INFO @see FetchProfile.Item#FLAGS

(Item item)

Source from the content-addressed store, hash-verified

156 * @see FetchProfile.Item#FLAGS
157 */
158 public void add(Item item) {
159 if (specials == null)
160 specials = new Vector<>();
161 specials.addElement(item);
162 }
163
164 /**
165 * Add the specified header-field to the list of attributes

Callers 12

setFlagsMethod · 0.95
copyMessagesMethod · 0.95
findMessagesMethod · 0.95
onFetchMethod · 0.95
onPurgeFolderMethod · 0.95
onSynchronizeMessagesMethod · 0.95
expungeMethod · 0.95
load_serverMethod · 0.95
setFlagsMethod · 0.95
copymoveMessagesMethod · 0.95
copymoveUIDMessagesMethod · 0.95
expungeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected