A B C D E F G I P R S W

A

AboutEditor - class com.ezprotocols.ezsmtp.AboutEditor.
 
AboutEditor() - Constructor for class com.ezprotocols.ezsmtp.AboutEditor
 
addEzSMTPEventListener(EzSMTPEventListener) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Registers to receive events (serverReply).

B

Base64 - class com.ezprotocols.ezsmtp.Base64.
Methods for encoding and decoding using base64 algorithm.
Base64.InputStream - class com.ezprotocols.ezsmtp.Base64.InputStream.
A Base64#InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class com.ezprotocols.ezsmtp.Base64.InputStream
Constructs a Base64#InputStream in DECODE mode.
Base64.InputStream(InputStream, boolean) - Constructor for class com.ezprotocols.ezsmtp.Base64.InputStream
Constructs a Base64#InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - class com.ezprotocols.ezsmtp.Base64.OutputStream.
A Base64#OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class com.ezprotocols.ezsmtp.Base64.OutputStream
Constructs a Base64#OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, boolean) - Constructor for class com.ezprotocols.ezsmtp.Base64.OutputStream
Constructs a Base64#OutputStream in either ENCODE or DECODE mode.
Base64() - Constructor for class com.ezprotocols.ezsmtp.Base64
 

C

close() - Method in class com.ezprotocols.ezsmtp.Base64.OutputStream
Flushes and closes stream.
com.ezprotocols.ezsmtp - package com.ezprotocols.ezsmtp
 

D

DECODE - Static variable in class com.ezprotocols.ezsmtp.Base64
Specify decoding (value = false).
decode(byte[], int, int) - Static method in class com.ezprotocols.ezsmtp.Base64
Decodes Base64 content in byte array format and returns the decoded byte array.
decode(String) - Static method in class com.ezprotocols.ezsmtp.Base64
Decodes data from Base64 notation.
decodeToObject(String) - Static method in class com.ezprotocols.ezsmtp.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToString(String) - Static method in class com.ezprotocols.ezsmtp.Base64
Decodes data from Base64 notation and returns it as a string.
disconnect() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Disconnects from the SMTP Server.

E

ENCODE - Static variable in class com.ezprotocols.ezsmtp.Base64
Specify encoding (value = true).
encodeBytes(byte[]) - Static method in class com.ezprotocols.ezsmtp.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.ezprotocols.ezsmtp.Base64
Encodes a byte array into Base64 notation.
encodeObject(Serializable) - Static method in class com.ezprotocols.ezsmtp.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeString(String) - Static method in class com.ezprotocols.ezsmtp.Base64
Encodes a string in Base64 notation with line breaks after every 75 Base64 characters.
EzSMTP - class com.ezprotocols.ezsmtp.EzSMTP.
EzSMTP component provides a simple interface for sending electronic mail messages.
EzSMTP() - Constructor for class com.ezprotocols.ezsmtp.EzSMTP
 
EzSMTPBeanInfo - class com.ezprotocols.ezsmtp.EzSMTPBeanInfo.
 
EzSMTPBeanInfo() - Constructor for class com.ezprotocols.ezsmtp.EzSMTPBeanInfo
 
EzSMTPEventListener - interface com.ezprotocols.ezsmtp.EzSMTPEventListener.
 
EzSMTPException - exception com.ezprotocols.ezsmtp.EzSMTPException.
EzSMTPException is thrown when a problem occurs during communication with the SMTP Server.
EzSMTPException() - Constructor for class com.ezprotocols.ezsmtp.EzSMTPException
 
EzSMTPException(String) - Constructor for class com.ezprotocols.ezsmtp.EzSMTPException
 
EzSMTPServerReplyEvent - class com.ezprotocols.ezsmtp.EzSMTPServerReplyEvent.
Event object sent to all listeners when the SMTP Server replies after a command.
EzSMTPServerReplyEvent(EzSMTP, String) - Constructor for class com.ezprotocols.ezsmtp.EzSMTPServerReplyEvent
 

F

flush() - Method in class com.ezprotocols.ezsmtp.Base64.OutputStream
Appropriately pads Base64 notation when encoding or throws an exception if Base64 input is not properly padded when decoding.

G

getAbout() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets information about EzSMTP.
getAsText() - Method in class com.ezprotocols.ezsmtp.AboutEditor
 
getAttachedFile() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets the name of the file(s) to attach with the mail.
getBcc() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets the Bcc address.
getBody() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets the body of the electronic mail.
getCc() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets the Cc address.
getConnected() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Indicates if currently connected to the SMTP Server.
getCustomEditor() - Method in class com.ezprotocols.ezsmtp.AboutEditor
 
getFrom() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets the mail address of the sender.
getHelo() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets identity used when executing the SMTP HELO command.
getIcon(int) - Method in class com.ezprotocols.ezsmtp.EzSMTPBeanInfo
 
getMailPort() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets the SMTP Server port number.
getMailServer() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets the SMTP server address.
getPassword() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets the user password used for authentication.
getPriority() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets the priority of the electronic mail.
getPropertyDescriptors() - Method in class com.ezprotocols.ezsmtp.EzSMTPBeanInfo
 
getSerialKey() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets the Serial Key used to activate the full version.
getSubject() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets the mail subject.
getTimeout() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets the Timeout to open the connection with the SMTP Server.
getTo() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets the recipient address(es).
getUsername() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets the username used for authentication.
getVersion() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets the version number of EzSMTP.

I

isAuthLogin() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Indicates if the SMTP Server needs authentication.
isHtmlContent() - Method in class com.ezprotocols.ezsmtp.EzSMTP
True if the body of the mail contains HTML.
isMultipleSend() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Gets MultipleSend flag which determines whether to disconnect after the sendMail() method is called.

P

PRIORITY_HIGH - Static variable in class com.ezprotocols.ezsmtp.EzSMTP
 
PRIORITY_HIGHEST - Static variable in class com.ezprotocols.ezsmtp.EzSMTP
 
PRIORITY_LOW - Static variable in class com.ezprotocols.ezsmtp.EzSMTP
 
PRIORITY_LOWEST - Static variable in class com.ezprotocols.ezsmtp.EzSMTP
 
PRIORITY_NORMAL - Static variable in class com.ezprotocols.ezsmtp.EzSMTP
 

R

read() - Method in class com.ezprotocols.ezsmtp.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class com.ezprotocols.ezsmtp.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
removeEzSMTPEventListener(EzSMTPEventListener) - Method in class com.ezprotocols.ezsmtp.EzSMTP
UnRegisters from receiving events.
reply - Variable in class com.ezprotocols.ezsmtp.EzSMTPServerReplyEvent
Response received from the SMTP Server.

S

sendMail() - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sends an electronic mail.
serverReply(EzSMTPServerReplyEvent) - Method in interface com.ezprotocols.ezsmtp.EzSMTPEventListener
 
setAbout(String) - Method in class com.ezprotocols.ezsmtp.EzSMTP
 
setAttachedFile(String) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the name of the file to attach with the mail.
setAuthLogin(boolean) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Set to True if SMTP Server needs authentication.
setBcc(ResultSet, int) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the Bcc address from a ResultSet.
setBcc(String) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the Bcc address.
setBody(String) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the body of the electronic mail.
setCc(ResultSet, int) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the CC address from a ResultSet.
setCc(String) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the CC address.
setFrom(String) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the mail address of the sender.
setHelo(String) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets identity used when executing the SMTP HELO command.
setHtmlContent(boolean) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Set to True if the mail body contains HTML.
setMailPort(int) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the SMTP Server port (Default is 25).
setMailServer(String) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the address of the SMTP Server.
setMultipleSend(boolean) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets MultipleSend flag which determines whether to disconnect after the sendMail() method called.
setPassword(String) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the user password for authentication with the SMTP Server.
setPriority(int) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the priority of the electronic mail.
setSerialKey(String) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the Serial Key to activate the full version.
setSubject(String) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the mail subject.
setTimeout(int) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the Timeout to open the connection with the SMTP Server.
setTo(ResultSet, int) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the recipient(s) address from a ResultSet.
setTo(String) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the recipient(s) address.
setUsername(String) - Method in class com.ezprotocols.ezsmtp.EzSMTP
Sets the username for authentication with the SMTP Server.
setVersion(String) - Method in class com.ezprotocols.ezsmtp.EzSMTP
 
supportsCustomEditor() - Method in class com.ezprotocols.ezsmtp.AboutEditor
 

W

write(byte[], int, int) - Method in class com.ezprotocols.ezsmtp.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(int) - Method in class com.ezprotocols.ezsmtp.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.

A B C D E F G I P R S W

Copyright © EzProtocols.com All Rights Reserved.