Home | Packages | Files | Procedures | Classes | Keywords | External packages
Reset () | ||
Enforces the initial state of the object. |
SubDone (command state msg) | ||
Callback for target. Counts the completion of the storage process, forwards the state and error information to our caller, and acts if the last mail was stored. | ||
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. |
Trigger () | ||
Checks wether the last mails was stored or not. If so, command is evaluated, using ourselves as its first and only argument. |
clientDone (args) | ||
Calling this method signals that the pop client completed its retrieval session and that no more mails will be coming, | ||
Argument: args | Ignored. Added to allow immediate usage by pop3Client:done. |
storeMessage (command message) | ||
Forward the given message to the configured storage facility, and counts that too | ||
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.1 at 02/20/1999, invoked by Andreas Kupries