A B C D E F G H I K L M N O P R S T U V W

A

ACCOUNT_ITEM_PREFIX - Static variable in class com.funambol.mail.AccountFolder
 
ACCOUNT_ROLE - Static variable in class com.funambol.mail.AccountFolder
 
AccountFolder - Class in com.funambol.mail
AccountFolder represents a particular Folder with additional attributes: displayName and emailAddress.
AccountFolder(Store) - Constructor for class com.funambol.mail.AccountFolder
Constructs a new AccountFolder providing a reference to the Store in which it has to be created.
AccountFolder(String, Date, Store, String, String) - Constructor for class com.funambol.mail.AccountFolder
Constructs a new AccountFolder providing a name for it, the creation date and a reference to the Store in which it has to be created.
addBodyPart(BodyPart) - Method in class com.funambol.mail.Multipart
Insert the part at the end of the MultiPart.
addBodyPart(BodyPart, int) - Method in class com.funambol.mail.Multipart
Insert the part at the specified index.
addChild(String, RmsRecordItem) - Method in class com.funambol.mail.RMSStore
 
addChild(String, RmsRecordItem) - Method in interface com.funambol.mail.Store
This method add a new child to a Folder.
addFolder(Folder) - Method in class com.funambol.mail.RMSStore
 
addFolder(Folder) - Method in interface com.funambol.mail.Store
Add a new Folder to the Store.
addHeader(String, String) - Method in class com.funambol.mail.Part
Adds a new header to the list of headers.
addRecipient(Address) - Method in class com.funambol.mail.Message
Add the specified recipient to the correct header, based on the Address type (see com.funambol.mail.Address for the defined types).
addRecipients(Address[]) - Method in class com.funambol.mail.Message
Add the specified recipients to the correct header, based on the Address type.
Address - Class in com.funambol.mail
A class describing the RFC 2822 address specification as per par.
Address() - Constructor for class com.funambol.mail.Address
Default Constructor
Address(int, String) - Constructor for class com.funambol.mail.Address
Initializes a new instance of Address, parsing address.
Address(int, String, String) - Constructor for class com.funambol.mail.Address
Initializes a new instance of Address
ANSWERED - Static variable in class com.funambol.mail.MessageFlags
This message has been answered.
appendMessage(Message) - Method in class com.funambol.mail.Folder
Appends the given Message to this Folder
attachmentsNumber() - Method in class com.funambol.mail.Message
 

B

BCC - Static variable in class com.funambol.mail.Address
Address is used in a BCC recipient
BCC - Static variable in class com.funambol.mail.Message
BCC header name
BodyPart - Class in com.funambol.mail
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"
BodyPart() - Constructor for class com.funambol.mail.BodyPart
 
BodyPart(Multipart) - Constructor for class com.funambol.mail.BodyPart
 

C

CACHE_BCC - Static variable in class com.funambol.mail.Message
Cached "bcc" addresses.
CACHE_CC - Static variable in class com.funambol.mail.Message
Cached "cc" addresses.
CACHE_FROM - Static variable in class com.funambol.mail.Message
Cached "from" addresses.
CACHE_REPLYTO - Static variable in class com.funambol.mail.Message
Cached "reply to" addresses.
CACHE_SUBJECT - Static variable in class com.funambol.mail.Message
Cached "subject".
CACHE_TO - Static variable in class com.funambol.mail.Message
Cached "to" addresses.
CC - Static variable in class com.funambol.mail.Address
Address is used in a CC recipient
CC - Static variable in class com.funambol.mail.Message
CC header name
CD_ATTACHMENT - Static variable in class com.funambol.mail.BodyPart
A possible value for the the "Content-Disposition" header field
CD_INLINE - Static variable in class com.funambol.mail.BodyPart
A possible value for the the "Content-Disposition" header field
ChildrenEnumeration - Interface in com.funambol.mail
ChildrenEnumeration represents the Enumeration of a record store children.
clearFlags() - Method in class com.funambol.mail.MessageFlags
Reset all the flags.
clearFlags(int) - Method in class com.funambol.mail.MessageFlags
Reset the flags specified by mask.
close() - Method in interface com.funambol.mail.ChildrenEnumeration
 
com.funambol.mail - package com.funambol.mail
 
compareFlags(MessageFlags) - Method in class com.funambol.mail.MessageFlags
Compare the current object with the given mask
composedMessageLength - Variable in class com.funambol.mail.Message
 
content - Variable in class com.funambol.mail.Message
The content of this Message as an Object (it can be a Multipart or a String) When it is a String, it is stored in the native encoding of the application, regardless of how it has been transferred.
CONTENT_DISPOSITION - Static variable in class com.funambol.mail.BodyPart
The name of the MIME Content-Disposition header attribute
CONTENT_TRANSFER_ENCODING - Static variable in class com.funambol.mail.Part
RFC 2822
CONTENT_TYPE - Static variable in class com.funambol.mail.Part
The MIME "Content-Type" header name
contentType - Variable in class com.funambol.mail.Part
The MIME type of this Part
countChilds(String) - Method in class com.funambol.mail.RMSStore
 
countChilds(String, char) - Method in class com.funambol.mail.RMSStore
 
countChilds(String) - Method in interface com.funambol.mail.Store
This method returns the count of childs in a Folder.
countChilds(String, char) - Method in interface com.funambol.mail.Store
This method returns the count of childs in a Folder.
created - Variable in class com.funambol.mail.Folder
The folder creation date
createObjectStore() - Method in class com.funambol.mail.NokiaFP2RMSStore
 
createObjectStore(String) - Method in class com.funambol.mail.NokiaFP2RMSStore
 
createObjectStore() - Method in class com.funambol.mail.RMSStore
 
createObjectStore(String) - Method in class com.funambol.mail.RMSStore
 
createUniqueMessageIDValue() - Method in class com.funambol.mail.Message
Creates a unique value for use in the Message ID

D

DEFAULT_MAX_MESSAGE_NUMBER - Static variable in class com.funambol.mail.RMSStore
Max number of messages that can be stored
DELETED - Static variable in class com.funambol.mail.MessageFlags
This message is marked as deleted.
deleteMessage(Message) - Method in class com.funambol.mail.Folder
Deletes a Message from this Folder The message is properly updated so that it is both complete (completely loaded in memory) and its parent folder is cleared.
deleteMessage(String) - Method in class com.funambol.mail.Folder
Deletes a Message from this Folder, using the record id as key.
deserialize(DataInputStream) - Method in class com.funambol.mail.AccountFolder
 
deserialize(DataInputStream) - Method in class com.funambol.mail.BodyPart
 
deserialize(DataInputStream) - Method in class com.funambol.mail.Folder
 
deserialize(DataInputStream) - Method in class com.funambol.mail.LightMessage
 
deserialize(DataInputStream) - Method in class com.funambol.mail.Message
 
deserialize(DataInputStream) - Method in class com.funambol.mail.MessageFlags
Read object field from the input stream.
deserialize(DataInputStream) - Method in class com.funambol.mail.Multipart
 
DRAFT - Static variable in class com.funambol.mail.MessageFlags
This message is a draft.

E

EMAIL_ADDRESS - Static variable in class com.funambol.mail.AccountFolder
 
ENC_7BIT - Static variable in class com.funambol.mail.Part
The MIME "7bit" content transfer encoding
ENC_8BIT - Static variable in class com.funambol.mail.Part
The MIME "8bit" content transfer encoding
ENC_B64 - Static variable in class com.funambol.mail.Part
The MIME "base64" content transfer encoding
ENC_QP - Static variable in class com.funambol.mail.Part
The MIME "quoted-printable" content transfer encoding
equals(AccountFolder) - Method in class com.funambol.mail.AccountFolder
 

F

findFolders(String) - Method in class com.funambol.mail.RMSStore
 
findFolders(String) - Method in interface com.funambol.mail.Store
Retrieves a Folder in this Store that matches the provided substring.
FLAGGED - Static variable in class com.funambol.mail.MessageFlags
This message is flagged.
flags - Variable in class com.funambol.mail.Message
A combination of status flags for this Message within a folder, e.g.
Folder - Class in com.funambol.mail
Represents a mailbox folder on the device.
Folder(Store) - Constructor for class com.funambol.mail.Folder
Constructs a new Folder providing a reference to the Store in which it has to be created.
Folder(String, String, Date, Store) - Constructor for class com.funambol.mail.Folder
Constructs a new Folder providing a name for it, the role, the creation date and a reference to the Store in which it has to be created.
FOLDER_ERROR - Static variable in class com.funambol.mail.MailException
Folder error
FOLDER_ITEM_PREFIX - Static variable in class com.funambol.mail.Folder
 
FOLDER_NOT_FOUND_ERROR - Static variable in class com.funambol.mail.MailException
Error Folder not found
FOLDER_SEPARATOR - Static variable in class com.funambol.mail.Folder
 
format(Message) - Method in class com.funambol.mail.MIMEFormatter
The values of the fields of the Message object referenced by 'mailmessage' are analyzed to be estracted and formatted into a string in the form foreseen by the RFC 2822/MIME specifications
format(Message, StringBuffer) - Method in class com.funambol.mail.MIMEFormatter
Writes the Message in RFC2822 format into the StringBuffer out.
format(Message, OutputStream) - Method in class com.funambol.mail.MIMEFormatter
Writes the Message in RFC2822 format into the output stream.
formatBodyPartContent(BodyPart, OutputStream, boolean) - Method in class com.funambol.mail.MIMEFormatter
 
formatContent(Message, String, String, OutputStream) - Method in class com.funambol.mail.MIMEFormatter
 
formatOnlyMsgID(Message, StringBuffer) - Method in class com.funambol.mail.MIMEFormatter
Writes the MessageID in RFC2822 format into the StringBuffer out, e.g.
FORWARDED - Static variable in class com.funambol.mail.MessageFlags
This message has been forwarded.
FROM - Static variable in class com.funambol.mail.Address
Address is used in a FROM recipient
FROM - Static variable in class com.funambol.mail.Message
FROM header name
fullname - Variable in class com.funambol.mail.Folder
The folder fullname (e.g.

G

GENERIC_MAIL_ERR - Static variable in class com.funambol.mail.MailException
Generic code for an error in the Mail lib
getAllHeaders() - Method in class com.funambol.mail.Part
Returns the list of headers stored in this Message object, as an array of String
getAttachUrl() - Method in class com.funambol.mail.BodyPart
Returns the value of the attachment url This represents the attachment file url for this BodyPart
getBcc() - Method in class com.funambol.mail.Message
Get the BCC addresses.
getBodyPart(int) - Method in class com.funambol.mail.Multipart
Get the BodyPart at the specified index.
getCc() - Method in class com.funambol.mail.Message
Get the CC addresses.
getChildIDs(String) - Method in class com.funambol.mail.RMSStore
 
getChildIDs(String) - Method in interface com.funambol.mail.Store
This method returns the array of the childs IDs contained in a Folder.
getChildren() - Method in class com.funambol.mail.Folder
This method returns the ChildrenEnumeration of this Folder.
getChildren(String) - Method in class com.funambol.mail.RMSStore
 
getChildren(String) - Method in interface com.funambol.mail.Store
Get the ChildrenEnumeration related to the given path.
getComposedMessageLength() - Method in class com.funambol.mail.Message
 
getContainer() - Method in class com.funambol.mail.BodyPart
Returns the container Multipart of this BodyPart.
getContainer() - Method in class com.funambol.mail.Multipart
Return the container object for this Multipart.
getContent() - Method in class com.funambol.mail.BodyPart
Returns the content of of this BodyPart.
getContent() - Method in class com.funambol.mail.Message
Get the content of this message: can be a String or a Multipart.
getContent() - Method in class com.funambol.mail.Part
Get the content of this Part.
getContentType() - Method in class com.funambol.mail.Part
Gets the value of the Content-Type header attribute of this Message
getCount() - Method in class com.funambol.mail.Multipart
Retrieves the number of body parts contained in this multi-part
getCreated() - Method in class com.funambol.mail.Folder
Returns the Folder creation date
getDisposition() - Method in class com.funambol.mail.BodyPart
Returns the value of the "Content-Disposition" header field.
getEmail() - Method in class com.funambol.mail.Address
Accessor method to get this address email field
getEmailAddress() - Method in class com.funambol.mail.AccountFolder
Return the EmailAddress attribute
getFileName() - Method in class com.funambol.mail.BodyPart
Returns the value of the filename attribute of the "Content-Disposition" header field.
getFlags() - Method in class com.funambol.mail.Message
Returns the flag mask for this message.
getFlags() - Method in class com.funambol.mail.MessageFlags
Returns the flag mask for this message.
getFolder(String) - Method in class com.funambol.mail.RMSStore
 
getFolder(String, boolean) - Method in class com.funambol.mail.RMSStore
 
getFolder(String) - Method in interface com.funambol.mail.Store
Retrieves a Folder object by path.
getFolder(String, boolean) - Method in interface com.funambol.mail.Store
Retrieves a Folder object by path.
getFrom() - Method in class com.funambol.mail.Message
Get the sender address.
getFullName() - Method in class com.funambol.mail.Folder
Returns the full name of this Folder.
getGlobalLaziness() - Method in class com.funambol.mail.Message
 
getHeader(String) - Method in class com.funambol.mail.Part
Returns the header name
getKey() - Method in class com.funambol.mail.Message
Get the Message key (maybe null if the client did not set it)
getLaziness() - Method in class com.funambol.mail.Message
 
getMessage(String) - Method in class com.funambol.mail.Folder
Gets the Message object corresponding to the given record ID.
getMessageCount() - Method in class com.funambol.mail.Folder
Get the total number of messages in this Folder
getMessageId() - Method in class com.funambol.mail.Message
Returns the String representing the ID of this Message.
getName() - Method in class com.funambol.mail.Address
Accessor method to get this address name field
getName() - Method in class com.funambol.mail.Folder
Returns the name of this Folder, taking the last part of the fullname
getNokiaFP2RMSStore() - Static method in class com.funambol.mail.StoreFactory
 
getNumberOfRecipients() - Method in class com.funambol.mail.Message
Returns the number of recipients of this email.
getParent() - Method in class com.funambol.mail.Folder
Returns the parent Folder of this Folder
getParent() - Method in class com.funambol.mail.Message
Returns this message's parent Folder
getReceivedDate() - Method in class com.funambol.mail.Message
Returns the received date of this message.
getReceivedTime() - Method in class com.funambol.mail.Message
Returns the received date of this message as long.
getRecordId() - Method in class com.funambol.mail.Folder
 
getRecordId() - Method in class com.funambol.mail.Message
 
getReplyTo() - Method in class com.funambol.mail.Message
Get the REPLY-TO addresses.
getRole() - Method in class com.funambol.mail.AccountFolder
The the Account role
getRole() - Method in class com.funambol.mail.Folder
Returns the Folder role
getSentDate() - Method in class com.funambol.mail.Message
Returns the sent date of this message.
getSentTime() - Method in class com.funambol.mail.Message
Returns the sent date of this message as long.
getSeparator() - Method in class com.funambol.mail.Folder
Returns the delimiter character that separates this Folder's pathname from the names of immediate subfolders TODO: Perhaps it is better to define in a field the character used as separator and not directly here (this adopted here is the solution by Sun)
getSize() - Method in class com.funambol.mail.Part
 
getStore() - Static method in class com.funambol.mail.StoreFactory
Return the static instance of RMSStore (avoid garbage)
getSubject() - Method in class com.funambol.mail.Message
Get the message subject.
getTextContent() - Method in class com.funambol.mail.BodyPart
 
getTextContent() - Method in class com.funambol.mail.Message
Convenience method to get the body for text messages
getTo() - Method in class com.funambol.mail.Message
Get the TO addresses.
getType() - Method in class com.funambol.mail.Address
Accessor method to get the type of this address
getVersion() - Method in class com.funambol.mail.RMSStore
This method gets the version of the Store which is currently being used on the device.
getVersion() - Method in interface com.funambol.mail.Store
This method gets the version of the Store which is currently being used on the device.
getVisibleName() - Method in class com.funambol.mail.AccountFolder
Return the VisibleName attribute
getVisibleName() - Method in class com.funambol.mail.Address
Accessor method to get this address' visible name representation:

H

hasAttachments() - Method in class com.funambol.mail.Message
 
headers - Variable in class com.funambol.mail.Part
The headers of this Part

I

init(boolean) - Method in class com.funambol.mail.RMSStore
 
init(boolean) - Method in interface com.funambol.mail.Store
Initialize the store.
INVALID_ADDRESS - Static variable in class com.funambol.mail.MailException
Invalid address
INVALID_CONTENT - Static variable in class com.funambol.mail.MailException
Invalid content type
isMultipart() - Method in class com.funambol.mail.Part
Check if the MIME type of this Part is multipart/*
isSet(int) - Method in class com.funambol.mail.MessageFlags
Set the message flags according to the given mask
isSupportedStream(char) - Static method in class com.funambol.mail.AccountFolder
Check whether the provided prefix char represents a AccountFolder DataInputStream
isSupportedStream(char) - Static method in class com.funambol.mail.Folder
Check whether the provided prefix char represents a Folder DataInputStream
isSupportedStream(char) - Static method in class com.funambol.mail.Message
Check whether the provided prefix char represents a Message DataInputStream
isText() - Method in class com.funambol.mail.Part
Check if the MIME type of this Part is text/*
isTextHtml() - Method in class com.funambol.mail.Part
Check if the MIME type of this Part is text/html
isTextPlain() - Method in class com.funambol.mail.Part
Check if the MIME type of this Part is text/plain
ITEM_DELETE_ERROR - Static variable in class com.funambol.mail.MailException
Error removing store item

K

key - Variable in class com.funambol.mail.Message
Message key.

L

LATEST_VERSION - Static variable in interface com.funambol.mail.Store
Latest version
LAZY_CONTENT - Static variable in class com.funambol.mail.Message
Lazy content.
LAZY_HEADERS - Static variable in class com.funambol.mail.Message
Lazy headers.
LightMessage - Class in com.funambol.mail
Overload serialization methods of Message to load the headers only.
LightMessage() - Constructor for class com.funambol.mail.LightMessage
Default Constructor
list() - Method in class com.funambol.mail.Folder
This method returns the list of subfolders under this Folder
list() - Method in class com.funambol.mail.RMSStore
 
list(String) - Method in class com.funambol.mail.RMSStore
 
list() - Method in interface com.funambol.mail.Store
Retrieves the list of all the folders directly under this Store.
list(String) - Method in interface com.funambol.mail.Store
Returns the list of the subfolders contained under the specified Folder.

M

MailException - Class in com.funambol.mail
Thrown by the classes of the Mail library.
MailException(int, String) - Constructor for class com.funambol.mail.MailException
 
merge(MessageFlags) - Method in class com.funambol.mail.MessageFlags
Merge the current object with the given mask
merge(MessageFlags, boolean) - Method in class com.funambol.mail.MessageFlags
Merge the current object with the given mask.
Message - Class in com.funambol.mail
This class models a MIME-style email message.
Message() - Constructor for class com.funambol.mail.Message
The default constructor
MESSAGE_ERROR - Static variable in class com.funambol.mail.MailException
Message error
MESSAGE_ITEM_PREFIX - Static variable in class com.funambol.mail.Message
 
MessageFlags - Class in com.funambol.mail
An object used to determine the state of a Message within a Folder and the flags related to this Message.
MessageFlags() - Constructor for class com.funambol.mail.MessageFlags
Default constructor
MessageFlags(MessageFlags) - Constructor for class com.funambol.mail.MessageFlags
 
MIMEFormatter - Class in com.funambol.mail
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
MIMEFormatter() - Constructor for class com.funambol.mail.MIMEFormatter
Initializes the fields containing a reference to the Message object and to the name of the Folder containing this Message object
MIMEProcessor - Class in com.funambol.mail
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)
MIMEProcessor() - Constructor for class com.funambol.mail.MIMEProcessor
 
msgid - Variable in class com.funambol.mail.Message
The unique ID of this message.
Multipart - Class in com.funambol.mail
Represents a container for BodyParts in multi-part Messages as per RFC 2046
Multipart() - Constructor for class com.funambol.mail.Multipart
Constructs a Multipart object of the given content type.
MULTIPART - Static variable in class com.funambol.mail.Part
The MIME "multipart" content type
MULTIPART_ALTERNATIVE - Static variable in class com.funambol.mail.Part
The MIME "multipart/mixed" content type
MULTIPART_MIXED - Static variable in class com.funambol.mail.Part
The MIME "multipart/mixed" content type

N

NO_LAZY - Static variable in class com.funambol.mail.Message
Do not be lazy
NokiaFP2RMSStore - Class in com.funambol.mail
Extends the RMSStore class using an ObjectStore fixed for Nokia FP2 devices.

O

OPENED - Static variable in class com.funambol.mail.MessageFlags
This message is seen.

P

parent - Variable in class com.funambol.mail.Message
A Folder can contain many Messages, and each Message has a reference to its Folder
parse(int, String) - Static method in class com.funambol.mail.Address
Parses an address list and return an array of Address objects, each representing a recipient.
parseMailMessage(String) - Method in class com.funambol.mail.MIMEProcessor
This method parses a text email message formatted as per RFC 2822 and MIME specifications in order to build a Message object ready to be processed by the mail library.
Part - Class in com.funambol.mail
The common base class for Messages and BodyParts.
Part() - Constructor for class com.funambol.mail.Part
The default constructor
PARTIAL - Static variable in class com.funambol.mail.MessageFlags
This message has been partially downloaded from the server.

R

readChild(String, String) - Method in class com.funambol.mail.RMSStore
 
readChild(String, String) - Method in interface com.funambol.mail.Store
This method reads a Folder from the Store, using the child id.
readChildBytes(String, String) - Method in class com.funambol.mail.RMSStore
 
readChildBytes(String, String) - Method in interface com.funambol.mail.Store
This method returns the InputStream of a Folder child.
received - Variable in class com.funambol.mail.Message
The received date of this message
recordId - Variable in class com.funambol.mail.Folder
The record id in the record store
reloadMessage() - Method in class com.funambol.mail.Message
This method forces a method to be fetched from the store and brought into memory.
removeAllRecipients(int) - Method in class com.funambol.mail.Message
This method removes all the recipients of the specified type from this message.
removeBodyPart(int) - Method in class com.funambol.mail.Multipart
Removes the BodyPart at the specified index.
removeChild(String, String) - Method in class com.funambol.mail.RMSStore
 
removeChild(String, String) - Method in interface com.funambol.mail.Store
This method removes a Folder child from the Store.
removeFolder(Folder, boolean) - Method in class com.funambol.mail.RMSStore
Removes a Folder RecordStore, its parent reference and the subfolders.
removeFolder(String) - Method in class com.funambol.mail.RMSStore
 
removeFolder(Folder, boolean) - Method in interface com.funambol.mail.Store
Removes a Folder from the record store.
removeFolder(String) - Method in interface com.funambol.mail.Store
Recursively removes a Folder given the Folder name
removeHeader(String) - Method in class com.funambol.mail.Part
Remove the header name from this message
REPLYTO - Static variable in class com.funambol.mail.Address
Address is used in a REPLYTO recipient
REPLYTO - Static variable in class com.funambol.mail.Message
REPLY-TO header name
retrieveSubfolderID(String, String) - Method in class com.funambol.mail.RMSStore
 
retrieveSubfolderID(String, String) - Method in interface com.funambol.mail.Store
Retrieve a subfolder from a folder record store and return its record id.
RMSStore - Class in com.funambol.mail
Implements the Store interface using J2ME RecordStore.
role - Variable in class com.funambol.mail.Folder
The folder role (e.g.
ROOT_FOLDER_PATH - Static variable in class com.funambol.mail.Folder
 

S

sent - Variable in class com.funambol.mail.Message
The sent date of this message
serialize(DataOutputStream) - Method in class com.funambol.mail.AccountFolder
 
serialize(DataOutputStream) - Method in class com.funambol.mail.BodyPart
 
serialize(DataOutputStream) - Method in class com.funambol.mail.Folder
 
serialize(DataOutputStream) - Method in class com.funambol.mail.LightMessage
 
serialize(DataOutputStream) - Method in class com.funambol.mail.Message
 
serialize(DataOutputStream) - Method in class com.funambol.mail.MessageFlags
Write object fields to the output stream.
serialize(DataOutputStream) - Method in class com.funambol.mail.Multipart
 
setAttachUrl(String) - Method in class com.funambol.mail.BodyPart
Sets the attachment file url of this BodyPart
setBcc(Address[]) - Method in class com.funambol.mail.Message
Set the content of the RFC 2822 "Bcc:" (blind carbon copy) header with the provided addresses, passed as an Address array
setCc(Address[]) - Method in class com.funambol.mail.Message
Set the content of the RFC 2822 "Cc:" (carbon copy) header with the provided addresses, passed as an Address array
setComposedMessageLength(int) - Method in class com.funambol.mail.Message
 
setContainer(Multipart) - Method in class com.funambol.mail.BodyPart
Sets the container Multipart of this BodyPart.
setContainer(Part) - Method in class com.funambol.mail.Multipart
Set the container object for this Multipart.
setContent(Object) - Method in class com.funambol.mail.BodyPart
Sets the content of this BodyPart.
setContent(Object, String) - Method in class com.funambol.mail.BodyPart
Sets the content of this BodyPart.
setContent(Object) - Method in class com.funambol.mail.Message
Sets the content of this Message.
setContent(Object, String) - Method in class com.funambol.mail.Message
Sets the content of this Message.
setContent(Object) - Method in class com.funambol.mail.Part
Sets the content of this Part.
setContent(Object, String) - Method in class com.funambol.mail.Part
Sets the content and the Content-type of this Part.
setContentType(String) - Method in class com.funambol.mail.Part
Set the MIME-type of this Part.
setDisposition(String) - Method in class com.funambol.mail.BodyPart
Set the content disposition of this BodyPart
setEmail(String) - Method in class com.funambol.mail.Address
Accessor method to set this address' email
setEmailAddress(String) - Method in class com.funambol.mail.AccountFolder
Set the EmailAddress attribute
setFileName(String) - Method in class com.funambol.mail.BodyPart
Sets the file name of this BodyPart
setFlag(int, boolean) - Method in class com.funambol.mail.MessageFlags
Set the specified flag
setFlags(MessageFlags) - Method in class com.funambol.mail.Message
Sets the flag mask for this message.
setFlags(int) - Method in class com.funambol.mail.MessageFlags
Set the message flags according to the given mask
setFrom(Address) - Method in class com.funambol.mail.Message
This method sets the content of the RFC 2822 "From:" header with the given Address.
setGlobalLaziness(int) - Static method in class com.funambol.mail.Message
Set the default value for laziness behavior.
setHeader(String, String) - Method in class com.funambol.mail.Part
Set the value of an header, replacing the old value, if any.
setKey(String) - Method in class com.funambol.mail.Message
Allows a client to set the Message key.
setLaziness(int) - Method in class com.funambol.mail.Message
Set this message laziness behavior.
setMessageId(String) - Method in class com.funambol.mail.Message
Sets the String representing the unique ID of this Message
setName(String) - Method in class com.funambol.mail.Address
Accessor method to set the name of this address
setParent(Folder) - Method in class com.funambol.mail.Message
Sets a reference to the Folder this Message is contained in
setReceivedDate(Date) - Method in class com.funambol.mail.Message
Set the received date
setRecordId(int) - Method in class com.funambol.mail.Folder
 
setRecordId(int) - Method in class com.funambol.mail.Message
 
setReplyTo(Address[]) - Method in class com.funambol.mail.Message
Set the content of the RFC 2822 "Bcc:" (blind carbon copy) header with the provided addresses, passed as an Address array
setRole(String) - Method in class com.funambol.mail.Folder
Set the Folder role
setSentDate(Date) - Method in class com.funambol.mail.Message
Set the sent date
setSize(String) - Method in class com.funambol.mail.Part
 
setStore(Store) - Method in class com.funambol.mail.Folder
Set the Store containing this Folder
setSubject(String) - Method in class com.funambol.mail.Message
Set the content of the RFC 2822 "Subject:" header.
setTextBody(String) - Method in class com.funambol.mail.Message
Sets the body text of this Message.
setTo(Address[]) - Method in class com.funambol.mail.Message
Set the content of the RFC 2822 "To:" header with the provided addresses, passed as an Address array
setType(int) - Method in class com.funambol.mail.Address
Accessor method to set the type of this address
setVersion(int) - Method in class com.funambol.mail.RMSStore
This method sets the version of the Store which is currently being used on the device.
setVersion(int) - Method in interface com.funambol.mail.Store
This method sets the version of the Store which is currently being used on the device.
setVisibleName(String) - Method in class com.funambol.mail.AccountFolder
Set the VisibleName attribute
size - Variable in class com.funambol.mail.Part
The size of this Part
store - Variable in class com.funambol.mail.Folder
Each Folder contains a reference to the Store
Store - Interface in com.funambol.mail
This interface defines a hierarchical object store and its access protocol.
StoreFactory - Class in com.funambol.mail
 
StoreFactory() - Constructor for class com.funambol.mail.StoreFactory
 
SUBJECT - Static variable in class com.funambol.mail.Message
SUBJECT header name

T

TEXT_PLAIN - Static variable in class com.funambol.mail.Part
The MIME "text/plain" content type
TO - Static variable in class com.funambol.mail.Address
Address is used in a TO recipient
TO - Static variable in class com.funambol.mail.Message
TO header name
toString() - Method in class com.funambol.mail.Address
Overloads toString() Object' method to return this address representation in RFC2822 format
toString() - Method in class com.funambol.mail.MessageFlags
 
TX_ERROR - Static variable in class com.funambol.mail.MessageFlags
The message has not been sent due to an error during the transmission.
TX_SENDING - Static variable in class com.funambol.mail.MessageFlags
The message is queued for sending: the next sync with the server will process this message.
TX_SENT - Static variable in class com.funambol.mail.MessageFlags
The message has been sent successfully by this client.

U

updateChild(String, RmsRecordItem) - Method in class com.funambol.mail.RMSStore
 
updateChild(String, RmsRecordItem) - Method in interface com.funambol.mail.Store
This method updates an existing Folder child in the Store.
updateMessage(Message) - Method in class com.funambol.mail.Folder
Updates the given Message

V

VERSION_101 - Static variable in interface com.funambol.mail.Store
Store available versions
VERSION_102 - Static variable in interface com.funambol.mail.Store
 
VERSION_103 - Static variable in interface com.funambol.mail.Store
 
VERSION_104 - Static variable in interface com.funambol.mail.Store
 
VERSION_105 - Static variable in interface com.funambol.mail.Store
 
VISIBLE_NAME - Static variable in class com.funambol.mail.AccountFolder
 

W

writeRecordPrefix(DataOutputStream) - Method in class com.funambol.mail.AccountFolder
 
writeRecordPrefix(DataOutputStream) - Method in class com.funambol.mail.Folder
 
writeRecordPrefix(DataOutputStream) - Method in class com.funambol.mail.Message
 

A B C D E F G H I K L M N O P R S T U V W

Copyright © 2001-2009 Funambol.