Uses of Class
com.ezprotocols.ezpop.EzPOPException

Uses of EzPOPException in com.ezprotocols.ezpop
 

Methods in com.ezprotocols.ezpop that throw EzPOPException
 void EzPOP.connect()
          Connects to POP Server.
 int EzPOP.getMessageCount()
          Gets the number of messages in the mailbox.
 java.lang.String EzPOP.getMessageUIDL(int message)
          Gets the UIDL of a message.
 java.lang.String EzPOP.getTopOfMessage(int message, int nbLines)
          Gets summary of a message in the mailbox.
 Message EzPOP.getMessage(int message)
          Gets a specific message from the mailbox.
 Message[] EzPOP.getAllMessages()
          Gets all message(s) in the mailbox.
 void EzPOP.deleteMessage(int message)
          Deletes a message in the mailbox.
 void EzPOP.disconnect()
          Disconnects from the POP Server.
 



Copyright © EzProtocols.com All Rights Reserved.