net.suberic.pooka |
|
Java Source File Name | Type | Comment |
AddressBook.java | Interface | Defines the methods used to store Addresses. |
AddressBookEntry.java | Interface | An Address Book Entry. |
AddressBookManager.java | Class | This class manages the a list of AddressBooks. |
AddressMatcher.java | Interface | Defines the methods used to access Internet Addresses from a given
String. |
AlternativeAttachment.java | Class | |
Attachment.java | Class | |
AttachmentBundle.java | Class | This class is here for my convenience so that I can have a single
set of attachment parsers that will return any set of information
that I want. |
BackendMessageFilter.java | Class | This represents a MessageFilter which acts on the backend of the
mail server. |
DateFormatter.java | Class | This is a little utility class which stores all of the DateFormat classes
that we use. |
ExternalLauncher.java | Class | This class is a generic class which will allow an external program
to start up and access a file. |
FileSignatureGenerator.java | Class | This is a simple SignatureGenerator which reads a file and returns its
contents as a signature. |
FolderInfo.java | Class | This class does all of the work for a Folder. |
FullMailcapCommandMap.java | Class | FullMailcapCommandMap accepts both x-java-* type mailcap entries
as well as standard, external-to-java entries.
It uses the following resources as the sources:
The file .mailcap (or mailcap.txt) in the user's home directory. |
MailQueue.java | Class | The basics for an outgoing mail queue. |
MailUtilities.java | Class | |
MBPAttachment.java | Class | |
MessageCryptoInfo.java | Class | This stores the encyrption information about a particular MessageInfo. |
MessageFilter.java | Class | This represents a MessageFilter. |
MessageInfo.java | Class | |
MultiMessageInfo.java | Class | This represents a bundle of MessageInfos. |
NetworkConnection.java | Class | Represents a Network connection. |
NetworkConnectionListener.java | Interface | |
NetworkConnectionManager.java | Class | |
NewMessageInfo.java | Class | A MessageInfo representing a new message. |
NoTrashFolderException.java | Class | |
OutgoingFolderInfo.java | Class | This class represents a folder which stores outgoing messages until they
can connect to the SMTP server. |
OutgoingMailServer.java | Class | Represents a mail server than can be used to send outgoing messages. |
OutgoingMailServerManager.java | Class | |
Pooka.java | Class | |
PookaEncryptionManager.java | Class | The EncryptionManager manages Pooka's encryption facilities. |
PookaLogManager.java | Class | This class manages logging for Pooka. |
PookaManager.java | Class | This keeps track of all of the various managers and settings for an
instance of Pooka. |
PopInboxFolderInfo.java | Class | This represents the Inbox of a Pop3 folder. |
RowCounter.java | Class | |
SearchTermManager.java | Class | This class generates SearchTerms from properties in the Pooka
VariableBundle. |
SignatureGenerator.java | Interface | This is the interface for a class which can produce a signature. |
SignatureGeneratorImpl.java | Class | A convenience class which implements setProfile and getProfile. |
StartupManager.java | Class | This manages all startup options for Pooka. |
StoreInfo.java | Class | This class does all of the work for a Store. |
StoreManager.java | Class | This class manages the a list of StoreInfos. |
StringSignatureGenerator.java | Class | This is a simple SignatureGenerator which just returns a property
value as a signature. |
UIDFolderInfo.java | Class | A FolderInfo which keeps track of its messages' UIDs. |
UIDMimeMessage.java | Class | A wrapper around a MimeMessage which can either work in real or
disconnected (cached) mode. |
UserProfile.java | Class | |
UserProfileContainer.java | Interface | This interface may be implemented by any object which could have a
default UserProfile associated with it. |
UserProfileManager.java | Class | |
VirtualFolderInfo.java | Class | This class emulates a FolderInfo for things such as Search Results. |