Package | Description |
---|---|
gnu.mail.providers.imap |
This is a provider for the Internet Message Access Protocol, version 4rev1
(IMAP4rev1), as detailed in RFC 3501.
|
gnu.mail.providers.nntp |
This is a provider for the Network News Transfer Protocol (NNTP), as
detailed in RFC 977.
|
gnu.mail.providers.pop3 |
This is a provider for the Internet Post Office Protocol, version 3 (POP3),
as detailed in RFC 1939.
|
javax.mail |
Classes modelling a mail system.
|
Modifier and Type | Method | Description |
---|---|---|
void |
IMAPFolder.fetch(Message[] messages,
FetchProfile fp) |
IMAP fetch routine.
|
Modifier and Type | Method | Description |
---|---|---|
void |
NNTPFolder.fetch(Message[] msgs,
FetchProfile fp) |
Prefetch.
|
Modifier and Type | Method | Description |
---|---|---|
void |
POP3Folder.fetch(Message[] messages,
FetchProfile fp) |
Fetches headers and/or content for the specified messages.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Folder.fetch(Message[] msgs,
FetchProfile fp) |
Fetches the items specified in the given fetch profile for the specified
messages.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved