Class Status


  • class Status
    extends java.lang.Object
    Result of POP3 STAT command.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int size  
      (package private) int total  
    • Constructor Summary

      Constructors 
      Constructor Description
      Status()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • total

        int total
      • size

        int size
    • Constructor Detail

      • Status

        Status()