Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
E
G
I
M
R
S
E
EmailCarrier
- class com.email.
EmailCarrier
.
Author :
Sameer Bagade
Version :
1.0
EmailCarrier()
- Constructor for class com.email.
EmailCarrier
Creates new EmailCarrier
G
getAttachments()
- Method in class com.email.
EmailCarrier
Gets all attachments
getBCCList()
- Method in class com.email.
EmailCarrier
Get the recipient list of email for BCC.
getCCList()
- Method in class com.email.
EmailCarrier
Get the recipient list of email for CC.
getFrom()
- Method in class com.email.
EmailCarrier
Get email address of Sender.
getMsg()
- Method in class com.email.
EmailCarrier
Get the email message.
getSmtpHost()
- Method in class com.email.
EmailCarrier
Get the SMTP mail server address.
getSubject()
- Method in class com.email.
EmailCarrier
Get the email subject.
getToList()
- Method in class com.email.
EmailCarrier
Get the recipient list of email for TO.
I
insertAttachments(Hashtable, String, int)
- Method in class com.email.
EmailCarrier
Inserts attachments.
insertAttachments(String[], String, int)
- Method in class com.email.
EmailCarrier
Inserts attachments.
insertAttachments(String, String, int)
- Method in class com.email.
EmailCarrier
Inserts attachments.
isValid(Hashtable)
- Static method in class com.email.
EmailCarrier
checks the validity of an String array object
isValid(String[])
- Static method in class com.email.
EmailCarrier
checks the validity of an String array object
isValidEmail(String)
- Method in class com.email.
EmailCarrier
Validates an email addres
M
makeValid(String)
- Static method in class com.email.
EmailCarrier
checks the validity of an String object and converts to empty String if its null
MESSAGE_TYPE_HTML
- Static variable in class com.email.
EmailCarrier
int value to set content type for html format
MESSAGE_TYPE_TEXT
- Static variable in class com.email.
EmailCarrier
int value to set content type for text format
R
RECIPIENT_TYPE_BCC
- Static variable in class com.email.
EmailCarrier
int value to represent recipient type for BCC
RECIPIENT_TYPE_CC
- Static variable in class com.email.
EmailCarrier
int value to represent recipient type for CC
RECIPIENT_TYPE_TO
- Static variable in class com.email.
EmailCarrier
int value to represent recipient type for TO
S
sendEmail(String, String, String[], String[], String[], String, String, Hashtable, int)
- Static method in class com.email.
EmailCarrier
Sends an Email to specified recipients in an array with many attachments
sendEmail(String, String, String, String, String, String, String, Hashtable, int)
- Static method in class com.email.
EmailCarrier
Sends an Email to specified recipients with many attachments
sendEmail(String, String, String, String, String, String, String, int)
- Static method in class com.email.
EmailCarrier
Sends an Email to specified recipients with no attachments
sendEmail(String, String, String, String, String, String, String, String, String, int)
- Static method in class com.email.
EmailCarrier
Sends an Email to specified recipients in an array with one attachment
sendEmailCarrier()
- Method in class com.email.
EmailCarrier
processes and transports emails.
setAttachments(Hashtable)
- Method in class com.email.
EmailCarrier
Sets the attachments
setBCCList(ArrayList)
- Method in class com.email.
EmailCarrier
Set the recipient list of email for BCC.
setCCList(ArrayList)
- Method in class com.email.
EmailCarrier
Set the recipient list of email for CC.
setContent(String, int)
- Method in class com.email.
EmailCarrier
Sets the message and content type for text email without attachment
setFrom(String)
- Method in class com.email.
EmailCarrier
Set email address of Sender.
setMessageSubject(String)
- Method in class com.email.
EmailCarrier
Set the email subject
setMessageText(String)
- Method in class com.email.
EmailCarrier
Set the email message text
setRecipients(int, String)
- Method in class com.email.
EmailCarrier
Sets the recipient to the list according to the recipient_type
setRecipients(int, String[])
- Method in class com.email.
EmailCarrier
Sets the recipient to the list according to the recipient_type
setSmtpHost(String)
- Method in class com.email.
EmailCarrier
Set the SMTP mail server address.
setToList(ArrayList)
- Method in class com.email.
EmailCarrier
Set the recipient list of email for TO.
E
G
I
M
R
S
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES