Unit POP3

From Ultibo.org
Revision as of 05:28, 19 December 2016 by Ultibo (Talk | contribs)

Jump to: navigation, search

Return to Unit Reference


Description


Ultibo POP3 interface unit

To be documented

Constants



[Expand]
POP3 specific constants POP3_*


[Expand]
POP3 status constants POP3_STATUS_*


[Expand]
POP3 command constants POP3_COMMAND_*


[Expand]
POP3 string constants POP3_STRING_*


[Expand]
POP3 logging constants POP3_LOG_*


Type definitions


To be documented

Public variables


To be documented

Function declarations



Initialization functions

[Expand]
procedure POP3Init;
Description: To be documented


POP3 helper functions

[Expand]
procedure POP3Log(Level:LongWord; const AText:String);
Description: To be documented


[Expand]
procedure POP3LogInfo(const AText:String);
Description: To be documented


[Expand]
procedure POP3LogError(const AText:String);
Description: To be documented


[Expand]
procedure POP3LogDebug(const AText:String);
Description: To be documented


Return to Unit Reference