Interface for local folders. This is a complete separation from the
headercache and the datastorage method.
This makes it very easy to add new mailbox formats.
AbstractLocalFolder uses this interface and the singleton pattern
to make this work in a plug'n'play manner.
If you want to add another custom local mailbox format, like mbox,
or maildir, etc. this is the interface you have to implement.
See Also: org.columba.mail.folder.AbstractLocalFolder author: fdietz |