Searched defs:add (Results 1 - 4 of 4) sorted by relevance

/javamail/mail/src/main/java/javax/mail/
H A DFetchProfile.java24 * If applicable, add the following below the License Header, with the fields
35 * its licensees as provided above. However, if you add GPL Version 2 code
73 * fp.add(FetchProfile.Item.ENVELOPE);
74 * fp.add("X-mailer");
181 public void add(Item item) { method in class:FetchProfile
193 public void add(String headerName) { method in class:FetchProfile
H A DFlags.java24 * If applicable, add the following below the License Header, with the fields
35 * its licensees as provided above. However, if you add GPL Version 2 code
223 * @param flag the flag to add
225 public void add(Flag flag) { method in class:Flags
232 * @param flag the flag to add
234 public void add(String flag) { method in class:Flags
246 public void add(Flags f) { method in class:Flags
247 system_flags |= f.system_flags; // add system flags
249 if (f.user_flags != null) { // add user-defined flags
467 f1.add(Flag
[all...]
/javamail/mail/src/main/java/com/sun/mail/imap/
H A DRights.java24 * If applicable, add the following below the License Header, with the fields
35 * its licensees as provided above. However, if you add GPL Version 2 code
189 add(Right.getInstance(rights.charAt(i)));
204 * @param right the right to add
206 public void add(Right right) { method in class:Rights
216 public void add(Rights rights) { method in class:Rights
311 v.add(Right.getInstance((char)i));
342 f1.add(Rights.Right.READ);
343 f1.add(Rights.Right.WRITE);
344 f1.add(Right
[all...]
/javamail/mail/src/main/java/com/sun/mail/imap/protocol/
H A DStatus.java24 * If applicable, add the following below the License Header, with the fields
35 * its licensees as provided above. However, if you add GPL Version 2 code
146 public static void add(Status s1, Status s2) { method in class:Status

Completed in 22 milliseconds