Class Maildrop


  • public class Maildrop
    extends Object
    Maildrop provides the physical storage for a specific maildrop (assigned to a user) using the file system. This implementation uses a single directory, where it stores each mail in separate files in addition to some control files. All operations are as atomic as possible, preventing leaving the maildrop in an inconsistent state.