com.jthomas.mailfaces
Class msgshow

java.lang.Object
  |
  +--com.jthomas.mailfaces.msgshow

public class msgshow
extends java.lang.Object


Constructor Summary
msgshow()
           
 
Method Summary
static void dumpEnvelope(javax.mail.Message m)
           
static void dumpPart(javax.mail.Part p)
           
static void main(java.lang.String[] argv)
           
static void pr(java.lang.String s)
          Print a, possibly indented, string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

msgshow

public msgshow()
Method Detail

main

public static void main(java.lang.String[] argv)

dumpPart

public static void dumpPart(javax.mail.Part p)
                     throws java.lang.Exception
java.lang.Exception

dumpEnvelope

public static void dumpEnvelope(javax.mail.Message m)
                         throws java.lang.Exception
java.lang.Exception

pr

public static void pr(java.lang.String s)
Print a, possibly indented, string.