B C D E F G H I O R S T

B

bcc(String) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
Sets the bcc address.

C

cc(String) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
Sets the cc address.
close() - Method in class org.codehaus.plexus.mailsender.simple.SmtpResponseReader
Closes the underlying stream.

D

DEFAULT_PORT - Static variable in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
default port for SMTP: 25

E

ErrorInQuitException - Exception in org.codehaus.plexus.mailsender.simple
Specialized IOException that get thrown if SMPT's QUIT command fails.
ErrorInQuitException(IOException) - Constructor for exception org.codehaus.plexus.mailsender.simple.ErrorInQuitException
 

F

from(String) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
Sets the from address.

G

getPrintStream() - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
Returns a PrintStream that can be used to write the body of the message.
getResponse() - Method in class org.codehaus.plexus.mailsender.simple.SmtpResponseReader
Read until the server indicates that the response is complete.

H

hasMoreLines(String) - Method in class org.codehaus.plexus.mailsender.simple.SmtpResponseReader
Should we expect more input?

I

initialize() - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailSender
 

O

org.codehaus.plexus.mailsender.simple - package org.codehaus.plexus.mailsender.simple
 

R

reader - Variable in class org.codehaus.plexus.mailsender.simple.SmtpResponseReader
 

S

send(MailMessage) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailSender
 
sendAndClose() - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
Sends the message and closes the connection to the server.
setHeader(String, String) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
Sets the named header to the given value.
setPort(int) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
Set the port to connect to the SMTP host.
setSubject(String) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
Sets the subject of the mail message.
SimpleMailMessage - Class in org.codehaus.plexus.mailsender.simple
A class to help send SMTP email.
SimpleMailMessage() - Constructor for class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
Constructs a new SimpleMailMessage to send an email.
SimpleMailMessage(String) - Constructor for class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
Constructs a new SimpleMailMessage to send an email.
SimpleMailMessage(String, int) - Constructor for class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
Constructs a new SimpleMailMessage to send an email.
SimpleMailSender - Class in org.codehaus.plexus.mailsender.simple
 
SimpleMailSender() - Constructor for class org.codehaus.plexus.mailsender.simple.SimpleMailSender
 
SmtpResponseReader - Class in org.codehaus.plexus.mailsender.simple
A wrapper around the raw input from the SMTP server that assembles multi line responses into a single String.
SmtpResponseReader(InputStream) - Constructor for class org.codehaus.plexus.mailsender.simple.SmtpResponseReader
Wrap this input stream.

T

to(String) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
Sets the to address.

B C D E F G H I O R S T

Copyright © 2009. All Rights Reserved.