Difference between revisions of "Unit POP3"
From Ultibo.org
Line 185: | Line 185: | ||
---- | ---- | ||
− | '' | + | |
+ | '''POP3 logging''' | ||
+ | |||
+ | {| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;" | ||
+ | |- | ||
+ | | <code>POP3_DEFAULT_LOG_LEVEL:LongWord = POP3_LOG_LEVEL_DEBUG;</code> | ||
+ | | style="width: 60%;"|Minimum level for POP3 messages. Only messages with level greater than or equal to this will be printed. | ||
+ | |- | ||
+ | |} | ||
+ | {| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;" | ||
+ | |- | ||
+ | | <code>POP3_LOG_ENABLED:Boolean;</code> | ||
+ | | style="width: 60%;"| | ||
+ | |- | ||
+ | |} | ||
+ | <br /> | ||
=== Function declarations === | === Function declarations === |
Revision as of 02:40, 5 January 2017
Return to Unit Reference
Contents
[hide]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
POP3 logging
POP3_DEFAULT_LOG_LEVEL:LongWord = POP3_LOG_LEVEL_DEBUG;
|
Minimum level for POP3 messages. Only messages with level greater than or equal to this will be printed. |
POP3_LOG_ENABLED:Boolean;
|
Function declarations
Initialization functions
POP3 helper functions
Return to Unit Reference