JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
afterPropertiesSet()
- Method in
MailService
Application
- Class in
grails.plugins.mail
Application()
- Constructor in
Application
applicationContext
- Property in
MailMessageContentRenderer.RenderEnvironment
applicationContext
- Property in
SendMail
async
- Field in
MailMessageBuilder
attach(java.lang.String, java.lang.String, org.springframework.core.io.InputStreamSource)
- Method in
MailMessageBuilder
attachBytes(java.lang.String, java.lang.String, byte[])
- Method in
MailMessageBuilder
deprecated:
use attach(String, String, byte[])
author
- Property in
MailGrailsPlugin
authorEmail
- Property in
MailGrailsPlugin
B
bcc(java.util.List)
- Method in
MailMessageBuilder
body(java.util.Map)
- Method in
MailMessageBuilder
C
cc(java.util.List)
- Method in
MailMessageBuilder
close()
- Method in
MailMessageContentRenderer.RenderEnvironment
CONFIG_BINDABLE
- Field in
MailService
contentType
- Property in
MailMessageBuilder.Inline
contentType
- Property in
MailMessageContentRender
createBuilder(grails.plugins.mail.MailConfigurationProperties)
- Method in
MailMessageBuilderFactory
createInstance(java.lang.String, java.lang.String, java.util.Locale)
- Method in
MailMessageContentRenderer.PageRenderRequestCreator
createInstance(java.io.PrintWriter, java.util.Locale)
- Method in
MailMessageContentRenderer.PageRenderResponseCreator
createTemplate(java.lang.String, java.lang.String, java.lang.String)
- Method in
MailMessageContentRenderer
D
DEFAULT_POOL_SIZE
- Field in
MailService
defaultFrom
- Property in
MailMessageBuilder
defaults
- Property in
MailConfigurationProperties
defaultTo
- Property in
MailMessageBuilder
description
- Property in
MailGrailsPlugin
destroy()
- Method in
MailService
developers
- Property in
MailGrailsPlugin
disabled
- Property in
MailConfigurationProperties
doAdd(java.lang.String, java.lang.String, org.springframework.core.io.InputStreamSource, boolean)
- Method in
MailMessageBuilder
documentation
- Property in
MailGrailsPlugin
doRender(java.util.Map)
- Method in
MailMessageBuilder
doWithSpring()
- Method in
MailGrailsPlugin
E
encoding
- Property in
MailConfigurationProperties
envelopeFrom
- Field in
MailMessageBuilder
F
finishMessage()
- Method in
MailMessageBuilder
from
- Property in
MailConfigurationProperties.Defaults
from(java.lang.CharSequence)
- Method in
MailMessageBuilder
G
getContextPath(java.lang.String)
- Method in
MailMessageContentRenderer
getControllerName()
- Method in
MailMessageContentRenderer.RenderEnvironment
getDefault()
- Method in
MailConfigurationProperties
We can't use 'default' as a groovy property name as it is a reserved keyword.
getDescription(org.springframework.mail.javamail.MimeMailMessage)
- Method in
MailMessageBuilder
getMessage()
- Method in
MailMessageBuilder
grailsApplication
- Property in
MailMessageContentRenderer
grailsLinkGenerator
- Property in
MailMessageContentRenderer.RenderEnvironment
GrailsMailException
- Class in
grails.plugins.mail
GrailsMailException()
- Constructor in
GrailsMailException
grailsVersion
- Property in
MailGrailsPlugin
groovyPagesTemplateEngine
- Property in
MailMessageContentRenderer
groovyPagesUriService
- Property in
MailMessageContentRenderer
H
hasMoreElements()
- Method in
MailMessageContentRenderer.PageRenderRequestCreator.2
headers(java.util.Map)
- Method in
MailMessageBuilder
helper
- Field in
MailMessageBuilder
host
- Property in
MailConfigurationProperties
HTML_CONTENT_TYPES
- Field in
MailMessageContentRender
html(java.lang.CharSequence)
- Method in
MailMessageBuilder
htmlContent
- Field in
MailMessageBuilder
I
id
- Property in
MailMessageBuilder.Inline
init()
- Method in
MailMessageContentRenderer.RenderEnvironment
inline(java.lang.String, java.lang.String, org.springframework.core.io.InputStreamSource)
- Method in
MailMessageBuilder
inlines
- Field in
MailMessageBuilder
invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object)
- Method in
MailMessageContentRenderer.PageRenderRequestCreator.1
invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object)
- Method in
MailMessageContentRenderer.PageRenderResponseCreator.1
isDisabled()
- Method in
MailService
isHtml()
- Method in
MailMessageContentRender
isMimeCapable()
- Method in
MailMessageBuilder
isMimeCapable()
- Method in
MailMessageBuilderFactory
issueManagement
- Property in
MailGrailsPlugin
iteratorAsEnumeration(java.util.Iterator)
- Method in
MailMessageContentRenderer.PageRenderRequestCreator
J
jndiName
- Property in
MailConfigurationProperties
K
L
license
- Property in
MailGrailsPlugin
locale
- Field in
MailMessageBuilder
locale
- Property in
MailMessageContentRenderer.RenderEnvironment
M
MailConfiguration
- Class in
grails.plugins.mail
MailConfiguration()
- Constructor in
MailConfiguration
MailConfigurationProperties
- Class in
grails.plugins.mail
MailConfigurationProperties.Defaults
- Class in
grails.plugins.mail
MailConfigurationProperties.Defaults()
- Constructor in
MailConfigurationProperties.Defaults
mailConfigurationProperties()
- Method in
MailConfiguration
MailConfigurationProperties()
- Constructor in
MailConfigurationProperties
mailConfigurationProperties
- Property in
MailService
mailExecutorService
- Field in
MailService
MailGrailsPlugin
- Class in
grails.plugins.mail
MailGrailsPlugin()
- Constructor in
MailGrailsPlugin
MailMessageBuilder
- Class in
grails.plugins.mail
Provides a DSL style interface to mail message sending/generation.
MailMessageBuilder.Inline
- Class in
grails.plugins.mail
MailMessageBuilder.Inline()
- Constructor in
MailMessageBuilder.Inline
MailMessageBuilder(org.springframework.mail.MailSender, grails.plugins.mail.MailConfigurationProperties, grails.plugins.mail.MailMessageContentRenderer)
- Constructor in
MailMessageBuilder
MailMessageBuilderFactory
- Class in
grails.plugins.mail
Responsible for creating builder instances, which have dependencies and are not threadsafe.
mailMessageBuilderFactory(org.springframework.mail.MailSender, grails.plugins.mail.MailMessageContentRenderer)
- Method in
MailConfiguration
MailMessageBuilderFactory(org.springframework.mail.MailSender, grails.plugins.mail.MailMessageContentRenderer)
- Constructor in
MailMessageBuilderFactory
Parameters:
mailSender
mailMessageBuilderFactory
- Property in
MailService
MailMessageContentRender
- Class in
grails.plugins.mail
Represents the result of rendering a message content view.
MailMessageContentRender(java.io.Writer, java.lang.String)
- Constructor in
MailMessageContentRender
MailMessageContentRenderer
- Class in
grails.plugins.mail
Renders a GSP into the content of a mail message.
MailMessageContentRenderer.PageRenderRequestCreator
- Class in
grails.plugins.mail
MailMessageContentRenderer.PageRenderRequestCreator.1
- Class in
grails.plugins.mail
MailMessageContentRenderer.PageRenderRequestCreator.1()
- Constructor in
MailMessageContentRenderer.PageRenderRequestCreator.1
MailMessageContentRenderer.PageRenderRequestCreator.2
- Class in
grails.plugins.mail
MailMessageContentRenderer.PageRenderRequestCreator.2()
- Constructor in
MailMessageContentRenderer.PageRenderRequestCreator.2
MailMessageContentRenderer.PageRenderRequestCreator()
- Constructor in
MailMessageContentRenderer.PageRenderRequestCreator
MailMessageContentRenderer.PageRenderResponseCreator
- Class in
grails.plugins.mail
MailMessageContentRenderer.PageRenderResponseCreator.1
- Class in
grails.plugins.mail
MailMessageContentRenderer.PageRenderResponseCreator.1()
- Constructor in
MailMessageContentRenderer.PageRenderResponseCreator.1
MailMessageContentRenderer.PageRenderResponseCreator()
- Constructor in
MailMessageContentRenderer.PageRenderResponseCreator
MailMessageContentRenderer.RenderEnvironment
- Class in
grails.plugins.mail
mailMessageContentRenderer(org.grails.gsp.GroovyPagesTemplateEngine, grails.web.pages.GroovyPagesUriService, grails.core.GrailsApplication, grails.plugins.GrailsPluginManager)
- Method in
MailConfiguration
mailMessageContentRenderer
- Property in
MailMessageBuilder
mailMessageContentRenderer
- Property in
MailMessageBuilderFactory
MailMessageContentRenderer(org.grails.gsp.GroovyPagesTemplateEngine, grails.web.pages.GroovyPagesUriService, grails.core.GrailsApplication, grails.plugins.GrailsPluginManager)
- Constructor in
MailMessageContentRenderer
Parameters:
groovyPagesTemplateEngine
- The GSP template engine to use
mailSender(javax.mail.Session, grails.plugins.mail.MailConfigurationProperties)
- Method in
MailConfiguration
mailSender
- Property in
MailMessageBuilder
mailSender
- Property in
MailMessageBuilderFactory
MailService
- Class in
grails.plugins.mail
Provides the entry point to the mail sending API.
MailService()
- Constructor in
MailService
mailSession(grails.plugins.mail.MailConfigurationProperties)
- Method in
MailConfiguration
main(java.lang.String)
- Method in
Application
message
- Field in
MailMessageBuilder
multipart
- Field in
MailMessageBuilder
N
namespace
- Property in
PlainTextMailTagLib
newLine
- Property in
PlainTextMailTagLib
nextElement()
- Method in
MailMessageContentRenderer.PageRenderRequestCreator.2
O
observe
- Property in
MailGrailsPlugin
organization
- Property in
MailGrailsPlugin
originalRequestAttributes
- Field in
MailMessageContentRenderer.RenderEnvironment
originalWrappedResponse
- Field in
MailMessageContentRenderer.RenderEnvironment
out
- Property in
MailMessageContentRender
out
- Property in
MailMessageContentRenderer.RenderEnvironment
overrideAddress
- Property in
MailConfigurationProperties
overrideAddress
- Property in
MailMessageBuilder
P
password
- Property in
MailConfigurationProperties
PlainTextMailTagLib
- Class in
grails.plugins.mail
PlainTextMailTagLib()
- Constructor in
PlainTextMailTagLib
pluginExcludes
- Property in
MailGrailsPlugin
pluginManager
- Property in
MailMessageContentRenderer
poolSize
- Property in
MailConfigurationProperties
port
- Property in
MailConfigurationProperties
PREFIX
- Field in
MailConfigurationProperties
props
- Property in
MailConfigurationProperties
protocol
- Property in
MailConfigurationProperties
Q
R
render(java.io.Writer, java.lang.String, java.util.Map, java.util.Locale, java.lang.String)
- Method in
MailMessageContentRenderer
RenderEnvironment(org.springframework.context.ApplicationContext, java.io.Writer, java.util.Locale)
- Constructor in
MailMessageContentRenderer.RenderEnvironment
renderRequestAttributes
- Field in
MailMessageContentRenderer.RenderEnvironment
replyTo(java.lang.CharSequence)
- Method in
MailMessageBuilder
S
scm
- Property in
MailGrailsPlugin
send(java.lang.Object)
- Method in
MailMessageBuilder
Method to send messages of any type.
SendMail
- Trait in
grails.plugins.mail
sendMail(groovy.lang.Closure)
- Method in
MailService
sendMail(groovy.lang.Closure)
- Method in
SendMail
sendMessage(java.util.concurrent.ExecutorService)
- Method in
MailMessageBuilder
setPoolSize(java.lang.Integer)
- Method in
MailService
subject(java.lang.CharSequence)
- Method in
MailMessageBuilder
T
text(java.lang.CharSequence)
- Method in
MailMessageBuilder
textContent
- Field in
MailMessageBuilder
title
- Property in
MailGrailsPlugin
title(java.lang.CharSequence)
- Method in
MailMessageBuilder
to
- Property in
MailConfigurationProperties.Defaults
to(java.util.List)
- Method in
MailMessageBuilder
toAdd
- Property in
MailMessageBuilder.Inline
toDestinationAddresses(java.lang.Object)
- Method in
MailMessageBuilder
toMailProperties(grails.config.Config)
- Method in
MailService
U
username
- Property in
MailConfigurationProperties
V
W
with(org.springframework.context.ApplicationContext, java.io.Writer, java.util.Locale, groovy.lang.Closure)
- Method in
MailMessageContentRenderer.RenderEnvironment
Establish an environment with a specific locale
X
Y
Z
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
Groovy Documentation