|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MailRepository | |
org.apache.james | |
org.apache.james.mailrepository | |
org.apache.james.services |
Uses of MailRepository in org.apache.james |
Methods in org.apache.james that return MailRepository | |
MailRepository |
James.getUserInbox(java.lang.String userName)
For POP3 server only - at the momment. |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |