Tcl Library Source Code

Documentation
Login
Bounty program for improvements to Tcl and certain Tcl packages.


[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]

NAME

pop3d::udb - Simple user database for pop3d

Table Of Contents

SYNOPSIS

package require Tcl 8.2
package require pop3d::udb ?1.0.1?

::pop3d::udb::new ?dbName?
dbName option ?arg arg ...?
dbName destroy
dbName add user pwd storage
dbName remove user
dbName rename user newName
dbName lookup user
dbName exists user
dbName who
dbName save ?file?
dbName read file

DESCRIPTION

The package pop3d::udb provides simple in memory databases which can be used in conjunction with the pop3 server core provided by the package pop3d. The databases will use the names of users as keys and associates passwords and storage references with them.

Objects created by this package can be directly used in the authentication callback of pop3 servers following the same interface as servers created by the package pop3d.

The command dbName may be used to invoke various operations on the database. It has the following general form:

The following commands are possible for database objects:

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category pop3d of the Tcllib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

When proposing code changes, please provide unified diffs, i.e the output of diff -u.

Note further that attachments are strongly preferred over inlined patches. Attachments can be made by going to the Edit form of the ticket immediately after its creation, and then using the left-most button in the secondary navigation bar.

KEYWORDS

internet, network, pop3, protocol

CATEGORY

Networking

COPYRIGHT

Copyright © 2002 Andreas Kupries