Unit 'IdIMAP4Server' Package
[Overview][Constants][Types][Classes][Index] [#pl_indy]

TIdIMAP4PeerContext

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdIMAP4Server.pas line 267

type TIdIMAP4PeerContext = class(TIdServerContext)

protected

  FConnectionState: TIdIMAP4ConnectionState;

  

  FLoginName: string;

  

  FMailBox: TIdMailBox;

  

  FIMAP4Tag: string;

  

  FLastCommand: TIdReplyIMAP4;

  

  function GetUsingTLS;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property ConnectionState: TIdIMAP4ConnectionState; [r]

  

  property UsingTLS: Boolean; [r]

  

  property IMAP4Tag: string; [r]

  

  property MailBox: TIdMailBox; [r]

  

  property LoginName: string; [rw]

  

end;

Inheritance

TIdIMAP4PeerContext

  

|

TIdServerContext

  

|

TIdContext

  

|

TIdTask

  

|

TObject



CT Web help

CodeTyphon Studio