Class POP3Reply


  • public final class POP3Reply
    extends java.lang.Object
    POP3Reply stores POP3 reply code constants.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ERROR
      The reply code indicating failure of an operation.
      static int OK
      The reply code indicating success of an operation.
      static int OK_INT
      The reply code indicating intermediate response to a command.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait