SilverStream
Application Server 3.5

Package com.sssw.srv.mail

SilverStream provides classes for creating, sending or reading mail in the com.sssw.srv.mail package.

See:
          Description

Class Summary
AgoBufferingInputStream Provides an input stream suited to streaming MIME messages.
AgoBufferingReader A subclass of java.io.Reader, this class provides methods to deal with MIME text parts.
AgoByteStore An abstract base class for a set of classes that store a sequence of bytes.
AgoByteStoreDyna A subclass of AgoByteStore, this class provides an implementation that stores small byte stores (under four megabytes) in memory and larger ones in a file on disk.
AgoByteStoreFile A subclass of AgoByteStore, this class provides an implementation that stores byte stores in a file on disk.
AgoCharSetIdentifier Helper class for specifying a character set identifier.
AgoCharStore Abstract base class for all character stores.
AgoCharStoreDyna Stores a set of characters.
AgoEncodingIdentifier MIME Content-Transfer-AgEncoding identifier class.
AgoFileAttachmentInputStream Used by AgoMailMessage to return a file attachment when enumerating a set of file attachments.
AgoMailAddressMailbox Stores one mailbox address, as defined in RFC 822.
AgoMailMessage Provides a simple API to access a received email message.
AgoMailParser Allows you to parse a Reader into an AgoMIMEPart.
AgoMailSend Provides easy-to-use methods to construct and send RFC 822/MIME-compliant e-mail messages from the SilverStream Server.
AgoMIME Abstract class that contains static variables for maintaining MIME- related definitions.Internet RFCs can be found at: http://www.ietf.cnri.reston.va.us/rfc/.
AgoMIMEHeaderField This class adds the ability to specify/access header field parameters, as defined in MIME.
AgoMIMEPart Abstract base class of all other MIME parts.
AgoMIMEPartApplication Concrete implementation for MIME parts of content type application.
AgoMIMEPartAudio Class used for MIME parts of type audio.
AgoMIMEPartByteStream An abstract subclass of AgoMIMEPart.
AgoMIMEPartImage Class is used for MIME parts of type image.
AgoMIMEPartMessage AgoMIMEPartMessage class.
AgoMIMEPartMultipart Class that stores MIME parts of type multipart.
AgoMIMEPartText Class that stores MIME parts of type text.
AgoMIMEPartVideo Class used for MIME parts of type video.
AgoRFC822HeaderField Abstract class stores a single RFC 822 header field (field name and value).
AgoRFC822HeaderFieldList Class that stores a single RFC 822 header field that is a list of other objects.
AgoRFC822HeaderFieldMailBox Class used to store a single mailbox.
AgoRFC822HeaderFieldSet Class that stores a set of header fields (specifically AgoRFC822HeaderField objects).
AgoRFC822HeaderFieldString Class that stores a single, String-based header field.
AgoStreamer Class that contains several static helper methods for streaming data between a source and a destination.
 

Exception Summary
AgoMailSendException Handles exception thrown by the AgoMailSend class.
 

Package com.sssw.srv.mail Description

SilverStream provides classes for creating, sending or reading mail in the com.sssw.srv.mail package. (Classes for listening to mail events are included in the com.sssw.srv.busobj package.) These classes include objects for buffered i/o, international character sets, objects that represent mailboxes, addresses, MIME parts, and RFC822 header fields.


SilverStream
Application Server 3.5