Package com.isode.som.pumice.objects


package com.isode.som.pumice.objects
  • Class
    Description
    Models an attribute returned in a SOM command response
    Class which provides the mapping between the string field names returned in a SOM response and integer attribute ids used by the Java interface.
    Class which models a (P7 or P3) connection into the Message Store The SomPumiceSubordinates command generates a list of objects of this type when it is invoked to list connections.
    Class which models a mailbox in the Message Store The SomPumiceSubordinates command generates a list of objects of this type when it is invoked to list mailboxes
     
     
    Class which models a message in a Message Store mailbox The SomPumiceSubordinates command generates a list of objects of this type when it is invoked to list messages
    Class which models an Isode X.400 Message Store server, including the mailboxes which it supports and any P7/P3 connections into and out of the server.
    Base class on which the other Pumice objects are built.