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

Description (short)
Delete message on pop server (DELE)
Written by
Andreas Kupries
Description
Sequencer for deletion of a message.
Keywords
POP3, DELE command

Class 'pop3DeleteSeq'

Superclasses
pop3Sequencer
Options
msg
Methods
public
DeleteTry ()
GotDeleResponse (line)
pop3DeleteSeq ()

Options

-msg
The numerical index of the message to delete at the server.

Methods

DeleteTry ()

The first action taken after the construction of the sequencer completes. Writes out the deletion command to the pop3 server, then waits for its response.

GotDeleResponse (line)

Called after pop3 demon responded to the DELE command.
Argument: line Text of response

pop3DeleteSeq ()

Constructor.


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