public static interface SmarterMessageListener.Receiver
void deliver(java.io.InputStream data) throws TooMuchDataException, java.io.IOException
data
- will be the smtp data stream, stripped of any extra '.' chars. The
data stream is only valid for the duration of this call.TooMuchDataException
- if the listener can't handle that much data.
An error will be reported to the client.java.io.IOException
- if there is an IO error reading the input data.void done()
Copyright © 2006-2013. All Rights Reserved.