Class | Tree | Deprecated | Index | Help
PREV | NEXT FRAMES  | NO FRAMES
A C D G L N O P Q R S T U

A

APOP - Static variable in class injektilo.net.Pop3Connection
Constant passed to setAuthentication.
authenticate(String, String) - Method in class injektilo.net.Pop3Connection
Obtain authorization to access a mailbox.
AUTO - Static variable in class injektilo.net.Pop3Connection
Constant passed to setAuthentication.

C

close() - Method in class injektilo.net.Pop3Connection
Closes the connection.

D

DEFAULT_PORT - Static variable in class injektilo.net.Pop3Connection
 
delete(int) - Method in class injektilo.net.Pop3Connection
Mark the specified message for deletion.

G

getAuthentication() - Method in class injektilo.net.Pop3Connection
Gets the authentication mechanism being used for this connection.
getInputStream() - Method in class injektilo.net.Pop3Connection
Get a Pop3InputStream that can be used to retrieve a message from the server.
getOctets() - Method in class injektilo.net.Pop3Connection
This method needs docs.
getOctetsVector() - Method in class injektilo.net.Pop3Connection
This method needs docs.
getTotalMessages() - Method in class injektilo.net.Pop3Connection
Get the total number of messages available for retrieval.
getTotalOctets() - Method in class injektilo.net.Pop3Connection
Get the total size in octets of all the available messages.
getUid() - Method in class injektilo.net.Pop3Connection
This method needs docs.
getUidVector() - Method in class injektilo.net.Pop3Connection
This method needs docs.

L

list() - Method in class injektilo.net.Pop3Connection
Return a Vector containing the size of each available message in octets.
list(int) - Method in class injektilo.net.Pop3Connection
Get the size in octets of the specified message.

N

noOp() - Method in class injektilo.net.Pop3Connection
Send the NOOP command to the server.

O

open(String, int) - Method in class injektilo.net.Pop3Connection
Open a connection to the specified host and port.
open(String) - Method in class injektilo.net.Pop3Connection
Open a connection to the specified host using the default port.

P

Pop3Connection() - Constructor for class injektilo.net.Pop3Connection
 
Pop3InputStream(InputStream) - Constructor for class injektilo.net.Pop3InputStream
 
Pop3Connection - class injektilo.net.Pop3Connection.
This class implements the Post Office Protocol Version 3 as specified by RFC-1939.

Copyright (c) 1998 Jason Diamond

sendangels@usa.net
http://www.geocities.com/ResearchTriangle/Thinktank/8343/

Pop3InputStream - class injektilo.net.Pop3InputStream.
Utility class used to retrieve messages using the Pop3Connection class.

Q

quit() - Method in class injektilo.net.Pop3Connection
Send the QUIT command to the server.

R

readLine() - Method in class injektilo.net.Pop3Connection
Get a line of text from the server.
read() - Method in class injektilo.net.Pop3InputStream
 
read(byte[], int, int) - Method in class injektilo.net.Pop3InputStream
 
readTo(OutputStream) - Method in class injektilo.net.Pop3Connection
Read a previously specified message by the retrieve method and write its contents to the specified output stream.
reset() - Method in class injektilo.net.Pop3Connection
Restore any messages marked for deletion to their original state.
retrieve(int) - Method in class injektilo.net.Pop3Connection
Start the retrieval of the specified message number.

S

setAuthentication(int) - Method in class injektilo.net.Pop3Connection
Sets the authentication mechanism to use for this connection.
setDebugOut(OutputStream) - Method in class injektilo.net.Pop3Connection
Set the output stream that debug info should be printed to.
setDebug(boolean) - Method in class injektilo.net.Pop3Connection
Set whether debug info should be printed to the debug output stream.
status() - Method in class injektilo.net.Pop3Connection
Check the status of a user's maildrop.

T

top(int, int, OutputStream) - Method in class injektilo.net.Pop3Connection
Retrieve the headers and specified amount of lines from the specified message.
top(int, int) - Method in class injektilo.net.Pop3Connection
Retrieve the headers and the specified amount of lines from the body of a message.

U

uidl() - Method in class injektilo.net.Pop3Connection
Retrieve a vector of strings that can be used to uniquely identify each of the available messages.
uidl(int) - Method in class injektilo.net.Pop3Connection
Retrieve a String that can be used to uniquely identify the specified message.
USER - Static variable in class injektilo.net.Pop3Connection
Constant passed to setAuthentication.

A C D G L N O P Q R S T U
Class | Tree | Deprecated | Index | Help
PREV | NEXT FRAMES  | NO FRAMES