%Net.POP3
class %Net.POP3 extends %Net.FetchMailProtocol
Implements %Net.FetchMailProtocol
Property Inventory
Method Inventory
- %OnClose()
- Connect()
- ConnectPort()
- DeleteMessage()
- Fetch()
- FetchFromStream()
- FetchMessage()
- FetchMessageHeaders()
- FetchMessageInfo()
- GetAttachedEmail()
- GetMailBoxStatus()
- GetMessageUID()
- GetMessageUIDArray()
- GetSizeOfMessages()
- Ping()
- QuitAndCommit()
- QuitAndRollback()
- RollbackDeletes()
Properties
Methods
This method retrieves a single message. MessageNumber must be a valid message number and the message must not be currently marked for deletion.
An upper bound is put on number of lines of message text retrieved by Lines.
The text of the retrieved message is returned in the MessageText argument as a %String.
FetchMessageInfo is typically used to get From, Date, and other header information without actually getting the message text. This allows one to filter out messages from parties one wishes to exclude or to zero in on messages one particularly wants. Since getting message text is something that can happen over a slow modem, this is a desirable feature.
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()