- 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
-
- 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.
- 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.
- 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.
- 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.
- 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.