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

TIdPOP3ServerContext

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

Declaration

Source position: IdPOP3Server.pas line 221

type TIdPOP3ServerContext = class(TIdServerContext)

protected

  fUsername: string;

  

  fPassword: string;

  

  fAuthenticated: Boolean;

  

  fAPOP3Challenge: string;

  

  function GetUsingTLS;

  

  function GetCanUseExplicitTLS;

  

  function GetTLSIsRequired;

  

public

  property APOP3Challenge: string; [rw]

  

  property Authenticated: Boolean; [r]

  

  property Username: string; [r]

  

  property Password: string; [r]

  

  property UsingTLS: Boolean; [r]

  

  property CanUseExplicitTLS: Boolean; [r]

  

  property TLSIsRequired: Boolean; [r]

  

end;

Inheritance

TIdPOP3ServerContext

  

|

TIdServerContext

  

|

TIdContext

  

|

TIdTask

  

|

TObject



CT Web help

CodeTyphon Studio