org.apache.commons.net.smtp |
|
Java Source File Name | Type | Comment |
RelayPath.java | Class | A class used to represent forward and reverse relay paths. |
SimpleSMTPHeader.java | Class | This class is used to construct a bare minimum
acceptable header for an email message. |
SMTP.java | Class | SMTP provides the basic the functionality necessary to implement your
own SMTP client. |
SMTPClient.java | Class | SMTPClient encapsulates all the functionality necessary to send files
through an SMTP server. |
SMTPCommand.java | Class | SMTPCommand stores a set of constants for SMTP command codes. |
SMTPConnectionClosedException.java | Class | SMTPConnectionClosedException is used to indicate the premature or
unexpected closing of an SMTP connection resulting from a
org.apache.commons.net.smtp.SMTPReply.SERVICE_NOT_AVAILABLE SMTPReply.SERVICE_NOT_AVAILABLE response (SMTP reply code 421) to a
failed SMTP command. |
SMTPReply.java | Class | SMTPReply stores a set of constants for SMTP reply codes. |