File 'net/pop3/classifyBase.cls' (part of 'Pool_Net')


Home | Packages | Files | Procedures | Classes | Keywords | External packages


Written by
Andreas Kupries
Description
Interface used by the POP3 client core (pop3Client) to classify messages
Keywords
pop3 client

Class 'popClientMsgClassificatorBase'

Description
This class defines the interface used by instances of pop3Client to request the classification of incoming mails through their headers (alone).
Methods
classify

classify (client msgId messageHeader)

Abstract method, used by pop3Client to request the classification of incoming mail. Use one of the methods <pop3Client:msgRetrieve>, <pop3Client:msgIgnore> and <pop3Client:msgDelete> to send the client the decision.
Argument: clientHandle of the pop client object requesting our assistance.
Argument: msgIdNumber of the message to classify
Argument: messageHeaderIgnored here.


Generated by AutoDoc 2.1 at 02/20/1999, invoked by Andreas Kupries