Home | Packages | Files | Procedures | Classes | Keywords | External packages
| DataTransferProgress (n) | ||
| Callback for transfer. Completes whole transfer or initiates next chunk. Executes the progress-handler, if it was defined. | ||
| Argument: n | Number of bytes transfered by 'fcopy'. | |
| DataTry () | ||
| The first action taken after the construction of the sequencer completes. Writes out the command initiating a data transfer to the demon, then waits for its response. | 
| GotDataResponse (line) | ||
| Called after smtp demon reacted on DATA. A specific response code is expected, everything else is considered as failure. Initiates the real transfer of data in case of success. | ||
| Argument: line | Response of demon | |
| GotTransferResponse (line) | ||
| After the completion of a transfer a closing response is send by the demon. It is catched here and depending on its response code the operation terminates with either success or failure. | ||
| Argument: line | Response of demon. | |
| StartTransfer () | ||
| Starts transfer of data. If progress was specified the initiated transfer is cut into individual chunks of blocksize bytes each. | 
| smtpDataSeq () | ||
| Constructor. | 
Generated by AutoDoc 2.1 at 02/20/1999, invoked by Andreas Kupries