Package 'Pool_Net'

Written by
Andreas Kupries
Description
Procedures to handle network protocols (currently implemented: smtp, pop3)
Keywords
APOP command, Construction of servers, DATA command, DELE command, Framework for servers, HELO command, Header manipulation, MAIL FROM command, Message transfer, Open connection, POP3, POP3 client, Popsy, QUIT command, RCPT TO command, RETR command, RFC 821, RFC 822, TOP command, USER command, application registry, authentication database, classificator, extraction of urls from text, mail server core, management of POP3 connections, management of SMTP connections, name service, passwords, pop3 server, port definition for POP3, port definition for SMTP, registry, regular expressions (for urls), sequencer base, splitting an url into its constituents, spooler, storage facility, synchronous operations, user database, Mail manipulation, Mailbox management, POP3, SMTP, Server, Server on random port, URL related utilities, User authentication, close smtp connection, nameserver, open smtp connection, pop3 client, send mail, storage facility, type checker, url extraction, url splitting

Depends on
Comm, Memchan, Tcl, Trf, cgi
net/adb.cls
User authentication database
net/mail/message.tcl
Mail manipulation, defined in separate namespace, tcl 8.x only.
net/misc.tcl
Miscancellous procedures
net/ns/client.tcl
Mini nameserver, application registry, client
net/ns/port.tcl
Mini nameserver, application registry, port spec
net/ns/server.tcl
Mini nameserver, application registry, server
net/pop3/acceptEverything.cls
Message classificator accepting every incoming mail.
net/pop3/apop.cls
Delete message on pop server (APOP)
net/pop3/auth.tcl
POP3 type checker procedures
net/pop3/classifyBase.cls
Interface used by a POP3 client (see pop3Client) for message classification.
net/pop3/client.cls
Core of a POP3 client
net/pop3/close.cls
Close pop3 connection (QUIT)
net/pop3/cltStorBase.cls
Interface used by a POP3 client (see pop3Client) for message storage.
net/pop3/dele.cls
Delete message on pop server (DELE)
net/pop3/mbox.cls
Mailbox management based on files and directories
net/pop3/open.cls
Open pop3 connection (HELO)
net/pop3/pop3.cls
Base management of POP3 connections
net/pop3/pop3s.cls
Base management of POP3 connections, synchronous operations
net/pop3/port.tcl
Definition of port to use by pop3 client and server cores.
net/pop3/retr.cls
Delete message on pop server (RETR)
net/pop3/seq.cls
POP3 sequencer base
net/pop3/server.cls
POP3 server core (Popsy)
net/pop3/storage/dir.cls
Storage facility, delivers incoming mails into a directory.
net/pop3/storage/file.cls
Storage facility, appends incoming mails to a file
net/pop3/storage/mem.cls
Storage facility, holds incoming mails in memory
net/pop3/storage/multi.cls
Storage facility employing other storage systems
net/pop3/storage/smtp.cls
Storage facility built upon SMTP delivery
net/pop3/storage/trig.cls
Storage facility, forwards incoming data to another facility
net/pop3/svrStorBase.cls
Mailbox management, interface used by a POP3 server (see pop3Server).
net/pop3/top.cls
Delete message on pop server (TOP)
net/pop3/user.cls
Delete message on pop server (USER)
net/server.cls
Server construction kit.
net/serverUtil.tcl
Server construction kit, helper procedures.
net/smtp/close.cls
Close smtp connection (QUIT)
net/smtp/data.cls
Transfer message to smtp demon (DATA)
net/smtp/open.cls
Open smtp connection (HELO)
net/smtp/port.tcl
Definition of port to use by smtp client and server cores.
net/smtp/prepare.cls
Prepare transfer of mail message (MAIL FROM, RCPT TO)
net/smtp/seq.cls
SMTP sequencer base
net/smtp/smtp.cls
SMTP conection management
net/smtp/spooler.cls
SMTP based spooler.
net/udbBase.cls
User authentication database, interface definition
net/urls.tcl
URL related utilities

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