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

Description (short)
Storage facility, appends incoming mails to a file
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
public
TrackFile (option oldValue)
fileStorage ()
storeMessage (command message)

Options

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

Methods

TrackFile (option oldValue)

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

fileStorage ()

Constructor.

storeMessage (command message)

Overrides popClientStorageBase:storeMessage
Appends the given message into the configured file.
Argument: command The 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: message The text of the message to store.


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