practicaltest
Class msgsend

java.lang.Object
  extended by practicaltest.msgsend

public class msgsend
extends java.lang.Object

Demo app that shows how to construct and send an RFC822 (singlepart) message. XXX - allow more than one recipient on the command line

Author:
Max Spivak, Bill Shannon

Constructor Summary
msgsend()
           
 
Method Summary
static void collect(java.io.BufferedReader in, Message msg)
           
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

msgsend

public msgsend()
Method Detail

main

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

collect

public static void collect(java.io.BufferedReader in,
                           Message msg)
                    throws MessagingException,
                           java.io.IOException
Throws:
MessagingException
java.io.IOException