|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MailAddress in org.apache.james |
Methods in org.apache.james that return MailAddress | |
MailAddress |
James.getPostmaster()
|
Methods in org.apache.james with parameters of type MailAddress | |
void |
James.sendMail(MailAddress sender,
java.util.Collection recipients,
javax.mail.internet.MimeMessage message)
|
void |
James.sendMail(MailAddress sender,
java.util.Collection recipients,
javax.mail.internet.MimeMessage message,
java.lang.String state)
|
void |
James.sendMail(MailAddress sender,
java.util.Collection recipients,
java.io.InputStream msg)
|
void |
James.bounce(Mail mail,
java.lang.String message,
MailAddress bouncer)
|
void |
James.storeMail(MailAddress sender,
MailAddress recipient,
javax.mail.internet.MimeMessage message)
|
Uses of MailAddress in org.apache.james.core |
Methods in org.apache.james.core that return MailAddress | |
MailAddress |
MailImpl.getSender()
|
Methods in org.apache.james.core with parameters of type MailAddress | |
void |
MailImpl.setSender(MailAddress sender)
|
Constructors in org.apache.james.core with parameters of type MailAddress | |
MailImpl(java.lang.String name,
MailAddress sender,
java.util.Collection recipients)
|
|
MailImpl(java.lang.String name,
MailAddress sender,
java.util.Collection recipients,
java.io.InputStream messageIn)
|
|
MailImpl(java.lang.String name,
MailAddress sender,
java.util.Collection recipients,
javax.mail.internet.MimeMessage message)
|
Uses of MailAddress in org.apache.james.services |
Methods in org.apache.james.services that return MailAddress | |
MailAddress |
JamesUser.getForwardingDestination()
Return the destination to which email should be forwarded |
Methods in org.apache.james.services with parameters of type MailAddress | |
void |
MailServer.sendMail(MailAddress sender,
java.util.Collection recipients,
javax.mail.internet.MimeMessage msg)
Pass a MimeMessage to this MailServer for processing |
void |
MailServer.sendMail(MailAddress sender,
java.util.Collection recipients,
java.io.InputStream msg)
Pass a MimeMessage to this MailServer for processing |
boolean |
JamesUser.setForwardingDestination(MailAddress address)
Set destination for forwading mail Should we use a MailAddress? |
Uses of MailAddress in org.apache.james.transport.mailets |
Methods in org.apache.james.transport.mailets that return MailAddress | |
MailAddress |
GenericListserv.getListservAddress()
The email address that this listserv processes on. |
MailAddress |
Redirect.getSender()
returns the senders address, as a MailAddress |
MailAddress |
Redirect.getReplyTo()
return the reply to address as a string |
Methods in org.apache.james.transport.mailets with parameters of type MailAddress | |
abstract boolean |
GenericListservManager.addAddress(MailAddress address)
Adds an address to the listserv. |
abstract boolean |
GenericListservManager.removeAddress(MailAddress address)
Removes an address from the listserv. |
abstract boolean |
GenericListservManager.existsAddress(MailAddress address)
Indicates whether an address already exists on the listserv. |
boolean |
AvalonListservManager.addAddress(MailAddress address)
|
boolean |
AvalonListservManager.removeAddress(MailAddress address)
|
boolean |
AvalonListservManager.existsAddress(MailAddress address)
|
Uses of MailAddress in org.apache.james.transport.matchers |
Methods in org.apache.james.transport.matchers with parameters of type MailAddress | |
boolean |
RecipientIs.matchRecipient(MailAddress recipient)
|
boolean |
UserIs.matchRecipient(MailAddress recipient)
|
boolean |
RecipientIsLocal.matchRecipient(MailAddress recipient)
|
boolean |
HostIsLocal.matchRecipient(MailAddress recipient)
|
boolean |
HostIs.matchRecipient(MailAddress recipient)
|
boolean |
CommandForListserv.matchRecipient(MailAddress recipient)
|
Uses of MailAddress in org.apache.james.userrepository |
Methods in org.apache.james.userrepository that return MailAddress | |
MailAddress |
DefaultJamesUser.getForwardingDestination()
|
Methods in org.apache.james.userrepository with parameters of type MailAddress | |
boolean |
DefaultJamesUser.setForwardingDestination(MailAddress address)
|
Uses of MailAddress in org.apache.mailet |
Methods in org.apache.mailet that return MailAddress | |
MailAddress |
Mail.getSender()
The sender of the message, as specified by the MAIL FROM header, or internally defined |
MailAddress |
MailetContext.getPostmaster()
Returns the postmaster's address for this mailet context. |
Methods in org.apache.mailet with parameters of type MailAddress | |
abstract boolean |
GenericRecipientMatcher.matchRecipient(MailAddress recipient)
Simple check to match exclusively on the email address (not message information). |
void |
MailetContext.bounce(Mail mail,
java.lang.String message,
MailAddress bouncer)
Bounces the email message using the provided email address as the sender of the bounce. |
void |
MailetContext.sendMail(MailAddress sender,
java.util.Collection recipients,
javax.mail.internet.MimeMessage msg)
Send an outgoing message to the top of this mailet container's root queue. |
void |
MailetContext.sendMail(MailAddress sender,
java.util.Collection recipients,
javax.mail.internet.MimeMessage msg,
java.lang.String state)
Send an outgoing message to the top of this mailet container queue for the appropriate processor that is specified. |
void |
MailetContext.storeMail(MailAddress sender,
MailAddress recipient,
javax.mail.internet.MimeMessage msg)
Stores mail into local accounts (POP3 by default, or the IMAP4 Inbox) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |