|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpracticaltest.stmpsend
public class stmpsend
Demo app that shows how to construct and send an RFC822 (singlepart) message. XXX - allow more than one recipient on the command line This is just a variant of msgsend.java that demonstrates use of some SMTP-specific features.
Constructor Summary | |
---|---|
stmpsend()
|
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 |
---|
public stmpsend()
Method Detail |
---|
public static void main(java.lang.String[] argv)
public static void collect(java.io.BufferedReader in, Message msg) throws MessagingException, java.io.IOException
MessagingException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |