File 'net/pop3/auth.tcl' (part of 'Pool_Net')

Description (short)
POP3 type checker procedures
Written by
Andreas Kupries
Description
Helper procedures used by pop3Server. A type checker usable by the option processing subsystem (base/getopt.tcl) is provided.
Depends on
Tcl
Keywords
type checker, POP3


::pool::pop3::authmode (o v)

This type checker accepts only 'apop' and 'upass' as valid authentication modes.
Argument: o The option whose value is checked.
Argument: v The value to check.
Returns: A boolean value. True if v contained a legal authentication mode.


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