Difference between revisions of "Unit IMAP4"
From Ultibo.org
Line 10: | Line 10: | ||
---- | ---- | ||
− | '' | + | |
+ | <div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;"> | ||
+ | <div style="font-size: 14px; padding-left: 12px;">'''IMAP4 logging constants''' <code> IMAP4_LOG_LEVEL_* </code></div> | ||
+ | <div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> | ||
+ | {| class="wikitable" style="font-size: 14px; background: white;" | ||
+ | |- | ||
+ | | <code>IMAP4_LOG_LEVEL_DEBUG = LOG_LEVEL_DEBUG;</code> | ||
+ | | IMAP4 debugging messages | ||
+ | |- | ||
+ | | <code>IMAP4_LOG_LEVEL_INFO = LOG_LEVEL_INFO;</code> | ||
+ | | IMAP4 informational messages | ||
+ | |- | ||
+ | | <code>IMAP4_LOG_LEVEL_ERROR = LOG_LEVEL_ERROR;</code> | ||
+ | | IMAP4 error messages | ||
+ | |- | ||
+ | | <code>IMAP4_LOG_LEVEL_NONE = LOG_LEVEL_NONE; | ||
+ | | No IMAP4 messages | ||
+ | |- | ||
+ | |} | ||
+ | </div></div> | ||
+ | <br /> | ||
=== Type definitions === | === Type definitions === |
Revision as of 03:40, 13 December 2016
Return to Unit Reference
Description
To be documented
Constants
IMAP4 logging constants
IMAP4_LOG_LEVEL_*
IMAP4_LOG_LEVEL_DEBUG = LOG_LEVEL_DEBUG;
|
IMAP4 debugging messages |
IMAP4_LOG_LEVEL_INFO = LOG_LEVEL_INFO;
|
IMAP4 informational messages |
IMAP4_LOG_LEVEL_ERROR = LOG_LEVEL_ERROR;
|
IMAP4 error messages |
IMAP4_LOG_LEVEL_NONE = LOG_LEVEL_NONE;
|
No IMAP4 messages |
</div></div>
Type definitions
To be documented
Public variables
To be documented
Function declarations
Initialization functions
procedure IMAP4Init;
Description: To be documented
Note | None documented |
---|
IMAP4 helper functions
procedure IMAP4Log(Level:LongWord;const AText:String);
Description: To be documented
Note | None documented |
---|
procedure IMAP4LogInfo(const AText:String);
Description: To be documented
Note | None documented |
---|
procedure IMAP4LogError(const AText:String);
Description: To be documented
Note | None documented |
---|
procedure IMAP4LogDebug(const AText:String);
Description: To be documented
Note | None documented |
---|
Return to Unit Reference