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

Description (short)
Delete message on pop server (USER)
Written by
Andreas Kupries
Description
Sequencer for login into a pop server via user/pass.
Keywords
POP3, USER command

Class 'pop3UserSeq'

Superclasses
pop3Sequencer
Options
user
secret
Methods
public
GotPassResponse (line)
GotStatResponse (line)
GotUserResponse (line)
UserTry ()
pop3UserSeq ()

Options

-user
The name of the user trying to login.
-secret
The password of the user trying to login.

Methods

GotPassResponse (line)

Called after pop3 demon responded to the PASS command. Depending on the result of the login the sequencer stops its operation now (error), or writes out the command to retrieve the number of messages storeed in the mailbox (successful login).
Argument: line Text of response

GotStatResponse (line)

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

GotUserResponse (line)

Called after pop3 demon responded to the USER command. Send the password to the server (in clear!), but only if the user was accepted by the server.
Argument: line Text of response

UserTry ()

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

pop3UserSeq ()

Constructor.


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