/[classpath]/inetlib/source/gnu/inet/smtp/SMTPConnection.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/smtp/SMTPConnection.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dog, Sun Oct 19 16:16:50 2003 UTC revision 1.3 by dog, Mon Oct 20 18:46:54 2003 UTC
# Line 184  public class SMTPConnection Line 184  public class SMTPConnection
184        throw new ProtocolException(response);        throw new ProtocolException(response);
185    }    }
186    
187      /**
188       * Returns the text of the last response received from the server.
189       */
190      public String getLastResponse()
191      {
192        return response;
193      }
194    
195    // -- 3.3 Mail transactions --    // -- 3.3 Mail transactions --
196    
197    /**    /**

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26