Class SmtpResponseReader

java.lang.Object
org.apache.tools.mail.SmtpResponseReader

public class SmtpResponseReader extends Object
A wrapper around the raw input from the SMTP server that assembles multi line responses into a single String.

The same rules used here would apply to FTP and other Telnet based protocols as well.