Parent: $root.$constants
kOW3cryptoActionDecrypt | Decrypt the data using the specified encryption scheme and parameters |
kOW3cryptoActionEncrypt | Encrypt the data using the specified encryption scheme and parameters |
kOW3cryptoCipherModeCBC | CBC (Cipher Block Chaining) |
kOW3cryptoCipherModeCTR | CTR (Counter). Not supported for kOW3cryptoTypeDES |
kOW3cryptoCipherModeECB | EBC (Electronic Code Book) |
kOW3cryptoPaddingNone | No padding (use this for cipher modes other than CBC and EBC) |
kOW3cryptoPaddingOneAndZeros | One and zeros padding (ISO/IEC 7816-4) |
kOW3cryptoPaddingPKCS7 | PKCS7 padding |
kOW3cryptoPaddingZeros | Pad with N zero bytes,where N is the number of padding bytes |
kOW3cryptoPaddingZerosAndLen | Pad with N-1 zero bytes followed by a byte with value N,where N is the number of padding bytes (ANSI X.923) |
kOW3cryptoTypeAES | AES encryption. Key size must be 128, 192 or 256 bits |
kOW3cryptoTypeBlowfish | Blowfish encryption has been deprecated and removed. Please use other encryption types |
kOW3cryptoTypeCamellia | Camellia encryption. Key size must be 128, 192 or 256 bits |
kOW3cryptoTypeDES | DES encryption. Key size must be 64 or 192 bits. Uses Triple DES if key size is 192 bits |
kOW3ftpActionAppendFile | Identical to kOW3ftpActionPutFile except the action appends the data to an existing file on the server,or creates a new file containing supplied data if file does not exist on the server.Not supported for SFTP |
kOW3ftpActionCreateDirectory | Create directory cServerPath on the FTP server.vParam is not required |
kOW3ftpActionDelete | Delete directory or file cServerPath from the FTP server.vParam is Boolean true if cServerPath is a directory,false if it is a file |
kOW3ftpActionExecute | If not SFTP and cServerPath not empty CWD cServerPath.Then execute FTP control commands in vParam.vParam is either character or single column list of commands.wResults.resultList has a row for each command response |
kOW3ftpActionGetFile | Download file cServerPath from FTP server.Downloaded file data is either written to $responsepath (if not empty) or returned in the wResults row.vParam is not required |
kOW3ftpActionGetFileMulti | Download multiple files from the FTP server.vParam is a 2 column list (col1: full local pathname,col2: full server pathname).cServerPath must be empty |
kOW3ftpActionListDirectory | List the contents of directory cServerPath on the FTP server.vParam is Boolean true to list file names only,or false to get a detailed list.A single column list is returned to wResults.resultList |
kOW3ftpActionMove | Move a file on the FTP server.cServerPath is the pathname of the file or directory to be moved.vParam is the new server path name |
kOW3ftpActionPutFile | Upload file data to file cServerPath on FTP server.vParam is file data (binary,character or row).Worker converts character to server character set.Row must have one column (path of file containing data to upload) |
kOW3ftpActionPutFileMulti | Upload multiple files to the FTP server.vParam is a 2 column list (col1: full local pathname,col2: full server pathname).cServerPath must be empty |
kOW3ftpActionSetPermissions | Set the permissions of file or directory cServerPath on the FTP server.vParam is a character string specifying the new permissions of the file or directory |
kOW3hashMD5 | MD5 hash |
kOW3hashPBKDF2 | PBKDF2 password hash |
kOW3hashRIPEMD_160 | RIPEMD 160 hash |
kOW3hashSHA1 | SHA1 hash |
kOW3hashSHA2_256 | SHA2 256 hash |
kOW3hashSHA2_384 | SHA2 384 hash |
kOW3hashSHA2_512 | SHA2 512 hash |
kOW3hashSHA3_256 | SHA3 256 hash |
kOW3hashSHA3_384 | SHA3 384 hash |
kOW3hashSHA3_512 | SHA3 512 hash |
kOW3httpAuthTypeAWSv4 | AWS Signature Version 4 authentication required |
kOW3httpAuthTypeBasic | Basic HTTP authentication required |
kOW3httpAuthTypeDigest | Digest HTTP authentication required |
kOW3httpAuthTypeNone | No HTTP authentication required |
kOW3httpAuthTypeNTLM | NTLM authentication required |
kOW3httpMethodDelete | Perform HTTP delete method |
kOW3httpMethodGet | Perform HTTP get method |
kOW3httpMethodHead | Perform HTTP head method |
kOW3httpMethodOptions | Perform HTTP options method |
kOW3httpMethodPatch | Perform HTTP patch method |
kOW3httpMethodPost | Perform HTTP post method |
kOW3httpMethodPut | Perform HTTP put method |
kOW3httpMethodTrace | Perform HTTP trace method |
kOW3httpMultiPartFormData | Pass this value as the content parameter to $init,in order to send multipart/form-data content built with the $multipart... methods |
kOW3imapActionAppendMessage | Selects mailbox cMailboxName and appends a message to the mailbox.Either supply entire message as binary vParam1,or supply 2 column header list in vParam1 and binary raw content or MIME list in vParam2 |
kOW3imapActionExecute | If cMailboxName is not empty select mailbox cMailboxName.Then execute IMAP commands in vParam1.vParam1 is binary or single column list of binary commands. wResults.resultList has a row for each command response |
kOW3imapActionFetchMessage | Selects mailbox cMailboxName and fetches the message with UID vParam1.vParam2 (optional, default false) is Boolean true to fetch message headers only |
kOW3imapActionListMailboxes | List mailboxes in reference name cMailboxName.vParam1 specifies the names to list.vParam2 (optional, default false) is Boolean true to list subscribed mailboxes only |
kOW3imapActionListMessages | Selects mailbox cMailboxName and lists messages in it.vParam1 (optional) single column list of additional header names to retrieve.vParam2 (optional) IMAP search query selecting messages to list e.g.UNSEEN |
kOW3imapActionSelect | Executes an IMAP SELECT for the cMailboxName and returns information such as number of emails in the mailbox selected. |
kOW3imapActionSetMessageFlags | Selects mailbox cMailboxName and sets flags for message with UID vParam1.vParam2 is row of flags with values kFalse,kTrue or kUnknown (leave flag unchanged);row(answered,deleted,draft,flagged,seen) |
kOW3logBasic | Basic protocol information such as headers is logged |
kOW3logData | Application data sent or received is logged up to a maximum of 16k for each direction |
kOW3logHTML | The content of the generated log is HTML rather than plain text |
kOW3logNone | No protocol logging occurs |
kOW3logSecureData | Secure connection data is logged |
kOW3msgPriorityHigh | The message has high priority |
kOW3msgPriorityHighest | The message has the highest priority |
kOW3msgPriorityLow | The message has low priority |
kOW3msgPriorityLowest | The message has the lowest priority |
kOW3msgPriorityNormal | The message has normal priority |
kOW3OAUTH2authFlowCode | OAUTH2 authorization code flow |
kOW3OAUTH2authFlowCodeWithPKCE | OAUTH2 authorization code flow with PKCE |
kOW3OAUTH2authFlowManualCode | OAUTH2 authorization code flow with a manually pasted authorization code (uses redirect URI urn:ietf:wg:oauth:2.0:oob) |
kOW3OAUTH2authFlowManualCodeWithPKCE | OAUTH2 authorization code flow with a manually pasted authorization code and PKCE (uses redirect URI urn:ietf:wg:oauth:2.0:oob) |
kOW3OAUTH2grantAuthorizationCode | OAUTH2 authorization code grant type |
kOW3OAUTH2grantClientCredentials | OAUTH2 client credentials grant type |
kOW3OAUTH2grantPassword | OAUTH2 password grant type |
kOW3pop3ActionDeleteMessage | Delete the specified message from the maildrop |
kOW3pop3ActionGetHeaders | Get headers for a specified message.For a successful request,wResults has either a column rawData or a column headerList (depending on the value of $splitfetchedmessage) |
kOW3pop3ActionGetMessage | Get specified message.For a successful request,wResults has either a column rawData or columns headerList and mimeList (depending on the value of $splitfetchedmessage) |
kOW3pop3ActionList | List messages.For a successful request,wResults has a column named messageList which contains a 2 column list,with columns messageNumber and messageSize |
kOW3pop3ActionQuit | Send a QUIT command to the server to ensure that any messages marked for deletion are deleted |
kOW3pop3ActionStat | Get maildrop status.For a successful request,wResults has 2 columns returning the stat information,messageCount and maildropSize |
kOW3sshAuthTypeAgent | The client connects to ssh-agent or pageant,which performs authentication on behalf of the client |
kOW3sshAuthTypeHost | Host authentication |
kOW3sshAuthTypePassword | Password authentication |
kOW3sshAuthTypePublicKey | Public key authentication |
kOW3sshKHActionAcceptIfMismatch | Accept the connection if the server is present in the known hosts file but the host key does not match |
kOW3sshKHActionAcceptIfMissing | Accept the connection if the server is not present in the known hosts file |
kOW3sshKHActionReject | Do not allow the connection |
kOW3sshKHActionUpdateFile | Used in conjunction with kOW3sshKHActionAcceptIfMissing and kOW3sshKHActionAcceptIfMismatch to write the accepted host and host key to the known hosts file |