getData() -
Method in interface org.apache.geronimo.javamail.store.pop3.POP3Response
This way we are not restricting anybody as InputStream.class is the most
basic type to represent an inputstream and ppl can decorate it anyway
they want, for ex BufferedInputStream or as an InputStreamReader allowing
maximum flexibility in using it.
Following is a set of methods that deal with headers These methods are
just overrides on the superclass methods to allow lazy loading of the
header information.
Following is a set of methods that deal with headers I have tried to use
the bare minimum
Used sun's POP3 impl & JavaMail API as a guide in decided which methods
are important.
An implementation of an OutputStream that performs MIME linebreak
canonicalization and "byte-stuff" so that data content does not get mistaken
for a message data-end marker (CRLF.CRLF)l
NNTP implementation of javax.mail.internet.MimeMessage
Only the most basic information is given and Message objects created here is
a light-weight reference to the actual Message As per the JavaMail spec items
from the actual message will get filled up on demand
If some other items are obtained from the server as a result of one call,
then the other details are also processed and filled in.
This class adds functionality to the basic response by parsing the reply for
LIST command and obtaining specific information about the msgnum and the
size.
POP3 implementation of javax.mail.internet.MimeMessage
Only the most basic information is given and Message objects created here is
a light-weight reference to the actual Message As per the JavaMail spec items
from the actual message will get filled up on demand
If some other items are obtained from the server as a result of one call,
then the other details are also processed and filled in.