|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ericdaugherty.mail.server.services.smtp.SMTPSender.Deliver
com.ericdaugherty.mail.server.services.smtp.SMTPSenderStandard.StandardDeliver
public class SMTPSenderStandard.StandardDeliver
Constructor Summary | |
---|---|
SMTPSenderStandard.StandardDeliver()
|
Method Summary | |
---|---|
protected void |
bounceMessage(int bounceType,
java.util.List<FailedAddressItem> failedAddresses,
SMTPMessage message)
|
protected void |
deliverLocalMessage(EmailAddress address,
SMTPMessage message)
This method takes a local SMTPMessage and attempts to deliver it. |
void |
run()
|
Methods inherited from class com.ericdaugherty.mail.server.services.smtp.SMTPSender.Deliver |
---|
initialize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SMTPSenderStandard.StandardDeliver()
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class SMTPSender.Deliver
protected void deliverLocalMessage(EmailAddress address, SMTPMessage message) throws NotFoundException, java.io.IOException
NotFoundException
java.io.IOException
protected void bounceMessage(int bounceType, java.util.List<FailedAddressItem> failedAddresses, SMTPMessage message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |