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


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


Written by
Andreas Kupries
Description
Sequencer for login into a pop server via user/pass.
Keywords
POP3, USER command

Class 'pop3UserSeq'

Superclasses
pop3Sequencer
Options
secret, user
Methods
GotPassResponse, GotStatResponse, GotUserResponse, UserTry, pop3UserSeq

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

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: lineText of response

GotStatResponse (line)

Called after pop3 demon responded to the STAT command.
Argument: lineText 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: lineText 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.1 at 02/20/1999, invoked by Andreas Kupries