Class | Description |
---|---|
InternetHeadersInputStream |
Provide an
InputStream over an InternetHeaders instance. |
MailHeaders |
This interface defines a container for mail headers.
|
MailImpl |
Wraps a MimeMessage adding routing information (from SMTP) and some simple
API enhancements.
|
MimeMessageCopyOnWriteProxy |
This object wraps a "possibly shared" MimeMessage tracking copies and
automatically cloning it (if shared) when a write operation is invoked.
|
MimeMessageCopyOnWriteProxy.MessageReferenceTracker |
Used internally to track the reference count It is important that this is
static otherwise it will keep a reference to the parent object.
|
MimeMessageInputStream |
Provide an
InputStream over an MimeMessage |
MimeMessageInputStreamSource |
Takes an input stream and creates a repeatable input stream source for a
MimeMessageWrapper.
|
MimeMessageSource |
This defines a reusable datasource that can supply an input stream with
MimeMessage data.
|
MimeMessageUtil |
Utility class to provide optimized write methods for the various MimeMessage
implementations.
|
MimeMessageWrapper |
This object wraps a MimeMessage, only loading the underlying MimeMessage
object when needed.
|
Implementations of core James services and concepts.
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.