File 'net/smtp/data.cls' (part of 'Pool_Net')
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Class 'smtpDataSeq'
- -progress
- If not empty, a command to evaluate with current connection and number of bytes transfered so far as arguments.
- -blocksize
- Companion option to progress, optional. Defines the size of the blocks to transfer between invocations of progress. Ignored if progress is empty.
default value: 1024
- -message
- Either the handle of a channel containing the message to sent, or the message itself. This is determined by the contents of string.
- -string
- A boolean value indicating wether message is the channel containing it (false), or the message itself (true). This is optional and defaults to false.
default value: 0
DataTransferProgress (n)
|
|
Argument: n
|
Number of bytes transfered by 'fcopy'.
|
GotDataResponse (line)
|
|
Argument: line
|
Response of demon
|
GotTransferResponse (line)
|
|
Argument: line
|
Response of demon.
|
- closeChannel
- If message contains the message itself an internal memory channel is used to allow us the placement of the transfer into the background and this flag is set to true, reminding us that we are responsible for the closing of the message channel.
initial value: 0
- nTransfered
- Internal counter, keeps track of the total number of bytes transfered by a single call to 'fcopy'. Used only if progress is set.
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