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

F

FALSE - Static variable in class com.openexchange.mail.search.BooleanTerm
The boolean term for false
fetchProfile2MailListFields(FetchProfile) - Static method in class com.openexchange.mail.mime.utils.MimeStorageUtility
Creates an appropriate collection of MailField enumeration constants from given fetch profile
FIELDS_LOW_COST - Static variable in enum com.openexchange.mail.MailField
All low cost fields.
FIELDS_WO_BODY - Static variable in enum com.openexchange.mail.MailField
All fields except MailField.BODY and MailField.FULL.
FileDataSource - Class in com.openexchange.mail.mime.datasource
FileDataSource - A simple data source that encapsulates a file.
FileDataSource(File) - Constructor for class com.openexchange.mail.mime.datasource.FileDataSource
Creates a FileDataSource from a File object.
FileDataSource(File, String) - Constructor for class com.openexchange.mail.mime.datasource.FileDataSource
Creates a FileDataSource from a File object.
FileDataSource(String) - Constructor for class com.openexchange.mail.mime.datasource.FileDataSource
Creates a FileDataSource from the specified path name.
FileDataSource(String, String) - Constructor for class com.openexchange.mail.mime.datasource.FileDataSource
Creates a FileDataSource from the specified path name.
fillComposedMailMessage(ComposedMailMessage) - Static method in class com.openexchange.mail.mime.converters.MimeMessageConverter
Fills specified instance of ComposedMailMessage with MimeMessageFiller.
fillMailBody(ComposedMailMessage, MimeMessage, ComposeType) - Method in class com.openexchange.mail.mime.filler.MimeMessageFiller
Fills the body of given instance of MimeMessage with the contents specified through given instance of ComposedMailMessage.
filter(MimeMessage) - Method in class com.openexchange.mail.mime.MimeFilter
Filters matching parts from specified MIME message.
filter(Set<Class<? extends SearchTerm>>) - Method in class com.openexchange.mail.search.ANDTerm
 
filter(Set<Class<? extends SearchTerm>>) - Method in class com.openexchange.mail.search.NOTTerm
 
filter(Set<Class<? extends SearchTerm>>) - Method in class com.openexchange.mail.search.ORTerm
 
filter(Class<? extends SearchTerm>[]) - Method in class com.openexchange.mail.search.SearchTerm
Generates a search term with the unsupported search terms specified through filter removed.
filter(Set<Class<? extends SearchTerm>>) - Method in class com.openexchange.mail.search.SearchTerm
Generates a search term with the unsupported search terms specified through filter removed.
filterFor(String) - Static method in class com.openexchange.mail.mime.MimeFilter
Gets the MIME filter for specified alias.
filterFor(String...) - Static method in class com.openexchange.mail.mime.MimeFilter
Gets the MIME filter for specified ignorable Content-Types
filterFor(List<String>) - Static method in class com.openexchange.mail.mime.MimeFilter
Gets the MIME filter for specified ignorable Content-Types
filterInlineImages(String, Session, MailPath) - Static method in class com.openexchange.mail.text.HtmlProcessing
Filters inline images occurring in HTML content of a message: Inline images
The source of inline images is in the message itself.
find() - Method in class com.openexchange.mail.mime.utils.ImageMatcher
Attempts to find the next subsequence of the input sequence that matches the pattern.
findUUEncodedAttachmentPosition(String) - Static method in class com.openexchange.mail.uuencode.UUEncodedBodyPart
 
FLAG_ANSWERED - Static variable in class com.openexchange.mail.dataobjects.MailMessage
This message has been answered.
FLAG_DELETED - Static variable in class com.openexchange.mail.dataobjects.MailMessage
This message is marked deleted.
FLAG_DRAFT - Static variable in class com.openexchange.mail.dataobjects.MailMessage
This message is a draft.
FLAG_FAIL_MSG - Static variable in class com.openexchange.mail.MailExceptionStrings
 
FLAG_FLAGGED - Static variable in class com.openexchange.mail.dataobjects.MailMessage
This message is flagged.
FLAG_FORWARDED - Static variable in class com.openexchange.mail.dataobjects.MailMessage
Virtual forwarded flag that marks this message as being forwarded.
FLAG_READ_ACK - Static variable in class com.openexchange.mail.dataobjects.MailMessage
Virtual read acknowledgment flag that marks this message as being notified for delivery.
FLAG_RECENT - Static variable in class com.openexchange.mail.dataobjects.MailMessage
This message is recent.
FLAG_SEEN - Static variable in class com.openexchange.mail.dataobjects.MailMessage
This message is seen.
FLAG_SPAM - Static variable in class com.openexchange.mail.dataobjects.MailMessage
Virtual Spam flag
FLAG_USER - Static variable in class com.openexchange.mail.dataobjects.MailMessage
A special flag that indicates that this folder supports user defined flags.
FlagTerm - Class in com.openexchange.mail.search
FlagTerm(int, boolean) - Constructor for class com.openexchange.mail.search.FlagTerm
Initializes a new FlagTerm
fold(int, String) - Static method in class com.openexchange.mail.mime.utils.MimeMessageUtility
Folds a string at linear whitespace so that each line is no longer than 76 characters, if possible.
fold(List<Conversation>) - Static method in class com.openexchange.mail.threader.Conversations
Folds specified conversations.
foldContentDisposition(String) - Static method in class com.openexchange.mail.mime.utils.MimeMessageUtility
Folds specified Content-Disposition value.
foldContentType(String) - Static method in class com.openexchange.mail.mime.utils.MimeMessageUtility
Folds specified Content-Type value.
FOLDER_CLOSED_EXT_MSG_DISPLAY - Static variable in class com.openexchange.mail.mime.MimeMailExceptionMessage
Folder "%1$s" has been closed on mail server %2$s.
FOLDER_CLOSED_MSG_DISPLAY - Static variable in class com.openexchange.mail.mime.MimeMailExceptionMessage
Folder "%1$s" has been closed.
FOLDER_DELETION_DENIED_MSG - Static variable in class com.openexchange.mail.MailExceptionStrings
 
FOLDER_DOES_NOT_HOLD_MESSAGES_MSG - Static variable in class com.openexchange.mail.MailExceptionStrings
 
FOLDER_MOVE_DENIED_MSG - Static variable in class com.openexchange.mail.MailExceptionStrings
 
FOLDER_NOT_FOUND_EXT_MSG_DISPLAY - Static variable in class com.openexchange.mail.mime.MimeMailExceptionMessage
Mail folder "%1$s" could not be found on mail server %2$s.
FOLDER_NOT_FOUND_MSG - Static variable in class com.openexchange.mail.MailExceptionStrings
 
FOLDER_NOT_FOUND_MSG_DISPLAY - Static variable in class com.openexchange.mail.mime.MimeMailExceptionMessage
Mail folder "%1$s" could not be found.
FOLDER_UPDATE_DENIED_MSG - Static variable in class com.openexchange.mail.MailExceptionStrings
 
FolderParser - Class in com.openexchange.mail.json.parser
FolderParser - Parses instances of JSONObject to instances of MailFolder
FolderWriter - Class in com.openexchange.mail.json.writer
FolderWriter - Writes MailFolder instances as JSON strings.
FolderWriter.JSONArrayPutter - Class in com.openexchange.mail.json.writer
 
FolderWriter.JSONArrayPutter() - Constructor for class com.openexchange.mail.json.writer.FolderWriter.JSONArrayPutter
 
FolderWriter.JSONArrayPutter(JSONArray) - Constructor for class com.openexchange.mail.json.writer.FolderWriter.JSONArrayPutter
 
FolderWriter.JSONObjectPutter - Class in com.openexchange.mail.json.writer
 
FolderWriter.JSONObjectPutter() - Constructor for class com.openexchange.mail.json.writer.FolderWriter.JSONObjectPutter
 
FolderWriter.JSONObjectPutter(JSONObject) - Constructor for class com.openexchange.mail.json.writer.FolderWriter.JSONObjectPutter
 
FolderWriter.JSONValuePutter - Interface in com.openexchange.mail.json.writer
 
FolderWriter.MailFolderFieldWriter - Class in com.openexchange.mail.json.writer
 
FolderWriter.MailFolderFieldWriter() - Constructor for class com.openexchange.mail.json.writer.FolderWriter.MailFolderFieldWriter
 
formatContentForDisplay(String, String, boolean, Session, MailPath, UserSettingMail, boolean[], DisplayMode, boolean) - Static method in class com.openexchange.mail.text.HtmlProcessing
Performs all the formatting for both text and HTML content for a proper display according to specified user's mail settings.
formatHrefLinks(String) - Static method in class com.openexchange.mail.text.HtmlProcessing
Searches for non-HTML links and convert them to valid HTML links.
formatHTMLForDisplay(String, String, Session, MailPath, UserSettingMail, boolean[], DisplayMode, boolean) - Static method in class com.openexchange.mail.text.HtmlProcessing
Performs all the formatting for HTML content for a proper display according to specified user's mail settings.
formatTextForDisplay(String, UserSettingMail, DisplayMode) - Static method in class com.openexchange.mail.text.HtmlProcessing
Performs all the formatting for text content for a proper display according to specified user's mail settings.
FROM - Static variable in class com.openexchange.mail.mime.MessageHeaders
 
FromTerm - Class in com.openexchange.mail.search
FromTerm(String) - Constructor for class com.openexchange.mail.search.FromTerm
Initializes a new FromTerm
FullnameArgument - Class in com.openexchange.mail
FullnameArgument - Represents a full name argument; e.g.
FullnameArgument(String) - Constructor for class com.openexchange.mail.FullnameArgument
Initializes a new FullnameArgument with default account ID.
FullnameArgument(int, String) - Constructor for class com.openexchange.mail.FullnameArgument
Initializes a new FullnameArgument.
FullnameFolder - Class in com.openexchange.mail.mime
FullnameFolder - A Folder implementation whose only purpose is to provide fullname, separator character and UIDs.
FullnameFolder(String, char, String[]) - Constructor for class com.openexchange.mail.mime.FullnameFolder
Initializes a new FullnameFolder
FullnameFolder(String, char, String) - Constructor for class com.openexchange.mail.mime.FullnameFolder
Initializes a new FullnameFolder
A B C D E F G H I J L M N O P Q R S T U V W X Y