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

A

AbstractMessage - Class in com.libmailcore
Abstract message.
AbstractMessage() - Constructor for class com.libmailcore.AbstractMessage
 
AbstractMessagePart - Class in com.libmailcore
Abstract embedded message part.
AbstractMessagePart() - Constructor for class com.libmailcore.AbstractMessagePart
 
AbstractMultipart - Class in com.libmailcore
Abstract MIME multipart.
AbstractMultipart() - Constructor for class com.libmailcore.AbstractMultipart
 
AbstractPart - Class in com.libmailcore
Abstract MIME part.
AbstractPart() - Constructor for class com.libmailcore.AbstractPart
 
addAttachment(Attachment) - Method in class com.libmailcore.MessageBuilder
Adds an attachment.
addIndex(long) - Method in class com.libmailcore.IndexSet
Adds an index.
addIndexSet(IndexSet) - Method in class com.libmailcore.IndexSet
Adds indexes of the given set of indexes.
addRange(Range) - Method in class com.libmailcore.IndexSet
Adds a range of values.
addRelatedAttachment(Attachment) - Method in class com.libmailcore.MessageBuilder
Adds a related attachment.
Address - Class in com.libmailcore
RFC 822 address.
Address() - Constructor for class com.libmailcore.Address
 
addressesWithNonEncodedRFC822String(String) - Static method in class com.libmailcore.Address
Parses a string that contains an addresses encoded following RFC 822 rules and create a corresponding list of addresses.
addressesWithRFC822String(String) - Static method in class com.libmailcore.Address
Parses a string that contains an addresses encoded following RFC 822 rules and create a corresponding list of addresses.
addressWithDisplayName(String, String) - Static method in class com.libmailcore.Address
Creates an address with the given display name and mailbox.
addressWithMailbox(String) - Static method in class com.libmailcore.Address
Creates an address with only a mailbox.
addressWithNonEncodedRFC822String(String) - Static method in class com.libmailcore.Address
Parses a string that contains an address encoded following RFC 822 rules and create a corresponding address.
addressWithRFC822String(String) - Static method in class com.libmailcore.Address
Parses a string that contains an address encoded following RFC 822 rules and create a corresponding address.
allContentTypeParametersNames() - Method in class com.libmailcore.AbstractPart
Returns the list of all parameters names of Content-Type.
allExtraHeadersNames() - Method in class com.libmailcore.MessageHeader
Returns all the names of the custom headers.
allInfoKeys() - Method in class com.libmailcore.IMAPIdentity
Returns all infos names.
allowsFolderConcurrentAccessEnabled() - Method in class com.libmailcore.IMAPSession
Returns whether the IMAP session can access folders using several IMAP connections.
allowsNewPermanentFlags() - Method in class com.libmailcore.IMAPFolderInfo
Returns whether adding custom flags to messages is allowed.
allRanges() - Method in class com.libmailcore.IndexSet
Returns all the ranges that the set contains.
appendMessageOperation(String, byte[], int, List<String>) - Method in class com.libmailcore.IMAPSession
Returns an operation to append a message to a folder.
appendMessageOperation(String, byte[], int) - Method in class com.libmailcore.IMAPSession
Returns an operation to append a message to a folder.
articles() - Method in class com.libmailcore.NNTPFetchAllArticlesOperation
numbers of all the articles.
articles() - Method in class com.libmailcore.NNTPFetchOverviewOperation
 
Attachment - Class in com.libmailcore
Attachment when parsing or building a RFC 822 message.
Attachment() - Constructor for class com.libmailcore.Attachment
 
attachments() - Method in class com.libmailcore.AbstractMessage
Returns the list of attachments, not part of the content of the message.
attachments() - Method in class com.libmailcore.MessageBuilder
Returns the list of attachments.
attachmentWithContentsOfFile(String) - Static method in class com.libmailcore.Attachment
Returns an attachment with the content of the given file.
attachmentWithData(String, byte[]) - Static method in class com.libmailcore.Attachment
Returns an attachment with the given data and the given filename.
attachmentWithHTMLString(String) - Static method in class com.libmailcore.Attachment
Returns an HTML text part with the given HTML.
attachmentWithRFC822Message(byte[]) - Static method in class com.libmailcore.Attachment
Returns RFC 822 message part with the given message data.
attachmentWithText(String) - Static method in class com.libmailcore.Attachment
Returns a text part with the given text.
AuthType - Class in com.libmailcore
Authentication type.
AuthType() - Constructor for class com.libmailcore.AuthType
 
authType() - Method in class com.libmailcore.IMAPSession
Returns authentication type.
authType() - Method in class com.libmailcore.POPSession
Returns authentication type.
authType() - Method in class com.libmailcore.SMTPSession
Returns authentication type.
AuthTypeSASLCRAMMD5 - Static variable in class com.libmailcore.AuthType
 
AuthTypeSASLDIGESTMD5 - Static variable in class com.libmailcore.AuthType
 
AuthTypeSASLGSSAPI - Static variable in class com.libmailcore.AuthType
 
AuthTypeSASLKerberosV4 - Static variable in class com.libmailcore.AuthType
 
AuthTypeSASLLogin - Static variable in class com.libmailcore.AuthType
 
AuthTypeSASLNone - Static variable in class com.libmailcore.AuthType
 
AuthTypeSASLNTLM - Static variable in class com.libmailcore.AuthType
 
AuthTypeSASLPlain - Static variable in class com.libmailcore.AuthType
 
AuthTypeSASLSRP - Static variable in class com.libmailcore.AuthType
 
AuthTypeXOAuth2 - Static variable in class com.libmailcore.AuthType
 
AuthTypeXOAuth2Outlook - Static variable in class com.libmailcore.AuthType
 

B

bcc() - Method in class com.libmailcore.MessageHeader
Returns Bcc.
bodyProgress(long, long) - Method in interface com.libmailcore.IMAPOperationProgressListener
Called when a progress has been notified.
boundaryPrefix() - Method in class com.libmailcore.MessageBuilder
Returns the prefix to use when generating the boundary separator.

C

callback - Variable in class com.libmailcore.Operation
 
callCallback() - Method in class com.libmailcore.IMAPOperation
Calls the method succeeded() of the callback if the operation succeeded or failed() if the operation failed.
callCallback() - Method in class com.libmailcore.NNTPOperation
Calls the method succeeded() of the callback if the operation succeeded or failed() if the operation failed.
callCallback() - Method in class com.libmailcore.Operation
 
callCallback() - Method in class com.libmailcore.POPOperation
Calls the method succeeded() of the callback if the operation succeeded or failed() if the operation failed.
callCallback() - Method in class com.libmailcore.SMTPOperation
Calls the method succeeded() of the callback if the operation succeeded or failed() if the operation failed.
cancel() - Method in class com.libmailcore.Operation
Cancel the operation.
cancelAllOperations() - Method in class com.libmailcore.IMAPSession
Cancels all queued operations.
cancelAllOperations() - Method in class com.libmailcore.NNTPSession
Cancels all queued operations.
cancelAllOperations() - Method in class com.libmailcore.POPSession
Cancels all queued operations.
cancelAllOperations() - Method in class com.libmailcore.SMTPSession
Cancels all queued operations.
canPreviewPart(AbstractPart) - Method in interface com.libmailcore.HTMLRendererTemplateCallback
Returns true if an attachment should be rendered using the image template.
capabilities() - Method in class com.libmailcore.IMAPCapabilityOperation
The result set will contains values of IMAPCabilityOperation.
capabilityOperation() - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch the capabilities.
cc() - Method in class com.libmailcore.MessageHeader
Returns Cc.
charset() - Method in class com.libmailcore.AbstractPart
Returns the charset encoding of the attachment.
checkAccountOperation() - Method in class com.libmailcore.IMAPSession
Returns an operation to check whether the credentials of the account are correct.
checkAccountOperation() - Method in class com.libmailcore.NNTPSession
Returns an operation to check credentials.
checkAccountOperation() - Method in class com.libmailcore.POPSession
Returns an operation to check credentials.
checkAccountOperation(Address) - Method in class com.libmailcore.SMTPSession
Returns an operation to check whether the credentials of the account are correct.
cleanHTML(String) - Method in interface com.libmailcore.HTMLRendererTemplateCallback
Clean a HTML string.
clientIdentity() - Method in class com.libmailcore.IMAPSession
Returns client identity.
clone() - Method in class com.libmailcore.NativeObject
Create a copy of the object.
com.libmailcore - package com.libmailcore
 
componentsForPath(String) - Method in class com.libmailcore.IMAPNamespaceItem
Returns the components given a folder path.
componentsFromPath(String) - Method in class com.libmailcore.IMAPNamespace
Returns the components given a folder path.
ConnectionLogger - Interface in com.libmailcore
Callbacks interface for the connection logger.
connectionLogger() - Method in class com.libmailcore.IMAPSession
Returns the connection logger.
connectionLogger() - Method in class com.libmailcore.NNTPSession
Returns the connection logger.
connectionLogger() - Method in class com.libmailcore.POPSession
Returns the connection logger.
connectionLogger() - Method in class com.libmailcore.SMTPSession
Returns the connection logger.
ConnectionLogType - Class in com.libmailcore
Logs type for the connection logger.
ConnectionLogType() - Constructor for class com.libmailcore.ConnectionLogType
 
ConnectionLogTypeErrorParse - Static variable in class com.libmailcore.ConnectionLogType
Error when parsing.
ConnectionLogTypeErrorReceived - Static variable in class com.libmailcore.ConnectionLogType
Error while receiving.
ConnectionLogTypeErrorSent - Static variable in class com.libmailcore.ConnectionLogType
Error while sending.
ConnectionLogTypeReceived - Static variable in class com.libmailcore.ConnectionLogType
Received data.
ConnectionLogTypeSent - Static variable in class com.libmailcore.ConnectionLogType
Sent data.
ConnectionLogTypeSentPrivate - Static variable in class com.libmailcore.ConnectionLogType
Sent private data (such as a password).
ConnectionType - Class in com.libmailcore
Connection type.
ConnectionType() - Constructor for class com.libmailcore.ConnectionType
 
connectionType() - Method in class com.libmailcore.IMAPSession
Returns connection type (clear-text, SSL or STARTTLS).
connectionType() - Method in class com.libmailcore.NNTPSession
Returns connection type (clear-text, SSL or STARTTLS).
connectionType() - Method in class com.libmailcore.POPSession
Returns connection type (clear-text, SSL or STARTTLS).
connectionType() - Method in class com.libmailcore.SMTPSession
Returns connection type (clear-text, SSL or STARTTLS).
ConnectionTypeClear - Static variable in class com.libmailcore.ConnectionType
Clear-text connection.
ConnectionTypeStartTLS - Static variable in class com.libmailcore.ConnectionType
Connection starts in clear-text and is switched to SSL when it starts sending sensitive data.
ConnectionTypeTLS - Static variable in class com.libmailcore.ConnectionType
SSL connection.
connectOperation() - Method in class com.libmailcore.IMAPSession
Returns an operation to connect to the server.
containsFolder(String) - Method in class com.libmailcore.IMAPNamespaceItem
Returns true if the namespace contains the given folder path.
containsFolderPath(String) - Method in class com.libmailcore.IMAPNamespace
Returns true if the namespace contains the given folder path.
containsIndex(long) - Method in class com.libmailcore.IndexSet
Returns whether the set of indexes holds the given value.
contentDescription() - Method in class com.libmailcore.AbstractPart
Returns the Content-Description of the attachment.
contentID() - Method in class com.libmailcore.AbstractPart
Returns the Content-ID of the attachment.
contentLocation() - Method in class com.libmailcore.AbstractPart
Returns the Content-Location of the attachment.
contentTypeParameterValueForName(String) - Method in class com.libmailcore.AbstractPart
Returns a Content-Type parameter for a given name.
copyMessagesOperation(String, IndexSet, String) - Method in class com.libmailcore.IMAPSession
Returns an operation to copy messages to a folder.
count() - Method in class com.libmailcore.IndexSet
Returns the number of indexes.
createdUID() - Method in class com.libmailcore.IMAPAppendMessageOperation
Returns the UID of the created message.
createFolderOperation(String) - Method in class com.libmailcore.IMAPSession
Returns an operation to create a folder.
customFlags() - Method in class com.libmailcore.IMAPMessage
Returns custom flags.

D

data() - Method in class com.libmailcore.Attachment
Returns the data.
data() - Method in class com.libmailcore.IMAPFetchContentOperation
Content of the message or the attachment.
data() - Method in class com.libmailcore.MessageBuilder
Returns RFC 822 data.
data() - Method in class com.libmailcore.MessageParser
Returns the data of the message.
data() - Method in class com.libmailcore.NNTPFetchArticleOperation
Content of the article in RFC 822 format.
data() - Method in class com.libmailcore.POPFetchMessageOperation
Content of the message in RFC 822 format.
dataForEncryption() - Method in class com.libmailcore.MessageBuilder
Returns RFC 822 data that can be used safely for encryption/signature.
dataForIMAPPart(String, IMAPPart) - Method in interface com.libmailcore.HTMLRendererIMAPCallback
Called when the data for the given part are needed.
date() - Method in class com.libmailcore.IMAPAppendMessageOperation
Returns the received date of the message to append.
date() - Method in class com.libmailcore.MessageHeader
Returns Date.
decodedSize() - Method in class com.libmailcore.IMAPPart
Returns decoded size.
decodedString() - Method in class com.libmailcore.Attachment
Returns the content of the attachment decoded using the charset encoding.
defaultNamespace() - Method in class com.libmailcore.IMAPSession
Returns the default namespace.
deleteFolderOperation(String) - Method in class com.libmailcore.IMAPSession
Returns an operation to delete a folder.
deleteMessagesOperation(IndexSet) - Method in class com.libmailcore.POPSession
Returns an operation to delete messages.
delimiter() - Method in class com.libmailcore.IMAPFolder
Returns the delimiter of the folder.
delimiter() - Method in class com.libmailcore.IMAPNamespaceItem
Returns delimiter.
disconnectOperation() - Method in class com.libmailcore.IMAPSession
Returns an operation to disconnect from the server.
disconnectOperation() - Method in class com.libmailcore.NNTPSession
Returns an operation to disconnect.
disconnectOperation() - Method in class com.libmailcore.POPSession
Returns an operation to disconnect.
displayName() - Method in class com.libmailcore.Address
Returns the display name.

E

Encoding - Class in com.libmailcore
MIME encoding.
Encoding() - Constructor for class com.libmailcore.Encoding
 
encoding() - Method in class com.libmailcore.IMAPPart
Returns encoding used (base64, quoted-printable, etc.)
Encoding7Bit - Static variable in class com.libmailcore.Encoding
7-bit encoding.
Encoding8Bit - Static variable in class com.libmailcore.Encoding
 
EncodingBase64 - Static variable in class com.libmailcore.Encoding
 
EncodingBinary - Static variable in class com.libmailcore.Encoding
 
EncodingOther - Static variable in class com.libmailcore.Encoding
 
EncodingQuotedPrintable - Static variable in class com.libmailcore.Encoding
 
EncodingUUEncode - Static variable in class com.libmailcore.Encoding
 
ErrorAppend - Static variable in class com.libmailcore.ErrorCode
IMAP: Error occurred while adding a message to a folder.
ErrorAuthentication - Static variable in class com.libmailcore.ErrorCode
An authentication error occurred.
ErrorAuthenticationRequired - Static variable in class com.libmailcore.ErrorCode
SMTP: Authentication required.
ErrorCapability - Static variable in class com.libmailcore.ErrorCode
IMAP: Error wile getting capabilities.
ErrorCertificate - Static variable in class com.libmailcore.ErrorCode
Certificate was not valid.
ErrorCode - Class in com.libmailcore
Error codes.
ErrorCode() - Constructor for class com.libmailcore.ErrorCode
 
errorCode() - Method in exception com.libmailcore.MailException
Error code.
ErrorCompression - Static variable in class com.libmailcore.ErrorCode
IMAP: Error when trying to enable compression.
ErrorConnection - Static variable in class com.libmailcore.ErrorCode
An error related to the connection occurred.
ErrorCopy - Static variable in class com.libmailcore.ErrorCode
IMAP: Error occurred while copying a message.
ErrorCreate - Static variable in class com.libmailcore.ErrorCode
IMAP: Error occurred while creating a folder.
ErrorDelete - Static variable in class com.libmailcore.ErrorCode
IMAP: Error occurred while deleting a folder.
ErrorDeleteMessage - Static variable in class com.libmailcore.ErrorCode
POP: Error occurred while deleting message.
ErrorExpunge - Static variable in class com.libmailcore.ErrorCode
IMAP: Error occurred while expunging.
ErrorFetch - Static variable in class com.libmailcore.ErrorCode
IMAP: Error occurred while fetching messages.
ErrorFetchMessageList - Static variable in class com.libmailcore.ErrorCode
POP: Error occurred while fetching message list.
ErrorFile - Static variable in class com.libmailcore.ErrorCode
Error when accessing/reading/writing file.
ErrorGmailApplicationSpecificPasswordRequired - Static variable in class com.libmailcore.ErrorCode
IMAP: Error when the password has been entered but second factor authentication is enabled: an application specific password is required.
ErrorGmailExceededBandwidthLimit - Static variable in class com.libmailcore.ErrorCode
Specific to Gmail: Exceeded bandwidth limit.
ErrorGmailIMAPNotEnabled - Static variable in class com.libmailcore.ErrorCode
Specific to Gmail: IMAP not enabled.
ErrorGmailTooManySimultaneousConnections - Static variable in class com.libmailcore.ErrorCode
Specific to Gmail: Too many simultaneous connections.
ErrorIdentity - Static variable in class com.libmailcore.ErrorCode
IMAP: Error occurred while sending/getting identity.
ErrorIdle - Static variable in class com.libmailcore.ErrorCode
IMAP: Error occurred while IDLing.
ErrorInvalidAccount - Static variable in class com.libmailcore.ErrorCode
SMTP: Error while checking account.
ErrorMobileMeMoved - Static variable in class com.libmailcore.ErrorCode
Specific to Mobile Me: Moved to iCloud.
ErrorNamespace - Static variable in class com.libmailcore.ErrorCode
IMAP: Error occurred while getting namespace.
ErrorNeedsConnectToWebmail - Static variable in class com.libmailcore.ErrorCode
SMTP: Specific to hotmail.
ErrorNone - Static variable in class com.libmailcore.ErrorCode
No error occurred.
ErrorNonExistantFolder - Static variable in class com.libmailcore.ErrorCode
Non existant folder, select failed.
ErrorNoop - Static variable in class com.libmailcore.ErrorCode
IMAP: Error when a noop operation fails.
ErrorNoRecipient - Static variable in class com.libmailcore.ErrorCode
SMTP: Error when no recipient has been specified.
ErrorNoSender - Static variable in class com.libmailcore.ErrorCode
SMTP: Error when no sender has been specified.
ErrorParse - Static variable in class com.libmailcore.ErrorCode
The protocol could not be parsed.
ErrorRename - Static variable in class com.libmailcore.ErrorCode
IMAP: Error occurred while renaming a folder.
ErrorSendMessage - Static variable in class com.libmailcore.ErrorCode
SMTP: Error while sending message.
ErrorSendMessageIllegalAttachment - Static variable in class com.libmailcore.ErrorCode
SMTP: Illegal attachment: certain kind of attachment cannot be sent.
ErrorSendMessageNotAllowed - Static variable in class com.libmailcore.ErrorCode
SMTP: Sending message is not allowed.
ErrorServerDate - Static variable in class com.libmailcore.ErrorCode
NNTP: error when requesting date
ErrorStartTLSNotAvailable - Static variable in class com.libmailcore.ErrorCode
STARTTLS is not available.
ErrorStorageLimit - Static variable in class com.libmailcore.ErrorCode
SMTP: Storage limit: message is probably too big.
ErrorStore - Static variable in class com.libmailcore.ErrorCode
IMAP: Error occurred while storing flags.
ErrorSubscribe - Static variable in class com.libmailcore.ErrorCode
IMAP: Error occurred while subscribing/unsubcribing to a folder.
ErrorTLSNotAvailable - Static variable in class com.libmailcore.ErrorCode
TLS/SSL connection was not available.
ErrorYahooUnavailable - Static variable in class com.libmailcore.ErrorCode
Specific to Yahoo: not available.
exception() - Method in class com.libmailcore.IMAPOperation
Returns error once the operation finished running.
exception() - Method in class com.libmailcore.NNTPOperation
Returns error once the operation finished running.
exception() - Method in class com.libmailcore.POPOperation
Returns error once the operation finished running.
exception() - Method in class com.libmailcore.SMTPOperation
Returns error once the operation finished running.
expungeOperation(String) - Method in class com.libmailcore.IMAPSession
Returns an operation to expunge messages after they've been marked as deleted.
extractedSubject() - Method in class com.libmailcore.MessageHeader
Returns the extracted subject (removing all the Re:, Fwd:, etc).
extraHeaders() - Method in class com.libmailcore.IMAPFetchMessagesOperation
Returns the list of extra headers to fetch.
extraHeaderValueForName(String) - Method in class com.libmailcore.MessageHeader
Returns the value of a custom header.

F

failed(MailException) - Method in interface com.libmailcore.OperationCallback
Called when the operation failed.
fetchAllArticlesOperation(String) - Method in class com.libmailcore.NNTPSession
Returns an operation to fetch the list of numbers of all articles of a newsgroup.
fetchAllFoldersOperation() - Method in class com.libmailcore.IMAPSession
Returns an operation to request the list of all folders.
fetchArticleByMessageIDOperation(String, String) - Method in class com.libmailcore.NNTPSession
Returns an operation to fetch the content of a given articl using the Message-ID.
fetchArticleOperation(String, int) - Method in class com.libmailcore.NNTPSession
Returns an operation to fetch the content of a given article.
fetchHeaderOperation(String, int) - Method in class com.libmailcore.NNTPSession
Returns an operation to fetch the headers of a given article.
fetchHeaderOperation(int) - Method in class com.libmailcore.POPSession
Returns an operation to fetch headers of a given message.
fetchMessageAttachmentByNumberOperation(String, long, String, int, boolean) - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch an attachment content using the sequence number of a message.
fetchMessageAttachmentByNumberOperation(String, long, String, int) - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch an attachment content using the sequence number of a message.
fetchMessageAttachmentByUIDOperation(String, long, String, int, boolean) - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch an attachment content using the UID of a message.
fetchMessageAttachmentByUIDOperation(String, long, String, int) - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch an attachment content using the UID of a message.
fetchMessageByNumberOperation(String, long, boolean) - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch a message content by sequence number.
fetchMessageByNumberOperation(String, long) - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch a message content by sequence number.
fetchMessageByUIDOperation(String, long, boolean) - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch a message content by UID.
fetchMessageByUIDOperation(String, long) - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch a message content by UID.
fetchMessageOperation(int) - Method in class com.libmailcore.POPSession
Returns an operation to fetch the content of a given message.
fetchMessagesByNumberOperation(String, int, IndexSet) - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch a list of messages by sequence number.
fetchMessagesByUIDOperation(String, int, IndexSet) - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch a list of messages by UID.
fetchMessagesOperation() - Method in class com.libmailcore.POPSession
Returns an operation to fetch the list of messages.
fetchNamespaceOperation() - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch the namespace.
fetchOverviewOperationWithIndexes(String, IndexSet) - Method in class com.libmailcore.NNTPSession
Returns an operation to fetch the summary headers of set of articles of a newsgroup.
fetchParsedMessageByNumberOperation(String, long, boolean) - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch a message content by sequence number and parse it.
fetchParsedMessageByNumberOperation(String, long) - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch a message content by sequence number and parse it.
fetchParsedMessageByUIDOperation(String, long, boolean) - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch a message content by UID and parse it.
fetchParsedMessageByUIDOperation(String, long) - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch a message content by UID and parse it.
fetchServerDateOperation() - Method in class com.libmailcore.NNTPSession
Returns an operation to fetch the server date.
fetchSubscribedFoldersOperation() - Method in class com.libmailcore.IMAPSession
Returns an operation to request the list of subscribed folders.
filename() - Method in class com.libmailcore.AbstractPart
Returns filename of the attachment.
filterHTMLForMessage(String) - Method in interface com.libmailcore.HTMLRendererTemplateCallback
Filter the HTML when rendering a the whole message.
filterHTMLForPart(String) - Method in interface com.libmailcore.HTMLRendererTemplateCallback
Filter the HTML when rendering a given part.
finalize() - Method in class com.libmailcore.IMAPAppendMessageOperation
 
finalize() - Method in class com.libmailcore.IMAPFetchContentOperation
 
finalize() - Method in class com.libmailcore.IMAPFetchMessagesOperation
 
finalize() - Method in class com.libmailcore.IMAPFetchParsedContentOperation
 
finalize() - Method in class com.libmailcore.IMAPSession
 
finalize() - Method in class com.libmailcore.NativeObject
 
finalize() - Method in class com.libmailcore.NNTPSession
 
finalize() - Method in class com.libmailcore.POPSession
 
finalize() - Method in class com.libmailcore.SMTPSession
 
firstUnseenUid() - Method in class com.libmailcore.IMAPFolderInfo
Returns the UID of the first unseen message.
flags() - Method in class com.libmailcore.IMAPFolder
Returns the flags of the folder.
flags() - Method in class com.libmailcore.IMAPMessage
Flags of the message.
folderInfoOperation(String) - Method in class com.libmailcore.IMAPSession
Returns an operation to request the folder info.
folders() - Method in class com.libmailcore.IMAPFetchFoldersOperation
List of folders.
folderStatusOperation(String) - Method in class com.libmailcore.IMAPSession
Returns an operation to request the folder status.
forwardHeader() - Method in class com.libmailcore.MessageHeader
Generates a header that could be used as a base for a forwarded message.
from() - Method in class com.libmailcore.MessageHeader
Return From.

G

gmailLabels() - Method in class com.libmailcore.IMAPMessage
Returns the labels of the message in case that's a Gmail server.
gmailMessageID() - Method in class com.libmailcore.IMAPMessage
Returns the message identifier on Gmail server.
gmailThreadID() - Method in class com.libmailcore.IMAPMessage
Returns the message thread identifier on Gmail server.
gmailUserDisplayName() - Method in class com.libmailcore.IMAPSession
Returns the Gmail user display name.
groups() - Method in class com.libmailcore.NNTPListNewsgroupsOperation
 

H

hasIntersection(Range) - Method in class com.libmailcore.Range
Returns whether the intersection is non-empty.
header() - Method in class com.libmailcore.AbstractMessage
Returns the header of the message.
header() - Method in class com.libmailcore.AbstractMessagePart
Header of the message.
header() - Method in class com.libmailcore.NNTPFetchHeaderOperation
Parsed header of the article.
header() - Method in class com.libmailcore.POPFetchHeaderOperation
Parsed header of the message.
highestModSeqValue() - Method in class com.libmailcore.IMAPFolderStatus
Returns the highest modification sequence value of the messages in the folder.
hostname() - Method in class com.libmailcore.IMAPSession
Returns the IMAP server hostname.
hostname() - Method in class com.libmailcore.NNTPSession
Returns the NNTP server hostname.
hostname() - Method in class com.libmailcore.POPSession
Returns the POP server hostname.
hostname() - Method in class com.libmailcore.SMTPSession
Returns the SMTP server hostname.
htmlBody() - Method in class com.libmailcore.MessageBuilder
Returns HTML body.
htmlBodyRendering() - Method in class com.libmailcore.MessageBuilder
Renders the body to HTML.
htmlBodyRendering() - Method in class com.libmailcore.MessageParser
Renders the body of the message as HTML.
htmlBodyRenderingOperation(IMAPMessage, String) - Method in class com.libmailcore.IMAPSession
Returns an operation to render the body of a message as HTML.
htmlInlineAttachments() - Method in class com.libmailcore.AbstractMessage
Returns the list of attachments that are shown inline in the content of the message.
HTMLRendererIMAPCallback - Interface in com.libmailcore
Callbacks to provide IMAP data for message rendering.
HTMLRendererTemplateCallback - Interface in com.libmailcore
Callbacks to provide templates for message rendering.
HTMLRendererTemplateCallbackUtils - Class in com.libmailcore
Default implementations for HTMLRendererTemplateCallback
HTMLRendererTemplateCallbackUtils() - Constructor for class com.libmailcore.HTMLRendererTemplateCallbackUtils
 
htmlRendering(String, HTMLRendererIMAPCallback, HTMLRendererTemplateCallback) - Method in class com.libmailcore.IMAPMessage
Returns the HTML rendering of the message.
htmlRendering(String, HTMLRendererIMAPCallback) - Method in class com.libmailcore.IMAPMessage
Returns the HTML rendering of the message.
htmlRendering(HTMLRendererTemplateCallback) - Method in class com.libmailcore.MessageBuilder
Renders the message to HTML.
htmlRendering(HTMLRendererTemplateCallback) - Method in class com.libmailcore.MessageParser
Renders the message as HTML.
htmlRendering() - Method in class com.libmailcore.MessageParser
 
htmlRenderingOperation(IMAPMessage, String) - Method in class com.libmailcore.IMAPSession
Returns an operation to render a message as HTML.

I

identityOperation(IMAPIdentity) - Method in class com.libmailcore.IMAPSession
Returns an operation to send to the server the identity of the client and to get the identity of the server.
idleOperation(String, long) - Method in class com.libmailcore.IMAPSession
Returns an IDLE operation (wait for a new message).
IMAPAppendMessageOperation - Class in com.libmailcore
Operation to append an message using IMAP.
IMAPAppendMessageOperation() - Constructor for class com.libmailcore.IMAPAppendMessageOperation
 
IMAPCapability - Class in com.libmailcore
Capabilities of the IMAP server.
IMAPCapability() - Constructor for class com.libmailcore.IMAPCapability
 
IMAPCapabilityACL - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityAuthAnonymous - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityAuthCRAMMD5 - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityAuthDigestMD5 - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityAuthExternal - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityAuthGSSAPI - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityAuthKerberosV4 - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityAuthLogin - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityAuthNTLM - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityAuthOTP - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityAuthPlain - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityAuthSKey - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityAuthSRP - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityBinary - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityCatenate - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityChildren - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityCompressDeflate - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityCondstore - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityEnable - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityGmail - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityId - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityIdle - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityLiteralPlus - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityMultiAppend - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityNamespace - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityOperation - Class in com.libmailcore
Operation to fetch the capabilities of the IMAP server.
IMAPCapabilityOperation() - Constructor for class com.libmailcore.IMAPCapabilityOperation
 
IMAPCapabilityQResync - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityQuota - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilitySort - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityStartTLS - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityThreadOrderedSubject - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityThreadReferences - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityUIDPlus - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityUnselect - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityXList - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCapabilityXOAuth2 - Static variable in class com.libmailcore.IMAPCapability
 
IMAPCopyMessagesOperation - Class in com.libmailcore
Operation to copy IMAP messages.
IMAPCopyMessagesOperation() - Constructor for class com.libmailcore.IMAPCopyMessagesOperation
 
IMAPFetchContentOperation - Class in com.libmailcore
Operation to fetch a message or an attachment from the IMAP server.
IMAPFetchContentOperation() - Constructor for class com.libmailcore.IMAPFetchContentOperation
 
IMAPFetchFoldersOperation - Class in com.libmailcore
Operation to fetch the list of folders (or subscribed folders).
IMAPFetchFoldersOperation() - Constructor for class com.libmailcore.IMAPFetchFoldersOperation
 
IMAPFetchMessagesOperation - Class in com.libmailcore
Operation to fetch the list of messages in a folder.
IMAPFetchMessagesOperation() - Constructor for class com.libmailcore.IMAPFetchMessagesOperation
 
IMAPFetchNamespaceOperation - Class in com.libmailcore
Operation to fetch the namespace.
IMAPFetchNamespaceOperation() - Constructor for class com.libmailcore.IMAPFetchNamespaceOperation
 
IMAPFetchParsedContentOperation - Class in com.libmailcore
Operation to fetch a message and parse it.
IMAPFetchParsedContentOperation() - Constructor for class com.libmailcore.IMAPFetchParsedContentOperation
 
IMAPFolder - Class in com.libmailcore
IMAP folder.
IMAPFolder() - Constructor for class com.libmailcore.IMAPFolder
 
IMAPFolderFlagAll - Static variable in class com.libmailcore.IMAPFolderFlags
Same as IMAPFolderFlagAllMail.
IMAPFolderFlagAllMail - Static variable in class com.libmailcore.IMAPFolderFlags
The folder is the folder containg all mails.
IMAPFolderFlagArchive - Static variable in class com.libmailcore.IMAPFolderFlags
The folder is the archive folder.
IMAPFolderFlagDrafts - Static variable in class com.libmailcore.IMAPFolderFlags
The folder is the drafts folder.
IMAPFolderFlagFlagged - Static variable in class com.libmailcore.IMAPFolderFlags
Same as IMAPFolderFlagStarred.
IMAPFolderFlagFolderTypeMask - Static variable in class com.libmailcore.IMAPFolderFlags
Mask for the types of folder.
IMAPFolderFlagImportant - Static variable in class com.libmailcore.IMAPFolderFlags
The folder is the important folder.
IMAPFolderFlagInbox - Static variable in class com.libmailcore.IMAPFolderFlags
The folder is INBOX.
IMAPFolderFlagJunk - Static variable in class com.libmailcore.IMAPFolderFlags
Same as IMAPFolderFlagSpam.
IMAPFolderFlagMarked - Static variable in class com.libmailcore.IMAPFolderFlags
 
IMAPFolderFlagNoInferiors - Static variable in class com.libmailcore.IMAPFolderFlags
The folder has no children.
IMAPFolderFlagNone - Static variable in class com.libmailcore.IMAPFolderFlags
 
IMAPFolderFlagNoSelect - Static variable in class com.libmailcore.IMAPFolderFlags
The folder can't be selected and can't hold messages.
IMAPFolderFlags - Class in com.libmailcore
Flags of a folder.
IMAPFolderFlags() - Constructor for class com.libmailcore.IMAPFolderFlags
 
IMAPFolderFlagSentMail - Static variable in class com.libmailcore.IMAPFolderFlags
The folder is the sent folder.
IMAPFolderFlagSpam - Static variable in class com.libmailcore.IMAPFolderFlags
The folder is the spam folder.
IMAPFolderFlagStarred - Static variable in class com.libmailcore.IMAPFolderFlags
The folder is the starred folder.
IMAPFolderFlagTrash - Static variable in class com.libmailcore.IMAPFolderFlags
The folder is the trash folder.
IMAPFolderFlagUnmarked - Static variable in class com.libmailcore.IMAPFolderFlags
 
IMAPFolderInfo - Class in com.libmailcore
Folders info such as message count, uid validity, etc.
IMAPFolderInfo() - Constructor for class com.libmailcore.IMAPFolderInfo
 
IMAPFolderInfoOperation - Class in com.libmailcore
Operation to get info of a folder.
IMAPFolderInfoOperation() - Constructor for class com.libmailcore.IMAPFolderInfoOperation
 
IMAPFolderStatus - Class in com.libmailcore
Folder status.
IMAPFolderStatus() - Constructor for class com.libmailcore.IMAPFolderStatus
 
IMAPFolderStatusOperation - Class in com.libmailcore
Operation to fetch a folder status.
IMAPFolderStatusOperation() - Constructor for class com.libmailcore.IMAPFolderStatusOperation
 
IMAPIdentity - Class in com.libmailcore
Identity of an IMAP client or an IMAP server.
IMAPIdentity() - Constructor for class com.libmailcore.IMAPIdentity
 
IMAPIdentityOperation - Class in com.libmailcore
Operation to notify the identity of the client and get the identity of the server.
IMAPIdentityOperation() - Constructor for class com.libmailcore.IMAPIdentityOperation
 
IMAPIdleOperation - Class in com.libmailcore
Operation for IMAP IDLE (wait for incoming messages).
IMAPIdleOperation() - Constructor for class com.libmailcore.IMAPIdleOperation
 
IMAPMessage - Class in com.libmailcore
IMAP messages.
IMAPMessage() - Constructor for class com.libmailcore.IMAPMessage
 
IMAPMessagePart - Class in com.libmailcore
IMAP embedded message part.
IMAPMessagePart() - Constructor for class com.libmailcore.IMAPMessagePart
 
IMAPMessageRenderingOperation - Class in com.libmailcore
Operation to render an IMAP message.
IMAPMessageRenderingOperation() - Constructor for class com.libmailcore.IMAPMessageRenderingOperation
 
IMAPMessagesRequestKind - Class in com.libmailcore
Items to request when fetching the list of messages.
IMAPMessagesRequestKind() - Constructor for class com.libmailcore.IMAPMessagesRequestKind
 
IMAPMessagesRequestKindExtraHeaders - Static variable in class com.libmailcore.IMAPMessagesRequestKind
Requests extra headers.
IMAPMessagesRequestKindFlags - Static variable in class com.libmailcore.IMAPMessagesRequestKind
Requests the flags of the messages.
IMAPMessagesRequestKindFullHeaders - Static variable in class com.libmailcore.IMAPMessagesRequestKind
Requests the headers of the messages.
IMAPMessagesRequestKindGmailLabels - Static variable in class com.libmailcore.IMAPMessagesRequestKind
Requests the Labels on Gmail server.
IMAPMessagesRequestKindGmailMessageID - Static variable in class com.libmailcore.IMAPMessagesRequestKind
Requests the message identifier on Gmail server.
IMAPMessagesRequestKindGmailThreadID - Static variable in class com.libmailcore.IMAPMessagesRequestKind
Requests the message thread identifier on Gmail server.
IMAPMessagesRequestKindHeaders - Static variable in class com.libmailcore.IMAPMessagesRequestKind
Requests the headers of the messages (ENVELOPE).
IMAPMessagesRequestKindHeaderSubject - Static variable in class com.libmailcore.IMAPMessagesRequestKind
Requests the header "Subject".
IMAPMessagesRequestKindInternalDate - Static variable in class com.libmailcore.IMAPMessagesRequestKind
Requests the received date of the messages (INTERNALDATE).
IMAPMessagesRequestKindSize - Static variable in class com.libmailcore.IMAPMessagesRequestKind
Requests the size of the messages.
IMAPMessagesRequestKindStructure - Static variable in class com.libmailcore.IMAPMessagesRequestKind
Requests the MIME Structure of the messages (BODYSTRUCTURE).
IMAPMessagesRequestKindUid - Static variable in class com.libmailcore.IMAPMessagesRequestKind
Requests UID of the messages.
IMAPMultipart - Class in com.libmailcore
IMAP multipart
IMAPMultipart() - Constructor for class com.libmailcore.IMAPMultipart
 
IMAPNamespace - Class in com.libmailcore
IMAP Namespace
IMAPNamespace() - Constructor for class com.libmailcore.IMAPNamespace
 
IMAPNamespaceItem - Class in com.libmailcore
 
IMAPNamespaceItem() - Constructor for class com.libmailcore.IMAPNamespaceItem
 
IMAPOperation - Class in com.libmailcore
IMAP Operation.
IMAPOperation() - Constructor for class com.libmailcore.IMAPOperation
 
IMAPOperationItemProgressListener - Interface in com.libmailcore
Progress listener for IMAP operations working with items such as IMAPFetchMessagesOperation.
IMAPOperationProgressListener - Interface in com.libmailcore
Progress listener for IMAP operations working with stream of data.
IMAPPart - Class in com.libmailcore
IMAP part.
IMAPPart() - Constructor for class com.libmailcore.IMAPPart
 
IMAPQuotaOperation - Class in com.libmailcore
IMAP QUOTA Operation.
IMAPQuotaOperation() - Constructor for class com.libmailcore.IMAPQuotaOperation
 
IMAPSearchExpression - Class in com.libmailcore
 
IMAPSearchExpression() - Constructor for class com.libmailcore.IMAPSearchExpression
 
IMAPSearchKind - Class in com.libmailcore
Search types.
IMAPSearchKind() - Constructor for class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindAll - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindAnd - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindAnswered - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindBcc - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindBeforeDate - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindBeforeReceivedDate - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindBody - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindCc - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindContent - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindDeleted - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindDraft - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindFlagged - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindFrom - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindGmailMessageID - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindGmailRaw - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindGmailThreadID - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindHeader - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindNone - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindNot - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindOnDate - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindOnReceivedDate - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindOr - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindRead - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindRecipient - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindSinceDate - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindSinceReceivedDate - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindSizeLarger - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindSizeSmaller - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindSpam - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindSubject - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindTo - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindUids - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindUnanswered - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindUndraft - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindUnflagged - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchKindUnread - Static variable in class com.libmailcore.IMAPSearchKind
 
IMAPSearchOperation - Class in com.libmailcore
IMAP Search operation.
IMAPSearchOperation() - Constructor for class com.libmailcore.IMAPSearchOperation
 
IMAPSession - Class in com.libmailcore
IMAP session.
IMAPSession() - Constructor for class com.libmailcore.IMAPSession
Constructor for the IMAPSession.
IMAPStoreFlagsRequestKind - Class in com.libmailcore
Store request kind.
IMAPStoreFlagsRequestKind() - Constructor for class com.libmailcore.IMAPStoreFlagsRequestKind
 
IMAPStoreFlagsRequestKindAdd - Static variable in class com.libmailcore.IMAPStoreFlagsRequestKind
 
IMAPStoreFlagsRequestKindRemove - Static variable in class com.libmailcore.IMAPStoreFlagsRequestKind
 
IMAPStoreFlagsRequestKindSet - Static variable in class com.libmailcore.IMAPStoreFlagsRequestKind
 
importHeadersData(byte[]) - Method in class com.libmailcore.MessageHeader
Parsed the given data in RFC 822 format and sets the headers.
index() - Method in class com.libmailcore.POPMessageInfo
Returns the index of the message, valid during the POP session.
IndexSet - Class in com.libmailcore
Unordered set of indexes.
IndexSet() - Constructor for class com.libmailcore.IndexSet
Constructor.
indexSet() - Static method in class com.libmailcore.IndexSet
Returns an empty set of indexes.
indexSetWithIndex(long) - Static method in class com.libmailcore.IndexSet
Returns a set of indexes with a single value.
indexSetWithRange(Range) - Static method in class com.libmailcore.IndexSet
Returns a set of indexes with a range.
info() - Method in class com.libmailcore.IMAPFolderInfoOperation
Info of the folder.
infoForKey(String) - Method in class com.libmailcore.IMAPIdentity
Returns a value for a name of an info.
initWithNative(long) - Method in class com.libmailcore.NativeObject
 
inReplyTo() - Method in class com.libmailcore.MessageHeader
Returns In-Reply-To.
interruptIdle() - Method in class com.libmailcore.IMAPIdleOperation
 
intersection(Range) - Method in class com.libmailcore.Range
Returns the range resulting from the intersection.
intersectsIndexSet(IndexSet) - Method in class com.libmailcore.IndexSet
Intersects with the given set of indexes.
intersectsRange(Range) - Method in class com.libmailcore.IndexSet
Intersects with the given range.
isCancelled() - Method in class com.libmailcore.Operation
Returns whether the operation has been cancelled.
isCheckCertificateEnabled() - Method in class com.libmailcore.IMAPSession
Returns whether the certificate of the server should be checked.
isCheckCertificateEnabled() - Method in class com.libmailcore.NNTPSession
Returns whether the certificate of the server should be checked.
isCheckCertificateEnabled() - Method in class com.libmailcore.POPSession
Returns whether the certificate of the server should be checked.
isCheckCertificateEnabled() - Method in class com.libmailcore.SMTPSession
Returns whether the certificate of the server should be checked.
isEnabled() - Static method in class com.libmailcore.Log
Returns whether debug logs are enabled.
isInlineAttachment() - Method in class com.libmailcore.AbstractPart
Returns the hint about whether the attachment should be shown inline.
isMessageIDAutoGenerated() - Method in class com.libmailcore.MessageHeader
Returns whether the Message-ID has been generated.
isOperationQueueRunning() - Method in class com.libmailcore.IMAPSession
Returns whether the operation queue is running.
isOperationQueueRunning() - Method in class com.libmailcore.NNTPSession
Returns whether the operation queue is running.
isOperationQueueRunning() - Method in class com.libmailcore.POPSession
Returns whether the operation queue is running.
isOperationQueueRunning() - Method in class com.libmailcore.SMTPSession
Returns whether the operation queue is running.
itemProgress(long, long) - Method in interface com.libmailcore.IMAPOperationItemProgressListener
Called when a progress has been notified.

L

leftBound() - Method in class com.libmailcore.Range
Returns the included left bound of the range.
length - Variable in class com.libmailcore.Range
Length of the range.
limit() - Method in class com.libmailcore.IMAPQuotaOperation
Returns quota limit.
listAllNewsgroupsOperation() - Method in class com.libmailcore.NNTPSession
Returns an operation to fetch the list of all newsgroups.
listDefaultNewsgroupsOperation() - Method in class com.libmailcore.NNTPSession
Returns an operation to fetch the ist of default newsgroups.
location - Variable in class com.libmailcore.Range
Location.
log(long, int, byte[]) - Method in interface com.libmailcore.ConnectionLogger
Called when a new connection logs is added.
Log - Class in com.libmailcore
Logging.
Log() - Constructor for class com.libmailcore.Log
 
loginOperation() - Method in class com.libmailcore.SMTPSession
Returns an operation to authenticate.

M

mailbox() - Method in class com.libmailcore.Address
Returns the mailbox.
MailException - Exception in com.libmailcore
 
MailException(String, int) - Constructor for exception com.libmailcore.MailException
Constructor of an exception with the given code and message.
MailException(int) - Constructor for exception com.libmailcore.MailException
Constructor of an exception with the given code.
mainDelimiter() - Method in class com.libmailcore.IMAPNamespace
Returns the delimiter of the main namespace item.
mainPart() - Method in class com.libmailcore.AbstractMessagePart
Returns the main MIME part of the message.
mainPart() - Method in class com.libmailcore.IMAPMessage
Returns the main part of the message.
mainPart() - Method in class com.libmailcore.MessageParser
Returns the main part of the message.
mainPrefix() - Method in class com.libmailcore.IMAPNamespace
Returns the prefix of the main namespace item.
maximumConnections() - Method in class com.libmailcore.IMAPSession
Returns the maximum number of IMAP connections to use.
MessageBuilder - Class in com.libmailcore
RFC 822 Message builder.
MessageBuilder() - Constructor for class com.libmailcore.MessageBuilder
Constructor.
messageCount() - Method in class com.libmailcore.IMAPFolderInfo
Returns the number of messages.
messageCount() - Method in class com.libmailcore.IMAPFolderStatus
Returns the number of messages in the folder.
messageCount() - Method in class com.libmailcore.NNTPGroupInfo
Returns the number of messages in the newsgroup.
MessageFlag - Class in com.libmailcore
Flags of a message.
MessageFlag() - Constructor for class com.libmailcore.MessageFlag
 
MessageFlagAnswered - Static variable in class com.libmailcore.MessageFlag
 
MessageFlagDeleted - Static variable in class com.libmailcore.MessageFlag
 
MessageFlagDraft - Static variable in class com.libmailcore.MessageFlag
 
MessageFlagFlagged - Static variable in class com.libmailcore.MessageFlag
 
MessageFlagForwarded - Static variable in class com.libmailcore.MessageFlag
 
MessageFlagMaskAll - Static variable in class com.libmailcore.MessageFlag
 
MessageFlagMDNSent - Static variable in class com.libmailcore.MessageFlag
 
MessageFlagNone - Static variable in class com.libmailcore.MessageFlag
 
MessageFlagSeen - Static variable in class com.libmailcore.MessageFlag
 
MessageFlagSubmitPending - Static variable in class com.libmailcore.MessageFlag
 
MessageFlagSubmitted - Static variable in class com.libmailcore.MessageFlag
 
MessageHeader - Class in com.libmailcore
Message header.
MessageHeader() - Constructor for class com.libmailcore.MessageHeader
Constuctor.
MessageHeader(byte[]) - Constructor for class com.libmailcore.MessageHeader
The constructor will parse the data encoded using RFC 822 and initializes the content using those data.
messageID() - Method in class com.libmailcore.MessageHeader
Returns the Message-ID.
MessageParser - Class in com.libmailcore
RFC 822 message parser.
MessageParser() - Constructor for class com.libmailcore.MessageParser
 
messageParserWithContentsOfFile(String) - Static method in class com.libmailcore.MessageParser
Returns a MessageParser that parses the given file containing RFC 822 message data.
messageParserWithData(byte[]) - Static method in class com.libmailcore.MessageParser
Returns a MessageParser that parses the given RFC 822 message data.
MessagePart - Class in com.libmailcore
Parsed embedded message part.
MessagePart() - Constructor for class com.libmailcore.MessagePart
 
messages() - Method in class com.libmailcore.IMAPFetchMessagesOperation
Returns the list of messages.
messages() - Method in class com.libmailcore.POPFetchMessagesOperation
 
mimeTypeForFilename(String) - Static method in class com.libmailcore.Attachment
Returns the MIME type for the given filename.
modSequenceValue() - Method in class com.libmailcore.IMAPFolderInfo
Returns the modification sequence value for CONDSTORE and QRESYNC.
modSeqValue() - Method in class com.libmailcore.IMAPMessage
Returns the modification sequence value.
Multipart - Class in com.libmailcore
Parsed multipart.
Multipart() - Constructor for class com.libmailcore.Multipart
 

N

name() - Method in class com.libmailcore.IMAPIdentity
Returns the name of the software.
name() - Method in class com.libmailcore.NNTPGroupInfo
Returns the name of the newsgroup.
namespaces() - Method in class com.libmailcore.IMAPFetchNamespaceOperation
 
namespaceWithPrefix(String, char) - Static method in class com.libmailcore.IMAPNamespace
Returns a namespace (with a single namespace item) with a prefix and a delimiter.
NativeObject - Class in com.libmailcore
Native C++ Object wrapper.
NativeObject() - Constructor for class com.libmailcore.NativeObject
 
NNTPFetchAllArticlesOperation - Class in com.libmailcore
Operation to fetch all numbers of all the articles of a newsgroup.
NNTPFetchAllArticlesOperation() - Constructor for class com.libmailcore.NNTPFetchAllArticlesOperation
 
NNTPFetchArticleOperation - Class in com.libmailcore
Operation to fetch the content of a given article.
NNTPFetchArticleOperation() - Constructor for class com.libmailcore.NNTPFetchArticleOperation
 
NNTPFetchHeaderOperation - Class in com.libmailcore
Operation to fetch header of a given article.
NNTPFetchHeaderOperation() - Constructor for class com.libmailcore.NNTPFetchHeaderOperation
 
NNTPFetchOverviewOperation - Class in com.libmailcore
Operation to fetch list of summary headers of a set of articles of a newsgroup.
NNTPFetchOverviewOperation() - Constructor for class com.libmailcore.NNTPFetchOverviewOperation
 
NNTPFetchServerTimeOperation - Class in com.libmailcore
Operation to fetch the server time.
NNTPFetchServerTimeOperation() - Constructor for class com.libmailcore.NNTPFetchServerTimeOperation
 
NNTPGroupInfo - Class in com.libmailcore
Newsgroup infos.
NNTPGroupInfo() - Constructor for class com.libmailcore.NNTPGroupInfo
Constructor.
NNTPListNewsgroupsOperation - Class in com.libmailcore
Operation to list newsgroups.
NNTPListNewsgroupsOperation() - Constructor for class com.libmailcore.NNTPListNewsgroupsOperation
 
NNTPOperation - Class in com.libmailcore
NNTP Operation.
NNTPOperation() - Constructor for class com.libmailcore.NNTPOperation
 
NNTPSession - Class in com.libmailcore
 
NNTPSession() - Constructor for class com.libmailcore.NNTPSession
 
nonEncodedRFC822String() - Method in class com.libmailcore.Address
Returns the address encoded using RFC 822.
nonEncodedRFC822StringForAddresses(List<Address>) - Static method in class com.libmailcore.Address
Returns the given list of addresses encoded using RFC 822.
noopOperation() - Method in class com.libmailcore.IMAPSession
Returns an IMAP NOOP operation.
noopOperation() - Method in class com.libmailcore.POPSession
Returns a POP NOOP operation.
noopOperation() - Method in class com.libmailcore.SMTPSession
Returns a SMTP NOOP operation.

O

OAuth2Token() - Method in class com.libmailcore.IMAPSession
Returns the OAuth2 token.
OAuth2Token() - Method in class com.libmailcore.SMTPSession
Returns the OAuth2 token.
openPGPEncryptedMessageDataWithEncryptedData(byte[]) - Method in class com.libmailcore.MessageBuilder
Returns the RFC 822 message encrypted using PGP given the encrypted data.
openPGPSignedMessageDataWithSignatureData(byte[]) - Method in class com.libmailcore.MessageBuilder
Returns the RFC 822 message signed using PGP given the signature.
Operation - Class in com.libmailcore
 
Operation() - Constructor for class com.libmailcore.Operation
 
OperationCallback - Interface in com.libmailcore
Callbacks of an operation.
operationQueueListener() - Method in class com.libmailcore.IMAPSession
Returns the IMAP operations queue listener.
operationQueueListener() - Method in class com.libmailcore.NNTPSession
Returns the IMAP operations queue listener.
OperationQueueListener - Interface in com.libmailcore
Listener of the queue of operations.
operationQueueListener() - Method in class com.libmailcore.POPSession
Returns the IMAP operations queue listener.
operationQueueListener() - Method in class com.libmailcore.SMTPSession
Returns the IMAP operations queue listener.
originalFlags() - Method in class com.libmailcore.IMAPMessage
Original message flags.

P

parser() - Method in class com.libmailcore.IMAPFetchParsedContentOperation
Returns the parsed message.
partForContentID(String) - Method in class com.libmailcore.AbstractMessage
Returns the MIME part with the given Content-ID.
partForContentID(String) - Method in class com.libmailcore.AbstractPart
Returns the MIME part with the given Content-ID.
partForPartID(String) - Method in class com.libmailcore.IMAPMessage
Returns the MIME part with the given partID.
partForUniqueID(String) - Method in class com.libmailcore.AbstractMessage
Returns the MIME part with the given uniqueID.
partForUniqueID(String) - Method in class com.libmailcore.AbstractPart
Returns the MIME part with the given uniqueID.
partialExtractedSubject() - Method in class com.libmailcore.MessageHeader
Returns extracted subject but do not remove brackets.
partID() - Method in class com.libmailcore.IMAPMessagePart
Returns part ID.
partID() - Method in class com.libmailcore.IMAPMultipart
Returns part ID.
partID() - Method in class com.libmailcore.IMAPPart
Returns part ID.
parts() - Method in class com.libmailcore.AbstractMultipart
Returns the parts of the MIME multipart.
partType() - Method in class com.libmailcore.AbstractPart
Returns the type of the part.
PartType - Class in com.libmailcore
MIME Part type.
PartType() - Constructor for class com.libmailcore.PartType
 
PartTypeMessage - Static variable in class com.libmailcore.PartType
 
PartTypeMultipartAlternative - Static variable in class com.libmailcore.PartType
 
PartTypeMultipartMixed - Static variable in class com.libmailcore.PartType
 
PartTypeMultipartRelated - Static variable in class com.libmailcore.PartType
 
PartTypeSingle - Static variable in class com.libmailcore.PartType
 
password() - Method in class com.libmailcore.IMAPSession
Returns the password.
password() - Method in class com.libmailcore.NNTPSession
Returns the password.
password() - Method in class com.libmailcore.POPSession
Returns the password.
password() - Method in class com.libmailcore.SMTPSession
Returns the password.
path() - Method in class com.libmailcore.IMAPFolder
Returns the path of the folder.
pathForComponents(List<String>) - Method in class com.libmailcore.IMAPNamespace
Returns the folder path for the given list of path components in the context of the main item of the namespace.
pathForComponents(List<String>) - Method in class com.libmailcore.IMAPNamespaceItem
Returns the folder path for the given list of path components.
pathForComponentsAndPrefix(List<String>, String) - Method in class com.libmailcore.IMAPNamespace
Returns the folder path for the given list of path components and a prefix.
plainTextBodyRendering(boolean) - Method in class com.libmailcore.MessageBuilder
Render the body to plain text.
plainTextBodyRendering(boolean) - Method in class com.libmailcore.MessageParser
Renders the body of the message as plain text.
plainTextBodyRenderingOperation(IMAPMessage, String, boolean) - Method in class com.libmailcore.IMAPSession
Returns an operation to render the body of a message as text.
plainTextRendering() - Method in class com.libmailcore.MessageBuilder
Renders the message to plain text.
plainTextRendering() - Method in class com.libmailcore.MessageParser
Renders the message as plain text.
plainTextRenderingOperation(IMAPMessage, String) - Method in class com.libmailcore.IMAPSession
Returns an operation to render a message as text.
POPFetchHeaderOperation - Class in com.libmailcore
Operation to fetch the header of a message.
POPFetchHeaderOperation() - Constructor for class com.libmailcore.POPFetchHeaderOperation
 
POPFetchMessageOperation - Class in com.libmailcore
Operation to fetch a message.
POPFetchMessageOperation() - Constructor for class com.libmailcore.POPFetchMessageOperation
 
POPFetchMessagesOperation - Class in com.libmailcore
Operation to fetch the list of messages.
POPFetchMessagesOperation() - Constructor for class com.libmailcore.POPFetchMessagesOperation
 
POPMessageInfo - Class in com.libmailcore
Info about a message.
POPMessageInfo() - Constructor for class com.libmailcore.POPMessageInfo
Constructor.
POPOperation - Class in com.libmailcore
POP Operation.
POPOperation() - Constructor for class com.libmailcore.POPOperation
 
POPSession - Class in com.libmailcore
 
POPSession() - Constructor for class com.libmailcore.POPSession
 
port() - Method in class com.libmailcore.IMAPSession
Returns the port.
port() - Method in class com.libmailcore.NNTPSession
Returns the port.
port() - Method in class com.libmailcore.POPSession
Returns the port.
port() - Method in class com.libmailcore.SMTPSession
Returns the port.
prefetchAttachmentIMAPPart(String, IMAPPart) - Method in interface com.libmailcore.HTMLRendererIMAPCallback
Called when the given text part should be fetched.
prefetchImageIMAPPart(String, IMAPPart) - Method in interface com.libmailcore.HTMLRendererIMAPCallback
Called when the given image should be fetched.
prefix() - Method in class com.libmailcore.IMAPNamespaceItem
Returns prefix.
prefixes() - Method in class com.libmailcore.IMAPNamespace
Returns the list of prefixes.
progressListener() - Method in class com.libmailcore.IMAPAppendMessageOperation
Returns the progress listener.
progressListener() - Method in class com.libmailcore.IMAPFetchContentOperation
Returns the progress listener.
progressListener() - Method in class com.libmailcore.IMAPFetchMessagesOperation
Returns the progress listener.
progressListener() - Method in class com.libmailcore.IMAPFetchParsedContentOperation
Returns the progress listener.

Q

queueStartRunning() - Method in interface com.libmailcore.OperationQueueListener
Called when an operation has just been added and operations start running.
queueStoppedRunning() - Method in interface com.libmailcore.OperationQueueListener
Called when all operations have ben run.
quotaOperation() - Method in class com.libmailcore.IMAPSession
Returns an operation to fetch the quota information.

R

Range - Class in com.libmailcore
Range of integer values.
Range() - Constructor for class com.libmailcore.Range
Constructor for a range starting at 0 and of length 0.
Range(long, long) - Constructor for class com.libmailcore.Range
Constructor
RangeMax - Static variable in class com.libmailcore.Range
When using RangeMax as the length of the range, it means that the range is infinite.
rangesCount() - Method in class com.libmailcore.IndexSet
Returns the number of ranges that the set contains.
rangeWithString(String) - Static method in class com.libmailcore.Range
Create a range using a string representation.
readObject(ObjectInputStream) - Method in class com.libmailcore.NativeObject
 
receivedDate() - Method in class com.libmailcore.MessageHeader
Sets the received date (it's not part of the RFC 822 headers).
recentCount() - Method in class com.libmailcore.IMAPFolderStatus
Returns the number of recent messages.
references() - Method in class com.libmailcore.MessageHeader
Returns the References.
relatedAttachments() - Method in class com.libmailcore.MessageBuilder
Returns the list of related attachments.
removeAllIndexes() - Method in class com.libmailcore.IndexSet
Empties the set.
removeAllInfos() - Method in class com.libmailcore.IMAPIdentity
Clear infos.
removeExtraHeader(String) - Method in class com.libmailcore.MessageHeader
Remove a custom header.
removeIndex(long) - Method in class com.libmailcore.IndexSet
Removes an index.
removeIndexSet(IndexSet) - Method in class com.libmailcore.IndexSet
Removes indexes of the given set.
removeRange(Range) - Method in class com.libmailcore.IndexSet
Remove a range of values.
removeRange(Range) - Method in class com.libmailcore.Range
Subtract otherRange from this range and returns the resulting set of indexes.
renameFolderOperation(String, String) - Method in class com.libmailcore.IMAPSession
Returns an operation to rename a folder.
replyHeader(boolean, List<Address>) - Method in class com.libmailcore.MessageHeader
Generates a header that could be used for a reply message.
replyTo() - Method in class com.libmailcore.MessageHeader
Returns Reply-To.
requiredPartsForRendering() - Method in class com.libmailcore.AbstractMessage
Returns the list of the text parts required to render the message properly.
result() - Method in class com.libmailcore.IMAPMessageRenderingOperation
 
RFC822String() - Method in class com.libmailcore.Address
Returns the address encoded using RFC 822.
RFC822StringForAddresses(List<Address>) - Static method in class com.libmailcore.Address
Returns the given list of addresses encoded using RFC 822.
rightBound() - Method in class com.libmailcore.Range
Returns the included right bound of the range.

S

searchAll() - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return all emails.
searchAnd(IMAPSearchExpression, IMAPSearchExpression) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails that match both expressions.
searchAnswered() - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return answered emails.
searchBcc(String) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails matching the Bcc header.
searchBeforeDate(Date) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails older than a specific date.
searchBeforeReceivedDate(Date) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails with received date older than a specific date.
searchBody(String) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails matching the body.
searchCc(String) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails matching the Cc header.
searchContent(String) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails matching the content.
searchDeleted() - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails marked as deleted.
searchDraft() - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return drafts.
searchFlagged() - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return flagged emails.
searchFrom(String) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails matching the From header.
searchGmailMessageID(long) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails with a specific message identifier.
searchGmailRaw(String) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails that match a Gmail search expression.
searchGmailThreadID(long) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails with a specific thread identifier.
searchHeader(String, String) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails matching a given header.
searchNot(IMAPSearchExpression) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails that don't match a given expression.
searchOnDate(Date) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails that matches a specific date.
searchOnReceivedDate(Date) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails with received date that matches a specific date.
searchOperation(String, int, String) - Method in class com.libmailcore.IMAPSession
Returns a simple search operation.
searchOperation(String, IMAPSearchExpression) - Method in class com.libmailcore.IMAPSession
Returns a search operation using an expression.
searchOr(IMAPSearchExpression, IMAPSearchExpression) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails that match one of the expressions.
searchRead() - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return read emails.
searchRecipient(String) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails matching any recipient header.
searchSinceDate(Date) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails more recent that a specific date.
searchSinceReceivedDate(Date) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails with received date more recent than a specific date.
searchSizeLarger(long) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails larger than a given size.
searchSizeSmaller(long) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails smaller than a given size.
searchSpam() - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails marked as spam.
searchSubject(String) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails matching the Subject header.
searchTo(String) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails matching the To header.
searchUIDs(IndexSet) - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return emails matching a set of UIDs.
searchUnanswered() - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return unanswered emails.
searchUndraft() - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return undrafts.
searchUnflagged() - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return unflagged emails.
searchUnread() - Static method in class com.libmailcore.IMAPSearchExpression
Returns search expression to return unread emails.
sender() - Method in class com.libmailcore.MessageHeader
Returns Sender.
sendMessageOperation(byte[]) - Method in class com.libmailcore.SMTPSession
Returns an operation to send a message.
sendMessageOperation(Address, List<Address>, byte[]) - Method in class com.libmailcore.SMTPSession
Returns an operation to send a message.
sequenceNumber() - Method in class com.libmailcore.IMAPMessage
IMAP sequence number.
serverIdentity() - Method in class com.libmailcore.IMAPIdentityOperation
 
serverIdentity() - Method in class com.libmailcore.IMAPSession
Returns server identity.
setAllowsFolderConcurrentAccessEnabled(boolean) - Method in class com.libmailcore.IMAPSession
Set whether the IMAP session can access folders using several IMAP connections.
setAllowsNewPermanentFlags(boolean) - Method in class com.libmailcore.IMAPFolderInfo
Sets whether adding custom flags to messages is allowed.
setAttachments(List<Attachment>) - Method in class com.libmailcore.MessageBuilder
Sets the list of attachments.
setAuthType(int) - Method in class com.libmailcore.IMAPSession
Sets the authentication type.
setAuthType(int) - Method in class com.libmailcore.POPSession
Sets the authentication type.
setAuthType(int) - Method in class com.libmailcore.SMTPSession
Sets the authentication type.
setBcc(List<Address>) - Method in class com.libmailcore.MessageHeader
Sets Bcc.
setBoundaryPrefix(String) - Method in class com.libmailcore.MessageBuilder
Set the prefix to use when generating the boundary separator.
setCc(List<Address>) - Method in class com.libmailcore.MessageHeader
Sets Cc.
setCharset(String) - Method in class com.libmailcore.AbstractPart
Sets the charset encoding of the attachment.
setCheckCertificateEnabled(boolean) - Method in class com.libmailcore.IMAPSession
Sets whether the certificate of the server should be checked.
setCheckCertificateEnabled(boolean) - Method in class com.libmailcore.NNTPSession
Sets whether the certificate of the server should be checked.
setCheckCertificateEnabled(boolean) - Method in class com.libmailcore.POPSession
Sets whether the certificate of the server should be checked.
setCheckCertificateEnabled(boolean) - Method in class com.libmailcore.SMTPSession
Sets whether the certificate of the server should be checked.
setConnectionLogger(ConnectionLogger) - Method in class com.libmailcore.IMAPSession
Sets the connection logger.
setConnectionLogger(ConnectionLogger) - Method in class com.libmailcore.NNTPSession
Sets the connection logger.
setConnectionLogger(ConnectionLogger) - Method in class com.libmailcore.POPSession
Sets the connection logger.
setConnectionLogger(ConnectionLogger) - Method in class com.libmailcore.SMTPSession
Sets the connection logger.
setConnectionType(int) - Method in class com.libmailcore.IMAPSession
Set connection type (clear-text, SSL or STARTTLS).
setConnectionType(int) - Method in class com.libmailcore.NNTPSession
Set connection type (clear-text, SSL or STARTTLS).
setConnectionType(int) - Method in class com.libmailcore.POPSession
Set connection type (clear-text, SSL or STARTTLS).
setConnectionType(int) - Method in class com.libmailcore.SMTPSession
Set connection type (clear-text, SSL or STARTTLS).
setContentDescription(String) - Method in class com.libmailcore.AbstractPart
Sets the Content-Description of the attachment.
setContentID(String) - Method in class com.libmailcore.AbstractPart
Sets the Content-ID of the attachment.
setContentLocation(String) - Method in class com.libmailcore.AbstractPart
Sets the Content-Location of the attachment.
setContentTypeParameter(String, String) - Method in class com.libmailcore.AbstractPart
Sets a Content-Type parameter.
setCustomFlags(List<String>) - Method in class com.libmailcore.IMAPMessage
Sets custom flags.
setData(byte[]) - Method in class com.libmailcore.Attachment
Sets the data.
setDate(Date) - Method in class com.libmailcore.IMAPAppendMessageOperation
Sets the received date of the message to append.
setDate(Date) - Method in class com.libmailcore.MessageHeader
Sets Date.
setDefaultNamespace(IMAPNamespace) - Method in class com.libmailcore.IMAPSession
Sets the default namespace.
setDelimiter(char) - Method in class com.libmailcore.IMAPFolder
Sets the delimiter of the folder.
setDelimiter(char) - Method in class com.libmailcore.IMAPNamespaceItem
Sets delimiter.
setDisplayName(String) - Method in class com.libmailcore.Address
Sets the display name.
setEnabled(boolean) - Static method in class com.libmailcore.Log
Set whether debug logs are enabled.
setEncoding(int) - Method in class com.libmailcore.IMAPPart
Sets encoding used (base64, quoted-printable, etc).
setExtraHeader(String, String) - Method in class com.libmailcore.MessageHeader
Sets a custom header value.
setExtraHeaders(List<String>) - Method in class com.libmailcore.IMAPFetchMessagesOperation
Sets the list of extra headers to fetch.
setFilename(String) - Method in class com.libmailcore.AbstractPart
Sets the filename of the attachment.
setFirstUnseenUid(long) - Method in class com.libmailcore.IMAPFolderInfo
Sets the UID of the first unseen message.
setFlags(int) - Method in class com.libmailcore.IMAPFolder
Sets the flags of the folder.
setFlags(int) - Method in class com.libmailcore.IMAPMessage
Sets flags of the message.
setFrom(Address) - Method in class com.libmailcore.MessageHeader
Sets From.
setGmailLabels(List<String>) - Method in class com.libmailcore.IMAPMessage
Sets the labels of the message in case that's a Gmail server.
setGmailMessageID(long) - Method in class com.libmailcore.IMAPMessage
Sets the message identifier on Gmail server.
setGmailThreadID(long) - Method in class com.libmailcore.IMAPMessage
Sets the message thread identifier on Gmail server.
setHeader(MessageHeader) - Method in class com.libmailcore.AbstractMessage
Sets the header of the message.
setHeader(MessageHeader) - Method in class com.libmailcore.AbstractMessagePart
Sets the header of the message.
setHighestModSeqValue(long) - Method in class com.libmailcore.IMAPFolderStatus
Sets the highest modification sequence value of the messages in the folder.
setHostname(String) - Method in class com.libmailcore.IMAPSession
Sets the IMAP server hostname.
setHostname(String) - Method in class com.libmailcore.NNTPSession
Sets the NNTP server hostname.
setHostname(String) - Method in class com.libmailcore.POPSession
Sets the POP server hostname.
setHostname(String) - Method in class com.libmailcore.SMTPSession
Sets the SMTP server hostname.
setHTMLBody(String) - Method in class com.libmailcore.MessageBuilder
Sets HTML body.
setIndex(int) - Method in class com.libmailcore.POPMessageInfo
Sets the index of the message.
setInfoForKey(String, String) - Method in class com.libmailcore.IMAPIdentity
Sets a value of an info.
setInlineAttachment(boolean) - Method in class com.libmailcore.AbstractPart
Sets the hint about whether the attachment should be shown inline.
setInReplyTo(List<String>) - Method in class com.libmailcore.MessageHeader
Sets In-Reply-To.
setMailbox(String) - Method in class com.libmailcore.Address
Sets the mailbox.
setMainPart(AbstractPart) - Method in class com.libmailcore.AbstractMessagePart
Sets the main MIME part.
setMainPart(AbstractPart) - Method in class com.libmailcore.IMAPMessage
Sets the main part of the message.
setMaximumConnections(int) - Method in class com.libmailcore.IMAPSession
Sets the maximum number of IMAP connections to use.
setMessageCount(int) - Method in class com.libmailcore.IMAPFolderInfo
Sets the number of messages.
setMessageCount(long) - Method in class com.libmailcore.IMAPFolderStatus
Sets the number of messages in the folder.
setMessageCount(long) - Method in class com.libmailcore.NNTPGroupInfo
Sets the number of messages in the newsgroup.
setMessageID(String) - Method in class com.libmailcore.MessageHeader
Sets the Message-ID.
setModSequenceValue(long) - Method in class com.libmailcore.IMAPFolderInfo
Sets the modification sequence value.
setModSeqValue(long) - Method in class com.libmailcore.IMAPMessage
Sets the modification sequence value.
setName(String) - Method in class com.libmailcore.IMAPIdentity
Sets the name of the software.
setName(String) - Method in class com.libmailcore.NNTPGroupInfo
Sets the name of the newsgroup.
setOAuth2Token(String) - Method in class com.libmailcore.IMAPSession
Sets the OAuth2 token.
setOAuth2Token(String) - Method in class com.libmailcore.SMTPSession
Sets the OAuth2 token.
setOperationQueueListener(OperationQueueListener) - Method in class com.libmailcore.IMAPSession
Sets the IMAP operations queue listener.
setOperationQueueListener(OperationQueueListener) - Method in class com.libmailcore.NNTPSession
Sets the IMAP operations queue listener.
setOperationQueueListener(OperationQueueListener) - Method in class com.libmailcore.POPSession
Sets the IMAP operations queue listener.
setOperationQueueListener(OperationQueueListener) - Method in class com.libmailcore.SMTPSession
Sets the IMAP operations queue listener.
setOriginalFlags(int) - Method in class com.libmailcore.IMAPMessage
Set original message flags.
setPartID(String) - Method in class com.libmailcore.IMAPMessagePart
Sets part ID.
setPartID(String) - Method in class com.libmailcore.IMAPMultipart
Sets part ID.
setPartID(String) - Method in class com.libmailcore.IMAPPart
Sets part ID.
setParts(List<AbstractPart>) - Method in class com.libmailcore.AbstractMultipart
Sets the parts of the MIME multipart.
setPartType(int) - Method in class com.libmailcore.AbstractPart
Sets the type of the part.
setPassword(String) - Method in class com.libmailcore.IMAPSession
Sets the password.
setPassword(String) - Method in class com.libmailcore.NNTPSession
Sets the password.
setPassword(String) - Method in class com.libmailcore.POPSession
Sets the password.
setPassword(String) - Method in class com.libmailcore.SMTPSession
Sets the password.
setPath(String) - Method in class com.libmailcore.IMAPFolder
Sets the path of the folder.
setPort(int) - Method in class com.libmailcore.IMAPSession
Sets the port.
setPort(int) - Method in class com.libmailcore.NNTPSession
Sets the port.
setPort(int) - Method in class com.libmailcore.POPSession
Sets the port.
setPort(int) - Method in class com.libmailcore.SMTPSession
Sets the port.
setPrefix(String) - Method in class com.libmailcore.IMAPNamespaceItem
Sets prefix.
setProgressListener(IMAPOperationProgressListener) - Method in class com.libmailcore.IMAPAppendMessageOperation
Sets the progress listener.
setProgressListener(IMAPOperationProgressListener) - Method in class com.libmailcore.IMAPFetchContentOperation
Sets the progress listener.
setProgressListener(IMAPOperationItemProgressListener) - Method in class com.libmailcore.IMAPFetchMessagesOperation
Sets progress listener.
setProgressListener(IMAPOperationProgressListener) - Method in class com.libmailcore.IMAPFetchParsedContentOperation
Sets the progress listener.
setReceivedDate(Date) - Method in class com.libmailcore.MessageHeader
Returns the received date (it's not part of the RFC 822 headers).
setRecentCount(long) - Method in class com.libmailcore.IMAPFolderStatus
Sets the number of recent messages.
setReferences(List<String>) - Method in class com.libmailcore.MessageHeader
Sets the References.
setRelatedAttachments(List<Attachment>) - Method in class com.libmailcore.MessageBuilder
Sets the list of related attachments (for example, images included in the HTML body).
setReplyTo(List<Address>) - Method in class com.libmailcore.MessageHeader
Sets Reply-To.
setSender(Address) - Method in class com.libmailcore.MessageHeader
Set Sender.
setSequenceNumber(long) - Method in class com.libmailcore.IMAPMessage
Sets the IMAP sequence number.
setSize(long) - Method in class com.libmailcore.IMAPMessage
Sets the size of the message.
setSize(long) - Method in class com.libmailcore.IMAPPart
Sets encoded size of the part.
setSize(long) - Method in class com.libmailcore.POPMessageInfo
Sets the size of the message.
setSubject(String) - Method in class com.libmailcore.MessageHeader
Sets Subject.
setTextBody(String) - Method in class com.libmailcore.MessageBuilder
Sets plain/text body.
setTimeout(long) - Method in class com.libmailcore.IMAPSession
Sets network timeout in seconds.
setTimeout(long) - Method in class com.libmailcore.NNTPSession
Sets network timeout in seconds.
setTimeout(long) - Method in class com.libmailcore.POPSession
Sets network timeout in seconds.
setTimeout(long) - Method in class com.libmailcore.SMTPSession
Sets network timeout in seconds.
setTo(List<Address>) - Method in class com.libmailcore.MessageHeader
Sets To.
setUid(long) - Method in class com.libmailcore.IMAPMessage
Sets the UID of the message.
setUid(String) - Method in class com.libmailcore.POPMessageInfo
Sets the unique identifier of the message.
setUidNext(long) - Method in class com.libmailcore.IMAPFolderInfo
Sets the next UID value.
setUidNext(long) - Method in class com.libmailcore.IMAPFolderStatus
Sets the netx uid value.
setUidValidity(long) - Method in class com.libmailcore.IMAPFolderInfo
Sets the UID validity
setUidValidity(long) - Method in class com.libmailcore.IMAPFolderStatus
Sets the UID validity
setUniqueID(String) - Method in class com.libmailcore.AbstractPart
Sets the unique identifier of the attachment.
setUnseenCount(long) - Method in class com.libmailcore.IMAPFolderStatus
Sets the number of unseen messages.
setUseHeloIPEnabled(boolean) - Method in class com.libmailcore.SMTPSession
Sets whether it should use the IP address while using EHLO.
setUserAgent(String) - Method in class com.libmailcore.MessageHeader
Sets X-Mailer.
setUsername(String) - Method in class com.libmailcore.IMAPSession
Sets the username.
setUsername(String) - Method in class com.libmailcore.NNTPSession
Sets the username.
setUsername(String) - Method in class com.libmailcore.POPSession
Sets the username.
setUsername(String) - Method in class com.libmailcore.SMTPSession
Sets the username.
setVendor(String) - Method in class com.libmailcore.IMAPIdentity
Sets the vendor.
setVersion(String) - Method in class com.libmailcore.IMAPIdentity
Sets the version of the software.
shouldShowPart(AbstractPart) - Method in interface com.libmailcore.HTMLRendererTemplateCallback
Returns true if an attachment should (such as an image) be shown.
size() - Method in class com.libmailcore.IMAPMessage
Size of the message.
size() - Method in class com.libmailcore.IMAPPart
Returns encoded size of the part.
size() - Method in class com.libmailcore.POPMessageInfo
Returns the size of the message.
SMTPOperation - Class in com.libmailcore
 
SMTPOperation() - Constructor for class com.libmailcore.SMTPOperation
 
SMTPSession - Class in com.libmailcore
 
SMTPSession() - Constructor for class com.libmailcore.SMTPSession
 
start(OperationCallback) - Method in class com.libmailcore.Operation
Starts the operation.
status() - Method in class com.libmailcore.IMAPFolderStatusOperation
 
storeFlagsByNumberOperation(String, IndexSet, int, int, List<String>) - Method in class com.libmailcore.IMAPSession
Returns an operation to store flags to a set of messages designated by sequence numbers.
storeFlagsByNumberOperation(String, IndexSet, int, int) - Method in class com.libmailcore.IMAPSession
Returns an operation to store flags to a set of messages designated by sequence numbers.
storeFlagsByUIDOperation(String, IndexSet, int, int, List<String>) - Method in class com.libmailcore.IMAPSession
Returns an operation to store flags to a set of messages designated by UIDs.
storeFlagsByUIDOperation(String, IndexSet, int, int) - Method in class com.libmailcore.IMAPSession
Returns an operation to store flags to a set of messages designated by UIDs.
storeLabelsByNumberOperation(String, IndexSet, int, List<String>) - Method in class com.libmailcore.IMAPSession
Returns an operation to store labels to a set of messages designated by sequence numbers.
storeLabelsByUIDOperation(String, IndexSet, int, List<String>) - Method in class com.libmailcore.IMAPSession
Returns an operation to store labels to a set of messages designated by UIDs.
subject() - Method in class com.libmailcore.MessageHeader
Returns Subject.
subscribeFolderOperation(String) - Method in class com.libmailcore.IMAPSession
Returns an operation to subscribe a folder.
succeeded() - Method in interface com.libmailcore.OperationCallback
Called when the operation succeeded.
syncMessagesByUIDOperation(String, int, IndexSet, long) - Method in class com.libmailcore.IMAPSession
Returns an operation to sync a list of messages.

T

templateForAttachment(AbstractPart) - Method in interface com.libmailcore.HTMLRendererTemplateCallback
Returns the template to render a non-image attachment.
templateForAttachmentSeparator() - Method in interface com.libmailcore.HTMLRendererTemplateCallback
Returns the separator between the text of the message and the attachments.
templateForEmbeddedMessage(AbstractMessagePart) - Method in interface com.libmailcore.HTMLRendererTemplateCallback
Returns the template to render an embedded message.
templateForEmbeddedMessageHeader(MessageHeader) - Method in interface com.libmailcore.HTMLRendererTemplateCallback
Returns the template for the header of an embedded message.
templateForImage(AbstractPart) - Method in interface com.libmailcore.HTMLRendererTemplateCallback
Returns the template to render an image.
templateForMainHeader(MessageHeader) - Method in interface com.libmailcore.HTMLRendererTemplateCallback
Returns the template for the main header of the message.
templateForMessage(AbstractMessage) - Method in interface com.libmailcore.HTMLRendererTemplateCallback
Returns the template to render a message.
templateValuesForHeader(MessageHeader) - Method in interface com.libmailcore.HTMLRendererTemplateCallback
Returns the values used in the header template for a given template.
templateValuesForPart(AbstractPart) - Method in interface com.libmailcore.HTMLRendererTemplateCallback
Returns the values used in the attachment template for a given attachment.
textBody() - Method in class com.libmailcore.MessageBuilder
Returns plain/text body.
time() - Method in class com.libmailcore.NNTPFetchServerTimeOperation
 
timeout() - Method in class com.libmailcore.IMAPSession
Returns network timeout in seconds.
timeout() - Method in class com.libmailcore.NNTPSession
Returns network timeout in seconds.
timeout() - Method in class com.libmailcore.POPSession
Returns network timeout in seconds.
timeout() - Method in class com.libmailcore.SMTPSession
Returns network timeout in seconds.
to() - Method in class com.libmailcore.MessageHeader
Returns To.
toString() - Method in class com.libmailcore.NativeObject
Returns a string representing the object.
toString() - Method in class com.libmailcore.Range
Returns a string representation of range.

U

uid() - Method in class com.libmailcore.IMAPMessage
UID of the message.
uid() - Method in class com.libmailcore.POPMessageInfo
Returns the unique identifier of the message.
uidMapping() - Method in class com.libmailcore.IMAPCopyMessagesOperation
Returns a map of the UIDs of the messages in the source folder to the UIDs of the messages in the destination folder.
uidNext() - Method in class com.libmailcore.IMAPFolderInfo
Returns the message UID that will be likely used if a message is added to that folder.
uidNext() - Method in class com.libmailcore.IMAPFolderStatus
Returns the message UID that will be likely used if a message is added to that folder.
uids() - Method in class com.libmailcore.IMAPSearchOperation
Returns UIDs matching the search query.
uidValidity() - Method in class com.libmailcore.IMAPFolderInfo
Returns the UID validity of the folder.
uidValidity() - Method in class com.libmailcore.IMAPFolderStatus
Returns the UID validity of the folder.
union(Range) - Method in class com.libmailcore.Range
Union of otherRange and this range and returns the resulting set of indexes.
uniqueID() - Method in class com.libmailcore.AbstractPart
Returns the uniqueID of the attachment.
unseenCount() - Method in class com.libmailcore.IMAPFolderStatus
Returns the number of unseen messages.
unsubscribeFolderOperation(String) - Method in class com.libmailcore.IMAPSession
Returns an operation to unsubscribe a folder.
usage() - Method in class com.libmailcore.IMAPQuotaOperation
Returns quota usage.
useHeloIPEnabled() - Method in class com.libmailcore.SMTPSession
Returns whether it should use the IP address while using EHLO.
userAgent() - Method in class com.libmailcore.MessageHeader
Returns X-Mailer.
username() - Method in class com.libmailcore.IMAPSession
Returns the username.
username() - Method in class com.libmailcore.NNTPSession
Returns the username.
username() - Method in class com.libmailcore.POPSession
Returns the username.
username() - Method in class com.libmailcore.SMTPSession
Returns the username.

V

vanishedMessages() - Method in class com.libmailcore.IMAPFetchMessagesOperation
Returns the list of UIDs of the deleted messages on an IMAP server that supports QRESYNC.
vendor() - Method in class com.libmailcore.IMAPIdentity
Returns the vendor.
version() - Method in class com.libmailcore.IMAPIdentity
Returns the version of the software.

W

writeObject(ObjectOutputStream) - Method in class com.libmailcore.NativeObject
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links