talx x1.0.5

Uses of Interface
talx.model.filters.ReceiverFilter

Packages that use ReceiverFilter
talx The Think-and-Link project provides an email client aimed at people with aquired cognitive deficits. 
talx.controller Defines the behaviors for the system. 
talx.games.helpdesk   
talx.games.survey   
talx.model.filters Provides message filter classes. 
 

Uses of ReceiverFilter in talx
 

Fields in talx declared as ReceiverFilter
protected  ReceiverFilter[] Email.inFilters
          List of incoming filters.
 

Uses of ReceiverFilter in talx.controller
 

Methods in talx.controller with parameters of type ReceiverFilter
 void Controller.initialize(ReceiverFilter instack, SenderFilter outstack)
          Attempts to restore saved state.
 TALLogger Controller.getLogger(ReceiverFilter instack, SenderFilter outstack)
          Return the TALLogger subclass specified in the settings.
 

Constructors in talx.controller with parameters of type ReceiverFilter
TALLogger(TransportToolkit mailstore, MailSystemDesktop ms, Settings settings, Controller controller, ReceiverFilter instack, SenderFilter outstack)
           
 

Uses of ReceiverFilter in talx.games.helpdesk
 

Classes in talx.games.helpdesk that implement ReceiverFilter
 class HelpDesk
           
 

Uses of ReceiverFilter in talx.games.survey
 

Classes in talx.games.survey that implement ReceiverFilter
 class Survey
           
 

Uses of ReceiverFilter in talx.model.filters
 

Classes in talx.model.filters that implement ReceiverFilter
 class CommandFilter
          Searches incoming messages for test commands and game moves.
 class InboxCountMonitor
          Keeps the outbox at or below a given size.
 class InboxDateMonitor
          Removes old messages from the inbox.
 class MultiRecipientFilter
          Filters messages that was sent to too many recipients.
 class OutboxCountMonitor
          Keeps the outbox at or below a given size.
 class OutboxDateMonitor
          Removes old messages from the outbox.
 class ReceiverFilterAdapter
          Adapter class for objects in the incoming filter stack.
 class RemoteReceiver
          Gets messages from an IMAP or POP3 store and passes them into the incoming filter stack.
 class SpyFilter
          Searches incoming messages for test commands and game moves.
 class TrashDateMonitor
          Removes old messages from the trash.
 


talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.