/[classpath]/inetlib/source/gnu/inet/pop3/POP3Connection.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/pop3/POP3Connection.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 181  public class POP3Connection Line 181  public class POP3Connection
181        timestamp = parseTimestamp(response);        timestamp = parseTimestamp(response);
182    }    }
183    
184          /**    /**
185           * Authenticates the connection using the specified SASL mechanism,           * Authenticates the connection using the specified SASL mechanism,
186           * username, and password.           * username, and password.
187           * @param mechanism a SASL authentication mechanism, e.g. LOGIN, PLAIN,           * @param mechanism a SASL authentication mechanism, e.g. LOGIN, PLAIN,
# Line 270  public class POP3Connection Line 270  public class POP3Connection
270      }      }
271    }    }
272    
273          /**    /**
274           * Authenticate the specified user using the APOP MD5-based method.           * Authenticate the specified user using the APOP MD5-based method.
275           * This does not transmit the password in the clear, but doesn't provide           * This does not transmit the password in the clear, but doesn't provide
276           * any transport-level privacy features either.           * any transport-level privacy features either.
# Line 315  public class POP3Connection Line 315  public class POP3Connection
315      }      }
316    }    }
317    
318          /**    /**
319           * Authenticate the user using the basic USER and PASS handshake.           * Authenticate the user using the basic USER and PASS handshake.
320           * It is recommended to use a more secure authentication method such as           * It is recommended to use a more secure authentication method such as
321           * the <code>auth</code> or <code>apop</code> method if the server           * the <code>auth</code> or <code>apop</code> method if the server

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