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

Description (short)
Interface used by a POP3 client (see pop3Client) for message classification.
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
public
classify (client msgId messageHeader)

Methods

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: client Handle of the pop client object requesting our assistance.
Argument: msgId Number of the message to classify
Argument: messageHeader Ignored here.


Generated by AutoDoc 2.4 at 09/14/2000, invoked by Andreas Kupries