All Packages  Class Hierarchy

$ _ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

_

_StatusOK. Variable in class msch.smtp.smtp

C

close(). Method in class msch.smtp.smtp
This method closes the socket and must be called after mail has been sent and after the endCommunication command has been issued.
connect(). Method in class msch.smtp.smtp
Connects to a host and port specified during initialization of the class.
connect(String). Method in class msch.smtp.smtp
Makes a connection to the host specified.
connect(String, int). Method in class msch.smtp.smtp
Makes a connection to the host and port specified.

D

debugOn. Variable in class msch.smtp.smtp

E

endCommunication(). Method in class msch.smtp.smtp
Signals to the host that no more mail data is going to be sent.

H

help(). Method in class msch.smtp.smtp
Requests a help string from the host.
Host. Variable in class msch.smtp.smtp

L

LastCmd. Variable in class msch.smtp.smtp

N

noop(). Method in class msch.smtp.smtp
Does not do anything but keeps the host "alive" which will reply with a "250" answer.

O

OK(). Method in class msch.smtp.smtpStatus

P

Port. Variable in class msch.smtp.smtp

R

replyTo. Variable in class msch.smtp.smtp
reset(). Method in class msch.smtp.smtp
If this command is send before the endCommunication command, then the mail is not sent and all the buffers in the host are reset.
Response(). Method in class msch.smtp.smtpStatus

S

sendData(String). Method in class msch.smtp.smtp
Sends data contained in a string.
sendData(String, String). Method in class msch.smtp.smtp
Sends data contained in a string.
sendFromName(String). Method in class msch.smtp.smtp
This is the first command to be sent after the host has accepted the startCommunication() command.
sendToName(String). Method in class msch.smtp.smtp
This must be issued right after the sendFromName() command.
Server. Variable in class msch.smtp.smtp
ServerInputStream. Variable in class msch.smtp.smtp
setDebugOn(boolean). Method in class msch.smtp.smtp
Switches the class into debug mode
setReplyTo(String). Method in class msch.smtp.smtp
Sets the default ReplyTo field for the mail header
setXMailer(String). Method in class msch.smtp.smtp
Sets the X-Mailer variable which is send with the mail header param mailer = the name of the program using this class lib
smtp(). Constructor for class msch.smtp.smtp
smtp(). Method in class msch.smtp.smtp
Constructs the smtp client.
smtp(String, int). Method in class msch.smtp.smtp
Constructs the smtp client.
smtpStatus(). Constructor for class msch.smtp.smtpStatus
startCommunication(). Method in class msch.smtp.smtp
This method sends a "HELO" command to the host, after which the mail transfer may start.

V

Version. Variable in class msch.smtp.smtp

X

X_Mailer. Variable in class msch.smtp.smtp