Difference between revisions of "Unit SMTP"

From Ultibo.org
Jump to: navigation, search
Line 300: Line 300:
 
|-
 
|-
 
| <code>SMTP_LOG_LEVEL_INFO = LOG_LEVEL_INFO;</code>
 
| <code>SMTP_LOG_LEVEL_INFO = LOG_LEVEL_INFO;</code>
| SMTP informational messages,
+
| SMTP informational messages
 
|-
 
|-
 
| <code>SMTP_LOG_LEVEL_ERROR = LOG_LEVEL_ERROR;</code>
 
| <code>SMTP_LOG_LEVEL_ERROR = LOG_LEVEL_ERROR;</code>

Revision as of 03:17, 16 December 2016

Return to Unit Reference


Description


To be documented

Constants



[Expand]
SMTP specific constants SMTP_*


[Expand]
SMTP status constants SMTP_STATUS_*


[Expand]
SMTP command constants SMTP_COMMAND_*


[Expand]
SMTP sub command constants SMTP_SUB_COMMAND_*


[Expand]
SMTP string constants SMTP_STRING_*


[Expand]
SMTP logging constants SMTP_LOG_*


Type definitions


To be documented

Public variables


To be documented

Function declarations



Initialization functions

[Expand]
procedure SMTPInit;
Description: To be documented


SMTP helper functions

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


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


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


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


Return to Unit Reference