A B C D E F G H I L O P R S T V W

A

append(String) - Method in class org.codehaus.plexus.mailsender.simple.SmtpResponseReader
Append the text from this line of the resonse.

B

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

C

cc - Variable in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
list of email addresses to cc to
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.
connect() - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 

D

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

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

flushHeaders() - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 
from - Variable in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
sender email address
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.
getReady() - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 
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?
headers - Variable in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
headers to send in the mail
host - Variable in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
host name for the mail server

I

in - Variable in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 
initialize() - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailSender
 
isResponseOK(String, int[]) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 

L

lastChar - Variable in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage.MailPrintStream
 

O

org.codehaus.plexus.mailsender.simple - package org.codehaus.plexus.mailsender.simple
 
out - Variable in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 

P

port - Variable in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
host port for the mail server

R

rawPrint(String) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage.MailPrintStream
 
rawWrite(int) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage.MailPrintStream
 
reader - Variable in class org.codehaus.plexus.mailsender.simple.SmtpResponseReader
 
result - Variable in class org.codehaus.plexus.mailsender.simple.SmtpResponseReader
 

S

sanitizeAddress(String) - Static method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 
send(String, int[]) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 
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.
sendData() - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 
sendDot() - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 
sendFrom(String) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 
sendHelo() - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 
sendQuit() - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 
sendRcpt(String) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 
setCcHeader() - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 
setFromHeader() - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 
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.
setToHeader() - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 
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.
SimpleMailMessage.MailPrintStream - Class in org.codehaus.plexus.mailsender.simple
This PrintStream subclass makes sure that .
SimpleMailMessage.MailPrintStream(OutputStream) - Constructor for class org.codehaus.plexus.mailsender.simple.SimpleMailMessage.MailPrintStream
 
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.
socket - Variable in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 

T

to - Variable in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
list of email addresses to send to
to(String) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
Sets the to address.

V

vectorToList(Vector) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage
 

W

write(int) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage.MailPrintStream
 
write(byte[], int, int) - Method in class org.codehaus.plexus.mailsender.simple.SimpleMailMessage.MailPrintStream
 

A B C D E F G H I L O P R S T V W