Home | Packages | Files | Procedures | Classes | Keywords | External packages
ClearSocket () | ||
Closes the connection to the pop3 server described by this object. |
Close (completionMethod) | ||
Close connection to the pop3 demon described by this object. | ||
Argument: completionMethod | The method to call after completion of the low-level sequencer. |
Dele (msgId completionMethod) | ||
Delete the specified message. | ||
Argument: msgId | The numerical index of the message to delete. | |
Argument: completionMethod | The method to call after completion of the low-level sequencer. |
LoginApop (completionMethod) | ||
Logs into the pop3 server described by this object using given username and password. The password is not transfered to the server. A hashcode constructed from it and the server greeting (the timestamp in it) is used instead. | ||
Argument: completionMethod | The method to call after completion of the low-level sequencer. |
LoginUser (completionMethod) | ||
Logs into the pop3 server described by this object using given username and password. The password is send in the clear. | ||
Argument: completionMethod | The method to call after completion of the low-level sequencer. |
Open (completionMethod) | ||
Opens a connection to the pop3 demon described by this object. | ||
Argument: completionMethod | The method to call after completion of the low-level sequencer. |
Retr (msgId completionMethod) | ||
Retrieve the specified message. | ||
Argument: msgId | The numerical index of the requested message. | |
Argument: completionMethod | The method to call after completion of the low-level sequencer. |
SetGreeting (g) | ||
Accessor method, used by the pop3ApopSeq / pop3UserSeq sequencer to transfer the received greeting into the connection manager (this object). | ||
Argument: g | The text of the received greeting. |
SetN (num) | ||
Accessor method, used by the pop3ApopSeq / pop3UserSeq to transfer the number of found messages into the connection manager. | ||
Argument: num | The number of found messages (as given by STAT). |
SetSock (s) | ||
Accessor method, used by the pop3OpenSeq sequencer to transfer information about the channel representing the connection to the pop server. | ||
Argument: s | The handle of the channel representing the connection to the pop server. |
Top (msgId completionMethod) | ||
Read header information of the specified message. | ||
Argument: msgId | The numerical index of the message whose | |
Argument: completionMethod | The method to call after completion of the low-level sequencer. |
errorInfo () | ||
Retrieves error information of this object. Valid only in case of state = error. |
pop3Connection () | ||
Constructor. Just logs the event. |
state () | ||
Retrieves state of this object. |
~pop3Connection () | ||
Destructor. Closes an active socket and logs the event. |
Generated by AutoDoc 2.1 at 02/20/1999, invoked by Andreas Kupries