A B C D E F G H I M N O P R S W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- getAddress() - Method in exception org.eclipse.angus.mail.smtp.SMTPAddressFailedException
-
Return the address that failed.
- getAddress() - Method in exception org.eclipse.angus.mail.smtp.SMTPAddressSucceededException
-
Return the address that succeeded.
- getAddress() - Method in exception org.eclipse.angus.mail.smtp.SMTPSenderFailedException
-
Return the address that failed.
- getAllow8bitMIME() - Method in class org.eclipse.angus.mail.smtp.SMTPMessage
-
Is use of the 8BITMIME extension is allowed?
- getAuthorizationId() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Gets the authorization ID to be used for authentication.
- getCommand() - Method in exception org.eclipse.angus.mail.smtp.SMTPAddressFailedException
-
Return the command that failed.
- getCommand() - Method in exception org.eclipse.angus.mail.smtp.SMTPAddressSucceededException
-
Return the command that succeeded.
- getCommand() - Method in exception org.eclipse.angus.mail.smtp.SMTPSenderFailedException
-
Return the command that failed.
- getCommand() - Method in exception org.eclipse.angus.mail.smtp.SMTPSendFailedException
-
Return the command that failed.
- getEnvelopeFrom() - Method in class org.eclipse.angus.mail.smtp.SMTPMessage
-
Return the envelope From address.
- getExtensionParameter(String) - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Return the parameter the server provided for the specified service extension, or null if the extension isn't supported.
- getLastReturnCode() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Return the return code from the last response we got from the server.
- getLastServerResponse() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Return the last response we got from the server.
- getLocalHost() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Get the name of the local host, for use in the EHLO and HELO commands.
- getMailExtension() - Method in class org.eclipse.angus.mail.smtp.SMTPMessage
-
Gets the extension string to use with the MAIL command.
- getNoopStrict() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Is the NOOP command required to return a response code of 250 to indicate success?
- getNotifyOptions() - Method in class org.eclipse.angus.mail.smtp.SMTPMessage
-
Get notification options.
- getNTLMDomain() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Gets the NTLM domain to be used for NTLM authentication.
- getReportSuccess() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Should we report even successful sends by throwing an exception? If so, a
SendFailedExceptionwill always be thrown and anSMTPAddressSucceededExceptionwill be included in the exception chain for each successful address, along with the usualSMTPAddressFailedExceptionfor each unsuccessful address. - getRequireStartTLS() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Should we require the STARTTLS command to secure the connection?
- getReturnCode() - Method in exception org.eclipse.angus.mail.smtp.SMTPAddressFailedException
-
Return the return code from the SMTP server that indicates the reason for the failure.
- getReturnCode() - Method in exception org.eclipse.angus.mail.smtp.SMTPAddressSucceededException
-
Return the return code from the SMTP server that indicates the reason for the success.
- getReturnCode() - Method in exception org.eclipse.angus.mail.smtp.SMTPSenderFailedException
-
Return the return code from the SMTP server that indicates the reason for the failure.
- getReturnCode() - Method in exception org.eclipse.angus.mail.smtp.SMTPSendFailedException
-
Return the return code from the SMTP server that indicates the reason for the failure.
- getReturnOption() - Method in class org.eclipse.angus.mail.smtp.SMTPMessage
-
Return return option.
- getSASLEnabled() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Is SASL authentication enabled?
- getSASLMechanisms() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Get the list of SASL mechanisms to consider if SASL authentication is enabled.
- getSASLRealm() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Gets the SASL realm to be used for DIGEST-MD5 authentication.
- getSendPartial() - Method in class org.eclipse.angus.mail.smtp.SMTPMessage
-
Send message if some addresses are invalid?
- getStartTLS() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Should we use the STARTTLS command to secure the connection if the server supports it?
- getSubmitter() - Method in class org.eclipse.angus.mail.smtp.SMTPMessage
-
Gets the submitter to be used for the RFC 2554 AUTH= value in the MAIL FROM command.
- getUseCanonicalHostName() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Should SASL use the canonical host name?
- getUseRset() - Method in class org.eclipse.angus.mail.smtp.SMTPTransport
-
Should we use the RSET command instead of the NOOP command in the @{link #isConnected isConnected} method?
All Classes All Packages