/javamail/mail/src/main/java/com/sun/mail/imap/protocol/ |
H A D | FLAGS.java | 24 * 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 77 add(Flags.Flag.SEEN); 80 add(Flags.Flag.RECENT); 86 add(Flags.Flag.DELETED); 88 add(Flags.Flag.DRAFT); 90 add(s); // unknown, treat it as a user flag 93 add(Flags.Flag.ANSWERED); 96 add(Flags.Flag.FLAGGED); 99 add(Flag [all...] |
H A D | IMAPResponse.java | 24 * 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 119 v.add(ASCIIUtility.toString(buffer, start, index)); 124 v.add(ASCIIUtility.toString(buffer, start, index));
|
H A D | MailboxInfo.java | 24 * 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 105 responses.add(ir); 110 responses.add(ir);
|
H A D | UIDSet.java | 24 * 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 94 v.add(ms); 120 v.add(cur); 136 v.add(cur);
|
/javamail/mbox/src/main/java/com/sun/mail/mbox/ |
H A D | MboxStore.java | 24 * 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 56 permFlags.add(Flags.Flag.SEEN); 57 permFlags.add(Flags.Flag.RECENT); 58 permFlags.add(Flags.Flag.DELETED); 59 permFlags.add(Flags.Flag.FLAGGED); 60 permFlags.add(Flags.Flag.ANSWERED); 61 permFlags.add(Flags.Flag.DRAFT); 62 permFlags.add(Flags.Flag.USER);
|
H A D | MboxMessage.java | 24 * 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 330 flags.add(Flags.Flag.SEEN); 336 flags.add(Flags.Flag.DELETED); 340 flags.add(Flags.Flag.DELETED); 342 flags.add(Flags.Flag.FLAGGED); 344 flags.add(Flags.Flag.ANSWERED); 346 flags.add(Flags.Flag.DRAFT); 352 flags.add(st.nextToken());
|
/javamail/mail/src/main/java/javax/mail/internet/ |
H A D | InternetHeaders.java | 24 * 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 310 headers.add(new InternetHeader("Return-Path", null)); 311 headers.add(new InternetHeader("Received", null)); 312 headers.add(new InternetHeader("Resent-Date", null)); 313 headers.add(new InternetHeader("Resent-From", null)); 314 headers.add(new InternetHeader("Resent-Sender", null)); 315 headers.add(new InternetHeader("Resent-To", null)); 316 headers.add(new InternetHeader("Resent-Cc", null)); 317 headers.add(ne [all...] |
/javamail/client/src/main/java/ |
H A D | ComponentFrame.java | 71 getContentPane().add("Center", what);
|
H A D | SimpleAuthenticator.java | 98 d.add(constrain(new JLabel(info), gb, c)); 99 d.add(constrain(new JLabel(prompt), gb, c)); 105 d.add(constrain(new JLabel("Username:"), gb, c)); 113 d.add(constrain(username, gb, c)); 119 d.add(constrain(new JLabel("Password:"), gb, c)); 126 d.add(constrain(password, gb, c));
|
H A D | TextViewer.java | 68 sp.getViewport().add(text_area); 70 add(sp);
|
H A D | MultipartViewer.java | 84 add(comp, gc); 87 add(new Label(me.toString()), gc); 113 add(but, gc); 167 add(lab);
|
H A D | SimpleClient.java | 112 root.add(storenode); 122 sp.getViewport().add(tree); 126 sv.add("Center", sp); 138 frame.getContentPane().add(jsp2);
|
/javamail/mail/src/main/java/com/sun/mail/iap/ |
H A D | Argument.java | 24 * 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 87 items.add(new AString(ASCIIUtility.getBytes(s))); 105 items.add(new AString(s.getBytes(charset))); 120 items.add(new NString(null)); 122 items.add(new NString(ASCIIUtility.getBytes(s))); 139 items.add(new NString(null)); 143 items.add(new NString(s.getBytes(charset))); 153 items.add(b); 163 items.add( [all...] |
/javamail/outlook/src/main/java/ |
H A D | MSMultipartDataSource.java | 78 parts.add(new MSBodyPart(content, 0, pos, "inline", "7bit")); 92 parts.add(new MSBodyPart(content, start, pos,
|
/javamail/mail/src/main/java/javax/mail/ |
H A D | FetchProfile.java | 24 * 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 D | Transport.java | 24 * 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 228 v.add(addresses[i]); 230 // need to add a new protocol 232 w.add(addresses[i]); 278 invalid.add(protaddresses[j]); 296 invalid.add(a[j]); 302 validSent.add(a[k]); 308 validUnsent.add(c[l]);
|
H A D | EventQueue.java | 24 * 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 119 q.add(new QueueElement(event, vector)); 129 q.add(new QueueElement(new TerminatorEvent(), dummyListeners));
|
/javamail/mail/src/test/java/com/sun/mail/imap/ |
H A D | IMAPFetchProfileTest.java | 24 * 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 96 fp.add(IMAPFolder.FetchProfileItem.INTERNALDATE); 109 saw.add("INTERNALDATE"); 123 fp.add(FetchProfile.Item.ENVELOPE); 136 saw.add("INTERNALDATE"); 158 saw.add("INTERNALDATE");
|
/javamail/mail/src/main/java/com/sun/mail/imap/ |
H A D | IMAPMultipartDataSource.java | 24 * 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 67 parts.add(
|
H A D | Rights.java | 24 * 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...] |
H A D | Utility.java | 24 * 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 121 v.add(set); 207 v.add(set);
|
/javamail/mail/src/test/java/javax/mail/internet/ |
H A D | MimeUtilityTest.java | 24 * 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 add("7bit"); add("8bit"); add("quoted-printable"); add("base64"); }};
|
H A D | FoldTest.java | 24 * 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 96 testData.add(new Object[] { line, orig, null }); 102 testData.add(new Object[] { line, orig, expect });
|
/javamail/android/activation/src/main/java/javax/activation/ |
H A D | MailcapCommandMap.java | 24 * 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 dbv.add(null); // place holder for PROG entry 156 dbv.add(mf); 167 dbv.add(mf); 178 dbv.add(mf); 244 v.add(new MailcapFile(clis)); 284 v.add(mf); 365 // now add the fallback commands 391 cmdList.add(ne [all...] |
H A D | SecuritySupport.java | 24 * 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 95 v.add(url); 119 v.add(url);
|