Uses of Interface
org.apache.james.services.MailRepository

Packages that use MailRepository
org.apache.james   
org.apache.james.mailrepository Implementations of mail repositories for use in James. 
org.apache.james.services A set of interfaces for commonly used, generic James concepts. 
 

Uses of MailRepository in org.apache.james
 

Methods in org.apache.james that return MailRepository
 MailRepository James.getUserInbox(java.lang.String userName)
          Retrieve the mail repository for a user For POP3 server only - at the moment.
 

Uses of MailRepository in org.apache.james.mailrepository
 

Classes in org.apache.james.mailrepository that implement MailRepository
 class AvalonMailRepository
          Implementation of a MailRepository on a FileSystem.
 class AvalonSpoolRepository
          Implementation of a MailRepository on a FileSystem.
 class JDBCMailRepository
          Implementation of a MailRepository on a database.
 class JDBCSpoolRepository
          Implementation of a SpoolRepository on a database.
 class MailStoreSpoolRepository
          This is a wrapper for the various implementations of SpoolRepositories.
 class MBoxMailRepository
          Implementation of a MailRepository using UNIX mbox files.
 

Uses of MailRepository in org.apache.james.services
 

Subinterfaces of MailRepository in org.apache.james.services
 interface SpoolRepository
          Interface for a Repository for Spooling Mails.
 

Methods in org.apache.james.services that return MailRepository
 MailRepository MailServer.getUserInbox(java.lang.String userName)
          Retrieve the primary mailbox for userName.
 



Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.