File 'net/pop3/pop3s.cls' (part of 'Pool_Net')
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Class 'pop3SynConnection'
- -maxtries
- Specifies the maximum allowed number of trials to connect. Defaults to 1.
default value: 1
- -retrydelay
- Specifies the time to wait (in milliseconds) after a failure before doing the next try. Defaults to 10 seconds.
default value: 10000
- -host
- Specifies the host the demon to connect to resides on. Defaults to 'localhost'.
default value: localhost
- -timeout
- defines the number of milliseconds to wait before aborting a smtp command without having a response.
- -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
- -user
- The name of the user trying to login.
- -secret
- The password of the user trying to login.
- -use-top-for-retr
- A boolean flag. Setting it to TRUE causes the sequencer to use the command 'TOP x 0' instead of 'RETR x' to retrieve the message. The first pop server of my provider didn't recognize RETR, but this special command. Maybe some other people have to deal with such a weird beast too.
default value: 0
Dele (msgId)
|
|
Argument: msgId
|
The numerical index of the message to delete.
|
Done (seq)
|
|
Argument: seq
|
The handle of the internal sequencer which executed the completed operation.
|
Retr (msgId)
|
|
Argument: msgId
|
The numerical index of the requested message.
|
SetGreeting (g)
|
|
Argument: g
|
The text of the received greeting.
|
SetN (num)
|
|
Argument: num
|
The number of found messages (as given by STAT).
|
SetSock (s)
|
|
Argument: s
|
The handle of the channel representing the connection to the pop server.
|
Top (msgId)
|
|
Argument: msgId
|
The numerical index of the message whose headers are requested.
|
- sock
- The handle of the channel controlled by this object
- state
- The state of the last executed command.
- error
- The error message of the last executed, failed command.
- greeting
- The greeting sent by the pop3 server during the initialization of the connection (Open).
- n
- The number of messages in the mailbox we are connected to, as given by STAT (see SetN).
- backsignal
- The variable to set by the callback method to signal the end of the operation.
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Generated by AutoDoc 2.4 at 09/14/2000, invoked by Andreas Kupries