Uses of Class
org.subethamail.smtp.TooMuchDataException

Packages that use TooMuchDataException
org.subethamail.smtp   
org.subethamail.smtp.helper   
org.subethamail.wiser   
 

Uses of TooMuchDataException in org.subethamail.smtp
 

Methods in org.subethamail.smtp that throw TooMuchDataException
 void MessageHandler.data(java.io.InputStream data)
          Called when the DATA part of the SMTP exchange begins.
 

Uses of TooMuchDataException in org.subethamail.smtp.helper
 

Methods in org.subethamail.smtp.helper that throw TooMuchDataException
 void SmarterMessageListener.Receiver.deliver(java.io.InputStream data)
          When message data arrives, this method will be called for every recipient this listener accepted.
 void SimpleMessageListener.deliver(java.lang.String from, java.lang.String recipient, java.io.InputStream data)
          When message data arrives, this method will be called for every recipient this listener accepted.
 

Uses of TooMuchDataException in org.subethamail.wiser
 

Methods in org.subethamail.wiser that throw TooMuchDataException
 void Wiser.deliver(java.lang.String from, java.lang.String recipient, java.io.InputStream data)
          Cache the messages in memory
 



Copyright © 2006-2011. All Rights Reserved.