Lines Matching defs:pr
339 pr("CONTENT-TYPE: " + (new ContentType(ct)).toString());
341 pr("BAD CONTENT-TYPE: " + ct);
345 pr("FILENAME: " + filename);
352 pr("This is plain text");
353 pr("---------------------------");
357 pr("This is a Multipart");
358 pr("---------------------------");
366 pr("This is a Nested Message");
367 pr("---------------------------");
379 pr("This is a string");
380 pr("---------------------------");
383 pr("This is just an input stream");
384 pr("---------------------------");
390 pr("This is an unknown type");
391 pr("---------------------------");
392 pr(o.toString());
396 pr("---------------------------");
412 pr("Saving attachment to file " + filename);
420 pr("Failed to save attachment: " + ex);
422 pr("---------------------------");
428 pr("This is the message envelope");
429 pr("---------------------------");
434 pr("FROM: " + a[j].toString());
440 pr("TO: " + a[j].toString());
445 pr(" GROUP: " + aa[k].toString());
451 pr("SUBJECT: " + m.getSubject());
455 pr("SendDate: " +
496 pr("FLAGS: " + sb.toString());
501 pr("X-Mailer: " + hdrs[0]);
503 pr("X-Mailer NOT available");
512 public static void pr(String s) {