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


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


Written by
Andreas Kupries
Description
Storage facility, appends incoming mails to a file
Keywords
storage facility

Class 'fileStorage'

Description
Storage system usable by the pop client in pop3Client. Incoming mails are stored into a predefined file, see option file.
Superclasses
popClientStorageBase
Options
file
Methods
TrackFile, fileStorage, storeMessage

-file
The name of the file to append incoming mails to.

TrackFile (option oldValue)

Configure the target file of this storage facility.
Argument: optionThe name of the option to track.
Argument: oldValueThe old value of the option.

fileStorage ()

Constructor.

storeMessage (command message)

Appends the given message into the configured file.
Argument: commandThe script evaluate after completion of the process (use Done to accomplish this). Allowed to be empty, nothing is done in that case. Gets either 'error' or 'done' as first argument.
Argument: messageThe text of the message to store.


Generated by AutoDoc 2.1 at 02/20/1999, invoked by Andreas Kupries