Java org.apache.commons.net.pop3 POP3Reply fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.pop3 POP3Reply fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.pop3 POP3Reply.

The text is from its open source code.

Field

intOK
The reply code indicating success of an operation.
intERROR
The reply code indicating failure of an operation.
intOK_INT
The reply code indicating intermediate response to a command.