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

A

addIndex() - Method in class org.tigris.eyebrowse.MailingListArchive
Adds the index already set for this object.
addIndex(String) - Method in class org.tigris.eyebrowse.MailingListArchive
Adds the index directory at indexDirPath for this list.
addIndex(String, String) - Static method in class org.tigris.eyebrowse.IndexMaint
Adds an index to a list and creates the associated index store.
addList() - Method in class org.tigris.eyebrowse.MailingListArchive
 
addList(String, String, int) - Static method in class org.tigris.eyebrowse.ListMaint
Adds a list to the Eyebrowse database.
addList(String, String, Integer) - Static method in class org.tigris.eyebrowse.ListMaint
Adds a list to the Eyebrowse database.
addListFile() - Method in class org.tigris.eyebrowse.MailingListArchive
Adds the list file set for this object.
addListFile(String) - Method in class org.tigris.eyebrowse.MailingListArchive
 
addListFile(String, String) - Static method in class org.tigris.eyebrowse.ListMaint
Adds a new file to an existing list.
Author_add(int, String) - Method in class org.tigris.eyebrowse.EyebrowseDb
Add an author to the database
Author_find(int, String) - Method in class org.tigris.eyebrowse.EyebrowseDb
Find an author by name.
Author_get(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get the name of the author associated with a specific authorId.

C

canonicalizeSubject(String) - Static method in class org.tigris.eyebrowse.MailUtil
Canonicalizes the subject of a mail message, by removing all the various forms of Re: or Fwd: that may be prepended or wrapped around the subject.
close() - Method in class org.tigris.eyebrowse.EyebrowseDb
 
close() - Method in interface org.tigris.eyebrowse.IIndexer
Close the indexer, and write any unsaved information to the index.
close() - Method in class org.tigris.eyebrowse.LuceneIndexer
From interface IIndexer
ContentTypePreference - interface org.tigris.eyebrowse.ContentTypePreference.
ContentTypePreference A interface used by flattenMessage in MailUtil to determine which body parts to select, and in the case of mime/alternative body parts, which to select.
convertOutputString(String) - Static method in class org.tigris.eyebrowse.TextUtil
This method checks to see if output strings should be converted (from unicode to some other encoding) based on the conf file.
convertOutputString(String, String) - Static method in class org.tigris.eyebrowse.TextUtil
TODO : This method also exists in commons-util, and we may want to switch to using that version.
createIndex() - Method in interface org.tigris.eyebrowse.IIndexer
Create the text index store.
createIndex() - Method in class org.tigris.eyebrowse.LuceneIndexer
From interface IIndexer

D

DateSummaryCache_update(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
 
deleteIndex(String) - Static method in class org.tigris.eyebrowse.IndexMaint
Mark a list as non-indexed.
deleteList() - Method in class org.tigris.eyebrowse.MailingListArchive
removes all database entries for this list finds list by name
deleteList(String) - Static method in class org.tigris.eyebrowse.ListMaint
Delete a list from the eyebrowse database.
deleteListAndFiles() - Method in class org.tigris.eyebrowse.MailingListArchive
removes the list and all the list files, use with caution!
deleteOnlyIndex() - Method in class org.tigris.eyebrowse.MailingListArchive
removes only the index record for this list finds list by name

E

Eyebrowse - class org.tigris.eyebrowse.Eyebrowse.
Supplies application configuration information.
Eyebrowse() - Constructor for class org.tigris.eyebrowse.Eyebrowse
 
EyebrowseDb - class org.tigris.eyebrowse.EyebrowseDb.
EyebrowseDb This class implements the object-relational mapping between the MySQL database and the Java objects used to represents elements in the database.
EyebrowseDb.ListFileInfo - class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo.
ListFileInfo Describes the properties of a mailbox file in Eyebrowse
EyebrowseDb.ListFileInfo() - Constructor for class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
EyebrowseDb.ListInfo - class org.tigris.eyebrowse.EyebrowseDb.ListInfo.
ListInfo Describes the properties of a mailing list in Eyebrowse
EyebrowseDb.ListInfo() - Constructor for class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
EyebrowseDb.ListSummaryInfo - class org.tigris.eyebrowse.EyebrowseDb.ListSummaryInfo.
ListSummaryInfo Describes the results of a query summarizing a list by date, sender, subject, or thread
EyebrowseDb.ListSummaryInfo() - Constructor for class org.tigris.eyebrowse.EyebrowseDb.ListSummaryInfo
 
EyebrowseDb.MessageInfo - class org.tigris.eyebrowse.EyebrowseDb.MessageInfo.
MessageInfo Describes the properties of a mail message in Eyebrowse.
EyebrowseDb.MessageInfo() - Constructor for class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
EyebrowseDb.MessageInfo(EyebrowseDb.ListInfo, EyebrowseDb.ListFileInfo) - Constructor for class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
Constructor for use when adding new messages from a list file.
EyebrowseException - exception org.tigris.eyebrowse.EyebrowseException.
EyebrowseException Exception which may be thrown by any of the Eyebrowse methods.
EyebrowseException() - Constructor for class org.tigris.eyebrowse.EyebrowseException
 
EyebrowseException(String) - Constructor for class org.tigris.eyebrowse.EyebrowseException
 
EyebrowseException(String, Exception) - Constructor for class org.tigris.eyebrowse.EyebrowseException
 

F

finalize() - Method in class org.tigris.eyebrowse.EyebrowseDb
 
flattenMessage(MimeMessage, ContentTypePreference) - Static method in class org.tigris.eyebrowse.MailUtil
Produces a flattened array of MimePart objects obtained by walking the tree of body parts in an inorder traversal.

G

getActiveListFilePath() - Method in class org.tigris.eyebrowse.MailingListArchive
Returns the path to the active mbox file for this list.
getAttrFrom() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListSummaryInfo
 
getAttrName() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListSummaryInfo
 
getAttrTo() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListSummaryInfo
 
getAttrValue() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListSummaryInfo
 
getAuthorId() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
getConfiguration() - Static method in class org.tigris.eyebrowse.Eyebrowse
Loads the configuration from the first properties file found in the run-time classpath.
getConnection() - Static method in class org.tigris.eyebrowse.EyebrowseDb
Static method used to obtain an EyebrowseDb connection.
getCount() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
getCount() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListSummaryInfo
 
getDate() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
getDefaultSender() - Static method in class org.tigris.eyebrowse.MailUtil
Return the default sender, if the sender found was not usable.
getDefaultSubject() - Static method in class org.tigris.eyebrowse.MailUtil
Return the default subject, if the subject found was not usable.
getFileId() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
getFileId() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
getFileNo() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
getFilePath() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
getFileRotator() - Method in class org.tigris.eyebrowse.MailingListArchive
Gets the configured IFileRotate implementation keyed by the org.tigris.eyebrowse.fileRotator property, caching an instance if one doesn't already exist.
getFileSize() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
getFirstMsgNo() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
getID() - Method in class org.tigris.eyebrowse.MailingListArchive
returns the ID that was set by the constructor, if it wasnt set at instantiation time then it's gotten from the database
getIndexer(String) - Static method in class org.tigris.eyebrowse.IndexMaint
Static method for obtaining an Indexer object associated with a particular index file.
getIndexFile() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
getJavaMailSession() - Static method in class org.tigris.eyebrowse.MailUtil
A static method which returns a JavaMail session object which can be used for JavaMail calls which require a session.
getJDBCConnection() - Method in class org.tigris.eyebrowse.EyebrowseDb
 
getLastListFilePath() - Method in class org.tigris.eyebrowse.MailingListArchive
Returns the path to the last file for list by ID or null if there is none for the list.
getLastMsgIndexed() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
getListDescr() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
getListId() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
getListId() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
getListId() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
getListName() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
getListName() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
getMessageID(MimeMessage) - Static method in class org.tigris.eyebrowse.MailUtil
Extracts the MIME Message-ID string from a message, if available.
getMsgCount() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
getMsgFileLen() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
getMsgFileName() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
getMsgFileOffset() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
getMsgId() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
getMsgNo() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
getName() - Method in class org.tigris.eyebrowse.MailingListArchive
Returns the name of this list.
getParentMsgId() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
getProperty(String, String) - Static method in class org.tigris.eyebrowse.Eyebrowse
Retrieves the value for the named property, looking first in the System properties for an override.
getReferences(MimeMessage) - Static method in class org.tigris.eyebrowse.MailUtil
Extracts a list of Message-ID strings corresponding to messages references by the In-Reply-To or References headers of a message.
getSender(MimeMessage) - Static method in class org.tigris.eyebrowse.MailUtil
Extracts the sender name from a JavaMail message.
getSenderEmail(MimeMessage) - Static method in class org.tigris.eyebrowse.MailUtil
Extracts the sender's email address from a JavaMail message.
getSenderName() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
getSubject() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
getSubject(MimeMessage) - Static method in class org.tigris.eyebrowse.MailUtil
Extracts the subject from a JavaMail message.
getSubjectId() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
getThreadId() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 

H

hasConsistentData() - Method in class org.tigris.eyebrowse.MailingListArchive
Diagnositc routine which checks the database for consistency against the active list file.

I

IIndexer - interface org.tigris.eyebrowse.IIndexer.
interface IIndexer Interface used to separate the implementation of the text indexing engine from the rest of Eyebrowse.
IndexerException - exception org.tigris.eyebrowse.IndexerException.
IndexerException Exception which may be thrown by any of the Indexer methods.
IndexerException() - Constructor for class org.tigris.eyebrowse.IndexerException
 
IndexerException(String) - Constructor for class org.tigris.eyebrowse.IndexerException
 
IndexerException(String, Exception) - Constructor for class org.tigris.eyebrowse.IndexerException
 
IndexMaint - class org.tigris.eyebrowse.IndexMaint.
Methods for creating and accessing the Indexer objects associated with a list.
IndexMaint() - Constructor for class org.tigris.eyebrowse.IndexMaint
 
indexMessage(String, MimeMessage) - Method in interface org.tigris.eyebrowse.IIndexer
Called when IndexMaint.updateIndex finds a new message.
indexMessage(String, MimeMessage) - Method in class org.tigris.eyebrowse.LuceneIndexer
From interface IIndexer
isActive() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
isDeleted() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
isIndexed() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
isReply() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
isReply(String) - Static method in class org.tigris.eyebrowse.MailUtil
Used in conjunction with canonicalizeSubject.

L

List_add(String, String) - Method in class org.tigris.eyebrowse.EyebrowseDb
Add a new list to the eyebrowse database.
List_add(String, String, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Add a new list to the eyebrowse database.
List_addIndex(int, String) - Method in class org.tigris.eyebrowse.EyebrowseDb
Mark the list as indexed, and associate the list with the specified index file.
List_countAuthors(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Count the number of authors in the list.
List_countSubjects(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Count the number of subjects in the list.
List_countThreads(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Count the number of threads in the specified list.
List_delete(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Delete a list from the database.
List_deleteIndex(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Mark the list as nonindexed.
List_find(String) - Method in class org.tigris.eyebrowse.EyebrowseDb
Find a list by name.
List_get(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get the ListInfo object for the specified list.
List_get(String) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get the ListInfo object for the specified list.
List_getAll() - Method in class org.tigris.eyebrowse.EyebrowseDb
 
List_summarizeByAuthor(int, int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Summarize the specified list by author.
List_summarizeByDate(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Summarize the specified list by date ranges.
List_summarizeBySubject(int, int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Summarize the specified list by subject.
List_summarizeByThread(int, int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Summarize the specified list by thread.
List_updateDescription(int, String) - Method in class org.tigris.eyebrowse.EyebrowseDb
Updates description by listId
List_updateIndex(int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Update the last-message-indexed value for the specified list.
ListFile_add(int, String, int, int, boolean) - Method in class org.tigris.eyebrowse.EyebrowseDb
Add a mailbox file to the specified list.
ListFile_find(String) - Method in class org.tigris.eyebrowse.EyebrowseDb
Find the fileId associated with the specified file.
ListFile_findActive(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Find the active file associated with a specific list.
ListFile_findLast(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Find the last file associated with a list.
ListFile_get(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get information about a mailbox file.
ListFile_getAllFilePaths(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Creates a String array of all the list files for a given list id This is used if someone wants to remove the lists programmatically
ListFile_setActive(int, boolean) - Method in class org.tigris.eyebrowse.EyebrowseDb
Mark the specified list file as being the active file in the list.
ListFile_updateMsgInfo(int, int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Update information related to which messages in this file have been processed.
ListMaint - class org.tigris.eyebrowse.ListMaint.
ListMaint Methods for adding, removing eyebrowse lists and mailbox files.
ListMaint.MboxInfo - class org.tigris.eyebrowse.ListMaint.MboxInfo.
Internal data structure used for passing around mbox meta data.
ListMaint.MboxInfo() - Constructor for class org.tigris.eyebrowse.ListMaint.MboxInfo
 
ListMaint() - Constructor for class org.tigris.eyebrowse.ListMaint
 
log - Static variable in class org.tigris.eyebrowse.EyebrowseDb
 
log - Static variable in class org.tigris.eyebrowse.ListMaint
Log file to write to.
log - Static variable in class org.tigris.eyebrowse.IndexMaint
Log file to write to.
LuceneIndexer - class org.tigris.eyebrowse.LuceneIndexer.
LuceneIndexer Class implementing Indexer interface which uses the Lucene text search engine.
LuceneIndexer.IndexerCtPref - class org.tigris.eyebrowse.LuceneIndexer.IndexerCtPref.
 
LuceneIndexer.IndexerCtPref() - Constructor for class org.tigris.eyebrowse.LuceneIndexer.IndexerCtPref
 
LuceneIndexer(String) - Constructor for class org.tigris.eyebrowse.LuceneIndexer
Constructor for LuceneIndexer class.

M

MailingListArchive - class org.tigris.eyebrowse.MailingListArchive.
Business object which encapsulates database and mbox data, and provides an API to list operations.
MailingListArchive() - Constructor for class org.tigris.eyebrowse.MailingListArchive
Needed for loading of this class as an IFileRotate implementation.
MailingListArchive(EyebrowseDb.ListInfo) - Constructor for class org.tigris.eyebrowse.MailingListArchive
 
MailingListArchive(String) - Constructor for class org.tigris.eyebrowse.MailingListArchive
Creates a new instance with the specified name.
MailingListArchive(String, String, String, String) - Constructor for class org.tigris.eyebrowse.MailingListArchive
Creates a new instance with the specified attributes.
MailUtil - class org.tigris.eyebrowse.MailUtil.
MailUtil Utility class for processing JavaMail messages.
MailUtil.DummyAuthenticator - class org.tigris.eyebrowse.MailUtil.DummyAuthenticator.
A null authenticator.
MailUtil.DummyAuthenticator() - Constructor for class org.tigris.eyebrowse.MailUtil.DummyAuthenticator
 
MailUtil() - Constructor for class org.tigris.eyebrowse.MailUtil
 
main(String[]) - Static method in class org.tigris.eyebrowse.Eyebrowse
 
mbIdx - Variable in class org.tigris.eyebrowse.ListMaint.MboxInfo
 
Message_add(EyebrowseDb.MessageInfo) - Method in class org.tigris.eyebrowse.EyebrowseDb
Add a message to the database.
Message_countByAuthor(int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Count the number of messages by a particular author in a particular list.
Message_countBySubject(int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Count the number of messages with a given subject in a list.
Message_countByThread(int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Count the number of messages in the list in a particular thread.
Message_delete(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Marks given msgId as dead in the db by setting its isDeleted field to 1.
message_fieldCount - Static variable in class org.tigris.eyebrowse.EyebrowseDb
 
message_fields - Static variable in class org.tigris.eyebrowse.EyebrowseDb
 
Message_get(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get the MessageInfo object associated with a particular message
Message_getByIdString(String) - Method in class org.tigris.eyebrowse.EyebrowseDb
Find a message by it's MIME Message-ID string
Message_getSubjectRoot(EyebrowseDb.MessageInfo) - Method in class org.tigris.eyebrowse.EyebrowseDb
Find the first message whose subject matches the specified message (for purposes of creating threads.)
Message_guessDate(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Attempt to guess a reasonable date for a new message in a list when the date in the message cannot be determined.
Message_setThread(int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Associate a message with a thread.
messageExt_fields - Static variable in class org.tigris.eyebrowse.EyebrowseDb
 
MessageExt_get(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get all the information associated with a particular message.
MessageExt_getAll(int, int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get information about all messages in a list.
MessageExt_getByAuthor(int, int, int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get information about messages with the specified author.
MessageExt_getByDate(int, Date, Date, int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get information about messages from a specified date range.
MessageExt_getByNo(int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Retrieve information about a specific message.
MessageExt_getBySubject(int, int, int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get information about messages with the specified subject.
MessageExt_getByThread(int, int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get information about messages with the specified thread.
MessageExt_getByThreadNo(int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Retrieve message information for the message with a specified threadId and msgNo
MessageExt_getChildren(EyebrowseDb.MessageInfo) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get information about the messages which are direct replies to a specified message
MessageExt_getNext(EyebrowseDb.MessageInfo) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get information about the next message in a list.
MessageExt_getPrev(EyebrowseDb.MessageInfo) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get information about the previous message in the list
MessageExt_getThreadNext(EyebrowseDb.MessageInfo) - Method in class org.tigris.eyebrowse.EyebrowseDb
Retrieve information about the next message in a thread.
MessageExt_getThreadPrev(EyebrowseDb.MessageInfo) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get information about the previous message in a thread
messageExt_joinCriteria - Static variable in class org.tigris.eyebrowse.EyebrowseDb
 
messageExt_tables - Static variable in class org.tigris.eyebrowse.EyebrowseDb
 
MessageId_add(int, int, String) - Method in class org.tigris.eyebrowse.EyebrowseDb
Associate a message with a Message-ID string
MessageId_find(String, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Find a message by it's Message-ID string
msgCount - Variable in class org.tigris.eyebrowse.ListMaint.MboxInfo
 

N

nextMsgNo - Variable in class org.tigris.eyebrowse.ListMaint.MboxInfo
 
NO_SUBJECT - Static variable in class org.tigris.eyebrowse.MailUtil
The string to return if the subject is not available

O

org.tigris.eyebrowse - package org.tigris.eyebrowse
 

P

preference(MimePart) - Method in interface org.tigris.eyebrowse.ContentTypePreference
 
preference(MimePart) - Method in class org.tigris.eyebrowse.LuceneIndexer.IndexerCtPref
 
PROPERTY_NAMESPACE - Static variable in class org.tigris.eyebrowse.Eyebrowse
The namespace under which all Eyebrowse properties are stored.

R

release() - Method in class org.tigris.eyebrowse.EyebrowseDb
To be called when a task is finished with the connection, so the connection can be closed or returned to the pool.
releaseJavaMailSession(Session) - Static method in class org.tigris.eyebrowse.MailUtil
A static method which releases a JavaMail session object acquired through getJavaMailSession.
rotateActiveListFile() - Method in class org.tigris.eyebrowse.MailingListArchive
Rotates the active mbox file for this list according to the algorithm provided by the configured IFileRotate implementation's rotateFile() method.
rotateFile(MailingListArchive) - Method in class org.tigris.eyebrowse.MailingListArchive
Eyebrowse's default implementation of the IFileRotate interface.

S

search(String) - Method in interface org.tigris.eyebrowse.IIndexer
Search the index for text matching the specified search text from message bodies.
search(String) - Method in class org.tigris.eyebrowse.LuceneIndexer
From interface IIndexer
search(String, String) - Method in interface org.tigris.eyebrowse.IIndexer
Search the index for text matching the specified search text.
search(String, String) - Method in class org.tigris.eyebrowse.LuceneIndexer
From interface IIndexer
SENDER_NOT_AVAILABLE - Static variable in class org.tigris.eyebrowse.MailUtil
The string to return if the sender is not available
setActive(boolean) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
setAttrFrom(String) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListSummaryInfo
 
setAttrName(String) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListSummaryInfo
 
setAttrTo(String) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListSummaryInfo
 
setAttrValue(String) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListSummaryInfo
 
setAuthorId(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setConfigurationPath(String) - Static method in class org.tigris.eyebrowse.Eyebrowse
Sets the name of the configuration file to use.
setCount(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
setCount(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListSummaryInfo
 
setDate(Date) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setDeleted(boolean) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setDescription(String) - Method in class org.tigris.eyebrowse.MailingListArchive
 
setFileId(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setFileId(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
setFileNo(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
setFilePath(String) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
setFilePath(String) - Method in class org.tigris.eyebrowse.MailingListArchive
 
setFileSize(long) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
setFirstMsgNo(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
setID(int) - Method in class org.tigris.eyebrowse.MailingListArchive
 
setIndexDirPath(String) - Method in class org.tigris.eyebrowse.MailingListArchive
 
setIndexed(boolean) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
setIndexFile(String) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
setLastMsgIndexed(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
setListDescr(String) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
setListId(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setListId(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
setListId(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
setListName(String) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setListName(String) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
setMsgCount(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
setMsgFileLen(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setMsgFileName(String) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setMsgFileOffset(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setMsgId(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setMsgNo(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setParentMsgId(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setReply(boolean) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setSenderName(String) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setSubject(String) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setSubjectId(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
setThreadId(int) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
Subject_add(int, String) - Method in class org.tigris.eyebrowse.EyebrowseDb
Add a subject to the database
Subject_find(int, String) - Method in class org.tigris.eyebrowse.EyebrowseDb
Find a subject by text.
Subject_get(int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Get the subject text associated with a specific subject.
subjectMatchInterval - Static variable in class org.tigris.eyebrowse.EyebrowseDb
 

T

textToHtml() - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
textToHtml() - Method in class org.tigris.eyebrowse.EyebrowseDb.ListSummaryInfo
 
textToHtml(String) - Static method in class org.tigris.eyebrowse.TextUtil
TextUtil Convert a text string to HTML.
TextUtil - class org.tigris.eyebrowse.TextUtil.
TextUtil Utility class for text processing.
TextUtil() - Constructor for class org.tigris.eyebrowse.TextUtil
 
Thread_add(int, int) - Method in class org.tigris.eyebrowse.EyebrowseDb
Add a thread to the database

U

unpack(ResultSet) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
unpack(ResultSet) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListInfo
 
unpack(ResultSet) - Method in class org.tigris.eyebrowse.EyebrowseDb.ListFileInfo
 
unpackMessage(ResultSet) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
unpackMessageExt(ResultSet) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
unpackReferenced(ResultSet) - Method in class org.tigris.eyebrowse.EyebrowseDb.MessageInfo
 
updateDescription() - Method in class org.tigris.eyebrowse.MailingListArchive
 
updateDescription(String) - Method in class org.tigris.eyebrowse.MailingListArchive
 
updateIndex(EyebrowseDb.ListInfo, int) - Static method in class org.tigris.eyebrowse.IndexMaint
Examine the list for messages that have arrived since the last time the list was indexed, and add the first N new messages to the index.
updateIndex(String) - Static method in class org.tigris.eyebrowse.IndexMaint
Examine the list for messages that have arrived since the last time the list was indexed, and add the new messages to the index.
updateIndex(String, int) - Static method in class org.tigris.eyebrowse.IndexMaint
Method to be called from UpdateIndex.java.
updateList(EyebrowseDb.ListInfo, boolean) - Static method in class org.tigris.eyebrowse.ListMaint
Update a list.
updateList(String) - Static method in class org.tigris.eyebrowse.ListMaint
 

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

Copyright © 2000 Quiotix Corp. All Rights Reserved.