Fulltext results:
- LAN Forwarding Scripting @reference
- * MessageType2 - if MessageType is "check", this contains more information about the stage of interna... essRules(return path, recipient, check mode, mail collector, recipient local part, recipient domain, r... recipient = recipient * check mode = * mail collector = the numeric ID of the Mail Collector the message came from (or -1 if SMTP) * recipient loc
- Lua Scripting @reference
- ccasionally people will want to do something more complicated. Rather than having lots of extra options to complicate things for most users, we have opted to g... documentation. Note that if you use the **print** command in Lua, VPOP3 will write the output to the *... it will be on a chargeable basis depending on the complexity of the issue. [[support@pscs.co.uk|Contac
- VPOP3.Base64 @reference
- POP3 8.7 This function returns a Base64 string encoding of the supplied parameter VPOP3.Base64(tex... It can be passed either a text string or a table containing one byte per table-entry (eg as returned ... ]] or [[Lua Hash Functions]] It returns a string containing the Base64 encoding. If there was an error, it returns a Nil value
- VPOP3.HexString @reference
- n VPOP3 8.7 This function returns a Hex string encoding of the supplied parameter VPOP3.HexString(... It can be passed either a text string or a table containing one byte per table-entry (eg as returned ... or [[Lua Hashing Functions]] It returns a string containing the Hex encoding of the string - 2 characters per byte, in lower case. If there was an error
- VPOP3.UnBase64 @reference
- nBase64====== Added in VPOP3 8.7 This function Decodes a Base64 string into the original data VPOP3.UnBase64(base64-text) It returns a table containing the decoded data bytes - one byte per table entry. If there was an error, it returns a Nil v
- VPOP3.UnHexString @reference
- xString====== Added in VPOP3 8.7 This function Decodes a Hex string into the original data VPOP3.U... e processed as a 'zero' byte. It returns a table containing the decoded data bytes - one byte per table entry. If there was an error, it returns a Nil v
- VPOP3.HMAC @reference
- erforms a HMAC (Hash-based Message Authentication Code) algorithm on supplied text using the supplied ... rns a table of numbers (one byte per table entry) containing the hash value. If there is an error, th
- Lua Hashing Functions @reference
- a string parameter, and return a table of numbers containing the hash value (one byte per table entry)