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
- bdat(byte[], int, int, boolean).
Method in class netscape.messaging.smtp.SMTPClient
- Sends binary data chunks to the server.
- bdat(int, StringBuffer).
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the response to the BDAT command.
- bdat(int, StringBuffer).
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the response to the BDAT command.
- connect(int, StringBuffer).
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the response to the connection to the server.
- connect(int, StringBuffer).
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the response to the connection to the server.
- connect(String).
Method in class netscape.messaging.smtp.SMTPClient
- Connects to the server using the default port.
- connect(String, int).
Method in class netscape.messaging.smtp.SMTPClient
- Connects to the server using the specified port.
- data().
Method in class netscape.messaging.smtp.SMTPClient
- Prepares to send data to the server.
- data(int, StringBuffer).
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the response to the DATA command.
- data(int, StringBuffer).
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the response to the DATA command.
- disconnect().
Method in class netscape.messaging.smtp.SMTPClient
- Closes the socket connection with the server.
- ehlo(int, StringBuffer).
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the response to the EHLO command.
- ehlo(int, StringBuffer).
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the response to the EHLO command.
- ehlo(String).
Method in class netscape.messaging.smtp.SMTPClient
- Determines the ESMTP server extensions.
- ehloComplete().
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the completion of the EHLO command.
- ehloComplete().
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the completion of the EHLO command.
- error(int, StringBuffer).
Method in interface netscape.messaging.smtp.ISMTPSink
- Error notification.
- error(int, StringBuffer).
Method in class netscape.messaging.smtp.SMTPSink
- Error notification.
- expand(int, StringBuffer).
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the response to the EXPN command.
- expand(int, StringBuffer).
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the response to the EXPN command.
- expand(String).
Method in class netscape.messaging.smtp.SMTPClient
- Expands a given mailing list.
- expandComplete().
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the completion of the EXPN command.
- expandComplete().
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the completion of the EXPN command.
- help(int, StringBuffer).
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the response to the HELP command.
- help(int, StringBuffer).
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the response to the HELP command.
- help(String).
Method in class netscape.messaging.smtp.SMTPClient
- Obtains help on a given topic.
- helpComplete().
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the completion of the HELP command.
- helpComplete().
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the completion of the HELP command.
- mailFrom(int, StringBuffer).
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the response to the MAIL FROM command.
- mailFrom(int, StringBuffer).
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the response to the MAIL FROM command.
- mailFrom(String, String).
Method in class netscape.messaging.smtp.SMTPClient
- Sets the sender of the message with optional ESMTP parameters.
- noop().
Method in class netscape.messaging.smtp.SMTPClient
- Gets positive server response; does not affect SMTP session.
- noop(int, StringBuffer).
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the response to the NOOP command.
- noop(int, StringBuffer).
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the response to the NOOP command.
- processResponses().
Method in class netscape.messaging.smtp.SMTPClient
- Reads in responses from the server and invokes the appropriate sink methods.
- quit().
Method in class netscape.messaging.smtp.SMTPClient
- Closes the connection with the server.
- quit(int, StringBuffer).
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the response to the QUIT command.
- quit(int, StringBuffer).
Method in class netscape.messaging.smtp.SMTPSink
- Notification sink for the response to the QUIT command.
- rcptTo(int, StringBuffer).
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the response to the RCPT TO command.
- rcptTo(int, StringBuffer).
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the response to the RCPT TO command.
- rcptTo(String, String).
Method in class netscape.messaging.smtp.SMTPClient
- Sets the recipient of the message with optional ESMTP parameters.
- reset().
Method in class netscape.messaging.smtp.SMTPClient
- Resets the state of the server; flushes any sender and recipient
information.
- reset(int, StringBuffer).
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the response to the RSET command.
- reset(int, StringBuffer).
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the response to the RSET command.
- send(InputStream).
Method in class netscape.messaging.smtp.SMTPClient
- Sends message data to the server.
- send(int, StringBuffer).
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the response to data sent to the server.
- send(int, StringBuffer).
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the response to data sent to the server.
- sendCommand(int, StringBuffer).
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the response to the extended method.
- sendCommand(int, StringBuffer).
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the response to sendCommand() method.
- sendCommand(String).
Method in class netscape.messaging.smtp.SMTPClient
- Sends an unsupported command to the server.
- sendCommandComplete().
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the completion of the extended command.
- sendCommandComplete().
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the completion of the extended command.
- setChunkSize(int).
Method in class netscape.messaging.smtp.SMTPClient
- Sets the size of the data chunks that are read from the input stream and
sent to the server.
- setPipelining(boolean).
Method in class netscape.messaging.smtp.SMTPClient
- Enables PIPELINING (batching) of commands, if supported by the server.
- setResponseSink(ISMTPSink).
Method in class netscape.messaging.smtp.SMTPClient
- Registers a new response sink, overriding the one passed into the
constructor or any one set afterwards.
- setTimeout(int).
Method in class netscape.messaging.smtp.SMTPClient
- Sets the amount of time allowed to wait
before returning control to the user.
- SMTPClient(ISMTPSink).
Constructor for class netscape.messaging.smtp.SMTPClient
- Constructor for SMTPClient that takes an SMTPSink as a parameter.
- SMTPException().
Constructor for class netscape.messaging.smtp.SMTPException
- Creates an SMTPException object.
- SMTPException(String).
Constructor for class netscape.messaging.smtp.SMTPException
- Creates an SMTPException object that includes a descriptive string.
- SMTPServerException().
Constructor for class netscape.messaging.smtp.SMTPServerException
- Creates an SMTPServerException object.
- SMTPServerException(String).
Constructor for class netscape.messaging.smtp.SMTPServerException
- Creates an SMTPServerException object that includes a descriptive string.
- SMTPSink().
Constructor for class netscape.messaging.smtp.SMTPSink
-
- verify(int, StringBuffer).
Method in interface netscape.messaging.smtp.ISMTPSink
- Notification for the response to the VRFY command.
- verify(int, StringBuffer).
Method in class netscape.messaging.smtp.SMTPSink
- Notification for the response to the VRFY command.
- verify(String).
Method in class netscape.messaging.smtp.SMTPClient
- Verifies a username.