Lines Matching refs:pr
260 pr("CONTENT-TYPE: " + (new ContentType(ct)).toString());
262 pr("BAD CONTENT-TYPE: " + ct);
266 pr("FILENAME: " + filename);
273 pr("This is plain text");
274 pr("---------------------------");
278 pr("This is a Multipart");
279 pr("---------------------------");
287 pr("This is a Nested Message");
288 pr("---------------------------");
300 pr("This is a string");
301 pr("---------------------------");
304 pr("This is just an input stream");
305 pr("---------------------------");
311 pr("This is an unknown type");
312 pr("---------------------------");
313 pr(o.toString());
317 pr("---------------------------");
334 pr("Saving attachment to file " + filename);
342 pr("Failed to save attachment: " + ex);
344 pr("---------------------------");
350 pr("This is the message envelope");
351 pr("---------------------------");
356 pr("FROM: " + a[j].toString());
362 pr("REPLY TO: " + a[j].toString());
368 pr("TO: " + a[j].toString());
373 pr(" GROUP: " + aa[k].toString());
379 pr("SUBJECT: " + m.getSubject());
383 pr("SendDate: " +
424 pr("FLAGS: " + sb.toString());
429 pr("X-Mailer: " + hdrs[0]);
431 pr("X-Mailer NOT available");
440 public static void pr(String s) {