Unit IMAP4

From Ultibo.org
Jump to: navigation, search

Return to Unit Reference


Description


Ultibo IMAP4 Interface unit

Constants



[Expand]
IMAP4 logging IMAP4_LOG_LEVEL_*


Type definitions


None defined

Public variables



IMAP4 logging

IMAP4_DEFAULT_LOG_LEVEL:LongWord = IMAP4_LOG_LEVEL_DEBUG; Minimum level for IMAP4 messages. Only messages with level greater than or equal to this will be printed.
IMAP4_LOG_ENABLED:Boolean;


Function declarations



Initialization functions

[Expand]
procedure IMAP4Init;
Description: To be documented


IMAP4 helper functions

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


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


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


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


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


Return to Unit Reference