TPOP3Connection

From Ultibo.org
Jump to: navigation, search

Return to Unit POP3


Description


To be documented

Class definitions



[Expand]

TPOP3Connection = class(TListObject)


Function declarations



[Expand]
constructor TPOP3Connection.Create;
Description: To be documented


[Expand]
destructor TPOP3Connection.Destroy;
Description: To be documented


[Expand]
function TPOP3Connection.AcquireLock:Boolean;
Description: To be documented


[Expand]
function TPOP3Connection.ReleaseLock:Boolean;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetHandle(AHandle:THandle);
Description: To be documented


[Expand]
function TPOP3Connection.GetRxByteCount:Int64;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetRxByteCount(const ARxByteCount:Int64);
Description: To be documented


[Expand]
function TPOP3Connection.GetTxByteCount:Int64;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetTxByteCount(const ATxByteCount:Int64);
Description: To be documented


[Expand]
function TPOP3Connection.GetRequestCount:Int64;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetRequestCount(const ARequestCount:Int64);
Description: To be documented


[Expand]
function TPOP3Connection.GetReplyCount:Int64;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetReplyCount(const AReplyCount:Int64);
Description: To be documented


[Expand]
function TPOP3Connection.GetRequestTime:TDateTime;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetRequestTime(const ARequestTime:TDateTime);
Description: To be documented


[Expand]
function TPOP3Connection.GetReplyTime:TDateTime;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetReplyTime(const AReplyTime:TDateTime);
Description: To be documented


[Expand]
function TPOP3Connection.GetRemoteAddress:String;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetRemoteAddress(const ARemoteAddress:String);
Description: To be documented


[Expand]
procedure TPOP3Connection.SetStatus(AStatus:LongWord);
Description: To be documented


[Expand]
function TPOP3Connection.GetUsername:String;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetUsername(const AUsername:String);
Description: To be documented


[Expand]
function TPOP3Connection.GetPassword:String;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetPassword(const APassword:String);
Description: To be documented


[Expand]
function TPOP3Connection.GetTimestamp:String;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetTimestamp(const ATimestamp:String);
Description: To be documented


[Expand]
procedure TPOP3Connection.SetThread(AThread:TThread);
Description: To be documented


[Expand]
procedure TPOP3Connection.IncrementRxByteCount(const ARxByteCount:Int64);
Description: To be documented


[Expand]
procedure TPOP3Connection.IncrementTxByteCount(const ATxByteCount:Int64);
Description: To be documented


[Expand]
procedure TPOP3Connection.IncrementRequestCount;
Description: To be documented


[Expand]
procedure TPOP3Connection.IncrementReplyCount;
Description: To be documented


Return to Unit Reference