Package | Description |
---|---|
org.apache.james.mailrepository.file | |
org.apache.james.mailrepository.jdbc | |
org.apache.james.repository.file |
Constructor and Description |
---|
MimeMessageStreamRepositorySource(StreamRepository sr,
String repositoryName,
String key)
Main constructor
|
Constructor and Description |
---|
MimeMessageJDBCSource(JDBCMailRepository repository,
String key,
StreamRepository sr)
Construct a MimeMessageSource based on a JDBC repository, a key, and a
stream repository (where we might store the message body)
|
Modifier and Type | Class and Description |
---|---|
class |
FilePersistentStreamRepository
Implementation of a StreamRepository to a File.
TODO: -retieve(String key) should return a FilterInputStream to allow mark and reset methods. |
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.