Package gnu.inet.imap
This package contains an IMAP4rev1 client.
IMAPConnection | The protocol class implementing IMAP4rev1. |
IMAPException | Exception corresponding to an IMAP4 BAD or NO server response. |
IMAPResponse | An IMAP4rev1 server response. |
IMAPResponseTokenizer | An object that can parse an underlying socket stream containing IMAP
protocol server responses into IMAPResponse tokens. |
ListEntry | An item in an IMAP LIST or LSUB response. |
MailboxStatus | Represents the state of a mailbox. |
MessageStatus | Represents the state of a message. |
Pair | Implementation of a key-value pair. |
UTF7imap | Encodes and decodes text according to the IMAP4rev1 mailbox name
encoding scheme. |
This package contains an IMAP4rev1 client. It supports the following features:
- Extensible authentication using any available SASL mechanism
- TLS negotiation (RFC 2595)
- Automatic UTF-7imap folder name decoding/encoding
- IMAP over SSL
© Copyright 2003 The Free Software Foundation,
all rights reserved