|
ColdBox Platform - LogBox Version 1.6 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
logbox.system.core.mail.Mail
public class Mail
I model a cfmail object with extra pizzazz
| Constructor Summary | |
|---|---|
init()
Initialize the Mail object |
|
| Method Summary | |
|---|---|
void |
addMailParam([string contentID], [string disposition], [string file], [string type], [string name], [string value])
|
void |
addMailPart([string charset], [string type], [numeric wraptext], [string body])
|
Mail |
config([string from], [string to], [string body], [string bcc], [string cc], [string charset], [boolean debug], [string failto], [string group], [boolean groupcasesensitive], [string mailerid], [numeric maxrows], [string mimeattach], [string password], [numeric port], [string priority], [string query], [string replyto], [string server], [boolean spoolenable], [numeric startrow], [string subject], [numeric timeout], [string type], [string username], [boolean useSSL], [boolean useTLS], [numeric wraptext])
Configure the Mail object |
any |
getBcc()
Gets the bcc property |
string |
getBody()
Get body |
any |
getBodyTokens()
Gets the bodyTokens property |
any |
getCc()
Gets the cc property |
any |
getCharset()
Gets the charset property |
any |
getDebug()
Gets the debug property |
any |
getFailto()
Gets the failto property |
any |
getFrom()
Gets the from property |
any |
getGroup()
Gets the group property |
any |
getGroupcasesensitive()
Gets the groupcasesensitive property |
Array |
getMailParams()
Gets the mailParams property |
Array |
getMailParts()
Gets the mailParts defined in this Mail object |
any |
getMailerid()
Gets the mailerid property |
any |
getMaxrows()
Gets the maxrows property |
struct |
getMemento()
|
any |
getMimeattach()
Gets the mimeattach property |
any |
getPassword()
Gets the password property |
any |
getPort()
Gets the port property |
any |
getPriority()
Gets the priority property |
any |
getQuery()
Gets the query property |
any |
getReplyto()
Gets the replyto property |
any |
getServer()
Gets the server property |
any |
getSpoolenable()
Gets the spoolenable property |
any |
getStartrow()
Gets the startrow property |
any |
getSubject()
Gets the subject property |
any |
getTimeout()
Gets the timeout property |
any |
getTo()
Gets the to property |
any |
getType()
Gets the type property |
any |
getUseSSL()
Gets the useSSL property |
any |
getUseTLS()
Gets the useTLS property |
any |
getUsername()
Gets the username property |
any |
getWraptext()
Gets the wraptext property |
boolean |
propertyExists(string property)
Checks if a mail property exists |
void |
setBcc(string newBcc)
Sets a new value for the bcc property |
void |
setBody(string Body)
Set Body |
void |
setBodyTokens(struct tokenMap)
Sets a new struct of body tokens that can be used for replacement when the mail is sent |
void |
setCc(string newCc)
Sets a new value for the cc property |
void |
setCharset(string newCharset)
Sets a new value for the charset property |
void |
setDebug(boolean newDebug)
Sets a new value for the debug property |
void |
setFailto(string newFailto)
Sets a new value for the failto property |
void |
setFrom(string newFrom)
Sets a new value for the from property |
void |
setGroup(string newGroup)
Sets a new value for the group property |
void |
setGroupcasesensitive(boolean newGroupcasesensitive)
Sets a new value for the groupcasesensitive property |
void |
setMailerid(string newMailerid)
Sets a new value for the mailerid property |
void |
setMaxrows(numeric newMaxrows)
Sets a new value for the maxrows property |
void |
setMemento([struct memento])
|
void |
setMimeattach(string newMimeattach)
Sets a new value for the mimeattach property |
void |
setPassword(string newPassword)
Sets a new value for the password property |
void |
setPort(numeric newPort)
Sets a new value for the port property |
void |
setPriority(string newPriority)
Sets a new value for the priority property |
void |
setQuery(string newQuery)
Sets a new value for the query property |
void |
setReplyto(string newReplyto)
Sets a new value for the replyto property |
void |
setServer(string newServer)
Sets a new value for the server property |
void |
setSpoolenable(boolean newSpoolenable)
Sets a new value for the spoolenable property |
void |
setStartrow(numeric newStartrow)
Sets a new value for the startrow property |
void |
setSubject(string newSubject)
Sets a new value for the subject property |
void |
setTimeout(numeric newTimeout)
Sets a new value for the timeout property |
void |
setTo(string newTo)
Sets a new value for the to property |
void |
setType(string newType)
Sets a new value for the type property |
void |
setUseSSL(boolean newUseSSL)
Sets a new value for the useSSL property |
void |
setUseTLS(boolean newUseTLS)
Sets a new value for the useTLS property |
void |
setUsername(string newUsername)
Sets a new value for the username property |
void |
setWraptext(numeric newWraptext)
Sets a new value for the wraptext property |
boolean |
validate()
validates the basic fields of To, From and Body |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public void addMailParam([string contentID], [string disposition], [string file], [string type], [string name], [string value])
contentID - Initial value for the contentIDproperty.disposition - Initial value for the dispositionproperty.file - Initial value for the fileproperty.type - Initial value for the typeproperty.name - Initial value for the nameproperty.value - Initial value for the valueproperty.public void addMailPart([string charset], [string type], [numeric wraptext], [string body])
charset - Initial value for the charsetproperty.type - Initial value for the typeproperty.wraptext - Initial value for the wraptextproperty.body - Initial value for the bodyproperty.public Mail config([string from], [string to], [string body], [string bcc], [string cc], [string charset], [boolean debug], [string failto], [string group], [boolean groupcasesensitive], [string mailerid], [numeric maxrows], [string mimeattach], [string password], [numeric port], [string priority], [string query], [string replyto], [string server], [boolean spoolenable], [numeric startrow], [string subject], [numeric timeout], [string type], [string username], [boolean useSSL], [boolean useTLS], [numeric wraptext])
from - Initial value for the from property.to - Initial value for the to property.body - Initial value for the email body.bcc - Initial value for the bcc property.cc - Initial value for the cc property.charset - Initial value for the charset property.debug - Initial value for the debug property.failto - Initial value for the failto property.group - Initial value for the group property.groupcasesensitive - Initial value for the groupcasesensitive property.mailerid - Initial value for the mailerid property.maxrows - Initial value for the maxrows property.mimeattach - Initial value for the mimeattach property.password - Initial value for the password property.port - Initial value for the port property.priority - Initial value for the priority property.query - Initial value for the query property.replyto - Initial value for the replyto property.server - Initial value for the server property.spoolenable - Initial value for the spoolenable property.startrow - Initial value for the startrow property.subject - Initial value for the subject property.timeout - Initial value for the timeout property.type - Initial value for the type property.username - Initial value for the username property.useSSL - Initial value for the useSSL property.useTLS - Initial value for the useTLS property.wraptext - Initial value for the wraptext property.public any getBcc()
public string getBody()
public any getBodyTokens()
public any getCc()
public any getCharset()
public any getDebug()
public any getFailto()
public any getFrom()
public any getGroup()
public any getGroupcasesensitive()
public Array getMailParams()
public Array getMailParts()
public any getMailerid()
public any getMaxrows()
public struct getMemento()
public any getMimeattach()
public any getPassword()
public any getPort()
public any getPriority()
public any getQuery()
public any getReplyto()
public any getServer()
public any getSpoolenable()
public any getStartrow()
public any getSubject()
public any getTimeout()
public any getTo()
public any getType()
public any getUseSSL()
public any getUseTLS()
public any getUsername()
public any getWraptext()
public boolean propertyExists(string property)
property - The property to checkpublic void setBcc(string newBcc)
newBccpublic void setBody(string Body)
Bodypublic void setBodyTokens(struct tokenMap)
tokenMappublic void setCc(string newCc)
newCcpublic void setCharset(string newCharset)
newCharsetpublic void setDebug(boolean newDebug)
newDebugpublic void setFailto(string newFailto)
newFailtopublic void setFrom(string newFrom)
newFrompublic void setGroup(string newGroup)
newGrouppublic void setGroupcasesensitive(boolean newGroupcasesensitive)
newGroupcasesensitivepublic void setMailerid(string newMailerid)
newMaileridpublic void setMaxrows(numeric newMaxrows)
newMaxrowspublic void setMemento([struct memento])
mementopublic void setMimeattach(string newMimeattach)
newMimeattachpublic void setPassword(string newPassword)
newPasswordpublic void setPort(numeric newPort)
newPortpublic void setPriority(string newPriority)
newPrioritypublic void setQuery(string newQuery)
newQuerypublic void setReplyto(string newReplyto)
newReplytopublic void setServer(string newServer)
newServerpublic void setSpoolenable(boolean newSpoolenable)
newSpoolenablepublic void setStartrow(numeric newStartrow)
newStartrowpublic void setSubject(string newSubject)
newSubjectpublic void setTimeout(numeric newTimeout)
newTimeoutpublic void setTo(string newTo)
newTopublic void setType(string newType)
newTypepublic void setUseSSL(boolean newUseSSL)
newUseSSLpublic void setUseTLS(boolean newUseTLS)
newUseTLSpublic void setUsername(string newUsername)
newUsernamepublic void setWraptext(numeric newWraptext)
newWraptextpublic boolean validate()
|
ColdBox Platform - LogBox Version 1.6 | ||||
| FRAMES | |||||