File 'net/pop3/storage/trig.cls' (part of 'Pool_Net')
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Class 'triggerStorage'
- -target
- The handle of the storage facility to forward incoming mails to.
- -command
- The command to evaluate after the storing of the last incoming mail completed. Called with ourselves as first and only argument.
SubDone (command state msg)
|
|
Argument: command
|
The script evaluate. Allowed to be empty, nothing is done in that case. Gets either 'error' or 'done' as first argument. In case of an 'error' msg is given to as well.
|
Argument: state
|
Completion state, either 'done' or 'error'.
|
Argument: msg (= {})
|
The error text to add as 2nd argument to command.
|
clientDone (args)
|
|
Argument: args
|
Ignored. Added to allow immediate usage by pop3Client:done.
|
storeMessage (command message)
|
Overrides popClientStorageBase:storeMessage
|
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.
|
- in
- The number mails which came in so far.
initial value: 0
- stored
- The number of mails which were stored using target.
initial value: 0
- cDone
- Set by clientDone, signals that there will be no more mails coming in.
initial value: 0
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Generated by AutoDoc 2.4 at 09/14/2000, invoked by Andreas Kupries