/javamail/mail/src/main/java/javax/mail/ |
H A D | MessagingException.java | 55 * The next exception in the chain. 59 private Exception next; field in class:MessagingException 94 next = e; 99 * Get the next exception chained to this one. If the 100 * next exception is a MessagingException, the chain 103 * @return next Exception, null if none. 106 return next; 111 * to return the next exception in the chain of nested exceptions. 113 * @return next Exception, null if none. 116 return next; [all...] |
/javamail/mail/src/main/java/com/sun/mail/imap/ |
H A D | Utility.java | 81 int current, next; 99 // get next message 104 next = msg.getSequenceNumber(); 110 if (next == current+1) 111 current = next; 174 long current, next; 189 // get next message 194 next = msg.getUID(); 196 if (next == current+1) 197 current = next; [all...] |
H A D | IdleManager.java | 358 SelectionKey sk = it.next();
|
H A D | IMAPMessage.java | 1177 FetchItem fitem = it.next();
|
/javamail/mail/src/main/java/com/sun/mail/imap/protocol/ |
H A D | BASE64MailboxDecoder.java | 67 c = iter.next()) { 93 byte orig_0 = (byte) iter.next(); 105 // next byte 106 byte orig_1 = (byte) iter.next(); 124 byte orig_2 = (byte) iter.next(); 144 byte orig_3 = (byte) iter.next();
|
H A D | Status.java | 79 final char next = (char)r.readByte(); 81 buffer.append(next); 83 if (next != ' ') {
|
H A D | IMAPProtocol.java | 409 if (it.next().startsWith(c)) 2488 /* Charset conversion failed. Try the next one */
|
/javamail/logging/src/main/java/ |
H A D | FileErrorManager.java | 78 private final ErrorManager next = new ErrorManager(); field in class:FileErrorManager 130 next.error(msg, ex, code); 133 next.error(msg, ex, code); 137 next.error(msg, ex, code); 145 if (next == null) {
|
/javamail/mail/src/main/java/javax/mail/internet/ |
H A D | ContentType.java | 93 tk = h.next(); 101 tk = h.next(); 107 tk = h.next();
|
H A D | HeaderTokenizer.java | 141 private int nextPos; // track start of next Token for next() 142 private int peekPos; // track start of next Token for peek() 199 * Parses the next token from this String. <p> 201 * Clients sit in a loop calling next() to parse successive 204 * @return the next Token 207 public Token next() throws ParseException { method in class:HeaderTokenizer 208 return next('\0', false); 212 * Parses the next token from this String. 220 * @return the next Toke 224 public Token next(char endOfAtom) throws ParseException { method in class:HeaderTokenizer 242 public Token next(char endOfAtom, boolean keepEscapes) method in class:HeaderTokenizer [all...] |
H A D | ContentDisposition.java | 91 tk = h.next();
|
H A D | ParameterList.java | 67 * being quoted; the parameter value ends at the next semicolon. 213 return it.next(); 243 HeaderTokenizer.Token tk = h.next(); 252 tk = h.next(); 264 tk = h.next(); 273 tk = h.next(';', true); 275 tk = h.next(); 277 tk = h.next(';'); 421 String name = it.next(); 499 Object v = sit.next(); [all...] |
H A D | InternetHeaders.java | 175 private InternetHeader next_header; // the next header to be returned 195 // if necessary, prefetch the next matching header, 203 * Return the next element. 221 * Return the next Header object according to the match 225 next: 227 InternetHeader h = e.next(); 245 // try next header. 246 continue next; 449 InternetHeader h = e.next();
|
H A D | MimeBodyPart.java | 1345 tk = h.next(); // get a language-tag 1402 tk = h.next(); // get a token
|
/javamail/mail/src/test/java/com/sun/mail/util/logging/ |
H A D | SeverityComparatorTest.java | 77 Throwable next = this.headIeChain(new AssertionError());
78 next = new Error(next);
79 next = new NoClassDefFoundError().initCause(next);
80 Throwable reduced = a.apply(next);
97 Throwable next = this.headIeChain(new AssertionError());
98 next = new UndeclaredThrowableException(next);
99 Throwable reduced = a.apply(next);
[all...] |
H A D | CollectorFormatterTest.java | 449 String next = minF.getTail((Handler) null);
450 assertFalse(min + ' ' + next, min.equals(next));
457 next = initF.getTail((Handler) null);
458 assertEquals(min, next);
503 String next = f.getTail((Handler) null);
506 assertFalse(now.equals(next));
|
H A D | MailHandlerTest.java | 1214 props.put(p.concat(".attachment.names"), "att.txt, next.txt, extra.txt"); 3262 * @return the next random capacity. 3269 int next; 3271 next = RANDOM.nextInt(MAX_CAPACITY); 3272 } while (next <= LOW_CAPACITY); 3273 return next; 5109 next: 5113 continue next; //expected 6289 next: 6293 continue next; [all...] |
/javamail/android/activation/src/main/java/com/sun/activation/registries/ |
H A D | MailcapFile.java | 221 String verb = (String)verb_enum.next(); 345 // get the next token to simplify the next step 389 // only have to get the next token if the current one isn't a ';' 462 // set up the next iteration 479 String cmdName = (String)cn.next(); 487 String clazz = (String)cvn.next(); 498 String cmdName = (String)cn.next();
|
/javamail/android/activation/src/main/java/javax/activation/ |
H A D | MailcapCommandMap.java | 387 String verb = (String)verb_enum.next(); 404 (String)((CommandInfo)ee.next()).getCommandName(); 453 String verb = (String)verb_enum.next(); 458 String cmd = (String)cmd_enum.next();
|
/javamail/mail/src/test/java/javax/mail/internet/ |
H A D | HeaderTokenizerTest.java | 167 // "s" is the next header, "header" is the last complete header 235 while ((tok = ht.next()).getType() != HeaderTokenizer.Token.EOF)
|
/javamail/mail/src/main/java/com/sun/mail/util/ |
H A D | SocketFetcher.java | 481 // next, look for a regular socket factory that happens to be 710 List<?> nameEnt = it.next();
|
/javamail/ |
H A D | mail.sig | 276 hfds next,serialVersionUID 744 meth public javax.mail.internet.HeaderTokenizer$Token next() throws javax.mail.internet.ParseException
|