4D v12.1

Support of SSL in 4D Internet Commands

Home

 
4D v12.1
Support of SSL in 4D Internet Commands

 

Support of SSL in 4D Internet Commands  


 

 

Beginning with version 12.1 of the 4D Internet Commands plug-in, you can use the SSL protocol with commands that send messages and connect with e-mail servers. This new feature reinforces the security of the data being transferred.

Note: The implementation of SSL in 4DIC 12.1 uses the "implicit method".

Using this protocol in 4DIC does not require any specific configuration. You can enable SSL simply by passing new parameters to the commands listed below.

  • The IMAP_Login command now accepts an additional optional parameter: sessionParam. Pass 1 in this parameter for the connection to the IMAP server to be made in SSL.
  • The SMTP_Send command now accepts an additional optional parameter: sessionParam. Pass 1 in this parameter for the message to be sent in SSL.
  • The SMTP_QuickSend command now accepts an additional optional parameter: sessionParam. Pass 1 in this parameter for the message to be sent in SSL.
  • The POP3_Login command now accepts an additional optional parameter: sessionParam. Pass 1 in this parameter for the connection to the POP3 server to be made in SSL.
  •  The IT_SetPort command now accepts three new values for the protocol parameter:
    • 12 = SMTP SSL
    • 13 = POP3 SSL
    • 14 = IMAP SSL

 
PROPERTIES 

Product: 4D
Theme: Support of SSL in 4D Internet Commands