Package com.funambol.mail

Interface Summary
Store Represents a message store and its access protocol, for storing and retrieving messages on the device
 

Class Summary
Address A class describing the RFC 2822 address specification as per § 3.4
BodyPart A BodyPart object is foreseen to be inserted into a Multipart container, itself inserted in a multi-part Message with MIME Content-Type equal to "multipart"
Folder Represents a mailbox folder on the device.
LightMessage Overload serialization methods of Message to load the headers only.
Message This class models a MIME-style email message.
MessageFlags An object used to determine the state of a Message within a Folder and the flags related to this Message.
MIMEFormatter Provides the functionality to transform a Message object into a string formatted as per RFC 2822/MIME ready to be passed to the transport layer of the email application
MIMEProcessor An object of this class is a parser that reads a string representing an email message formatted as per RFC 2822 and MIME (RFC 2045, 2046 etc.) and returns a Message object ready to be stored in the device store (the latter represented by implementations of the Store interface)
Multipart Represents a container for BodyParts in multi-part Messages as per RFC 2046
Part The common base class for Messages and BodyParts.
RMSStore Implements the Store using J2ME RecordStore.
StoreFactory  
 

Exception Summary
FolderException Thrown by classes implementing the method createFolder in the Store abstract class if there is no place enough on the device's store to create a Folder
MailException Thrown by classes implementing the method createFolder in the Store abstract class if there is no place enough on the device's store to create a Folder
MessageException Thrown by classes implementing the class Message.
StoreException Thrown by classes implementing the method createFolder in the Store abstract class if there is no place enough on the device's store to create a Folder
 



Copyright © 2006 Funambol.