A C D E G I M R S T

A

AboutEditor - class com.ezprotocols.ezpop.AboutEditor.
 
AboutEditor() - Constructor for class com.ezprotocols.ezpop.AboutEditor
 
addEzPOPEventListener(EzPOPEventListener) - Method in class com.ezprotocols.ezpop.EzPOP
Registers to receive events (serverReply).

C

com.ezprotocols.ezpop - package com.ezprotocols.ezpop
 
connect() - Method in class com.ezprotocols.ezpop.EzPOP
Connects to POP Server.

D

deleteMessage(int) - Method in class com.ezprotocols.ezpop.EzPOP
Deletes a message in the mailbox.
disconnect() - Method in class com.ezprotocols.ezpop.EzPOP
Disconnects from the POP Server.

E

EzPOP - class com.ezprotocols.ezpop.EzPOP.
EzPOP implements a POP3 client to retrieve e-mail from a Post Office Protocol (POP3) Server.
EzPOP() - Constructor for class com.ezprotocols.ezpop.EzPOP
Creates a new instance of EzPOP.
EzPOPBeanInfo - class com.ezprotocols.ezpop.EzPOPBeanInfo.
Bean Info for EzPOP component.
EzPOPBeanInfo() - Constructor for class com.ezprotocols.ezpop.EzPOPBeanInfo
 
EzPOPEventListener - interface com.ezprotocols.ezpop.EzPOPEventListener.
 
EzPOPException - exception com.ezprotocols.ezpop.EzPOPException.
EzPOPException is thrown when a problem occurs during communication with the POP Server.
EzPOPException() - Constructor for class com.ezprotocols.ezpop.EzPOPException
 
EzPOPException(String) - Constructor for class com.ezprotocols.ezpop.EzPOPException
 
EzPOPServerReplyEvent - class com.ezprotocols.ezpop.EzPOPServerReplyEvent.
Event object sent to all listeners when the POP Server replies after a command.
EzPOPServerReplyEvent(EzPOP, String) - Constructor for class com.ezprotocols.ezpop.EzPOPServerReplyEvent
 

G

getAbout() - Method in class com.ezprotocols.ezpop.EzPOP
Gets information about EzPOP.
getAllMessages() - Method in class com.ezprotocols.ezpop.EzPOP
Gets all message(s) in the mailbox.
getAsText() - Method in class com.ezprotocols.ezpop.AboutEditor
 
getBody() - Method in class com.ezprotocols.ezpop.Message
Gets the body of the electronic mail.
getConnected() - Method in class com.ezprotocols.ezpop.EzPOP
Indicates if currently connected to the POP Server.
getContentType() - Method in class com.ezprotocols.ezpop.Message
Gets the content-type of the electronic mail.
getCustomEditor() - Method in class com.ezprotocols.ezpop.AboutEditor
 
getDate() - Method in class com.ezprotocols.ezpop.Message
Gets the date when the electronic mail was sent.
getFrom() - Method in class com.ezprotocols.ezpop.Message
Gets the sender address of the electronic mail.
getIcon(int) - Method in class com.ezprotocols.ezpop.EzPOPBeanInfo
 
getMailPort() - Method in class com.ezprotocols.ezpop.EzPOP
Gets the POP Server port number.
getMailServer() - Method in class com.ezprotocols.ezpop.EzPOP
Gets the POP server address.
getMessage(int) - Method in class com.ezprotocols.ezpop.EzPOP
Gets a specific message from the mailbox.
getMessageCount() - Method in class com.ezprotocols.ezpop.EzPOP
Gets the number of messages in the mailbox.
getMessageUIDL(int) - Method in class com.ezprotocols.ezpop.EzPOP
Gets the UIDL of a message.
getMimeVersion() - Method in class com.ezprotocols.ezpop.Message
Gets the MIME-Version of the electronic mail.
getPassword() - Method in class com.ezprotocols.ezpop.EzPOP
Gets the user password used for authentication.
getPriority() - Method in class com.ezprotocols.ezpop.Message
Gets the priority of the electronic mail.
getPropertyDescriptors() - Method in class com.ezprotocols.ezpop.EzPOPBeanInfo
 
getReplyTo() - Method in class com.ezprotocols.ezpop.Message
Gets the address for the reply.
getSerialKey() - Method in class com.ezprotocols.ezpop.EzPOP
Gets the Serial Key used to activate the full version.
getSubject() - Method in class com.ezprotocols.ezpop.Message
Gets the subject of the electronic mail.
getTimeout() - Method in class com.ezprotocols.ezpop.EzPOP
Gets the Timeout to open the connection with the SMTP Server.
getTo() - Method in class com.ezprotocols.ezpop.Message
Gets the address of the recipient(s) of the electronic mail.
getTopOfMessage(int, int) - Method in class com.ezprotocols.ezpop.EzPOP
Gets summary of a message in the mailbox.
getUsername() - Method in class com.ezprotocols.ezpop.EzPOP
Gets the username used for authentication.
getVersion() - Method in class com.ezprotocols.ezpop.EzPOP
Gets the version number of EzPOP.

I

isDelete() - Method in class com.ezprotocols.ezpop.EzPOP
Indicates if EzPOP automatically deletes a message after reading it.

M

Message - class com.ezprotocols.ezpop.Message.
Represents an Electronic mail.
Message() - Constructor for class com.ezprotocols.ezpop.Message
Creates a new instance of Message.

R

removeEzPOPEventListener(EzPOPEventListener) - Method in class com.ezprotocols.ezpop.EzPOP
UnRegisters from receiving events.
reply - Variable in class com.ezprotocols.ezpop.EzPOPServerReplyEvent
Response received from the POP Server.

S

serverReply(EzPOPServerReplyEvent) - Method in interface com.ezprotocols.ezpop.EzPOPEventListener
 
setAbout(String) - Method in class com.ezprotocols.ezpop.EzPOP
 
setDelete(boolean) - Method in class com.ezprotocols.ezpop.EzPOP
Determines if EzPOP automatically deletes a message after reading it.
setMailPort(int) - Method in class com.ezprotocols.ezpop.EzPOP
Sets the SMTP Server port (Default is 110).
setMailServer(String) - Method in class com.ezprotocols.ezpop.EzPOP
Sets the address of the POP Server.
setPassword(String) - Method in class com.ezprotocols.ezpop.EzPOP
Sets the user password for authentication with the POP Server.
setSerialKey(String) - Method in class com.ezprotocols.ezpop.EzPOP
Sets the Serial Key to activate the full version.
setTimeout(int) - Method in class com.ezprotocols.ezpop.EzPOP
Sets the Timeout to open the connection with the SMTP Server.
setUsername(String) - Method in class com.ezprotocols.ezpop.EzPOP
Sets the username for authentication with the POP Server.
setVersion(String) - Method in class com.ezprotocols.ezpop.EzPOP
 
supportsCustomEditor() - Method in class com.ezprotocols.ezpop.AboutEditor
 

T

toString() - Method in class com.ezprotocols.ezpop.Message
Returns all message information.

A C D E G I M R S T

Copyright © EzProtocols.com All Rights Reserved.