Class MsnRange
java.lang.Object
com.icegreen.greenmail.imap.commands.MsnRange
Represents a range of Message Sequence Numbers.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MsnRange
public MsnRange(int singleVal) -
MsnRange
public MsnRange(int lowVal, int highVal)
-
-
Method Details
-
getLowVal
public int getLowVal() -
getHighVal
public int getHighVal() -
includes
public boolean includes(int msn)
-