Fulltext results:
- Lua Scripting
- OP3 Functions===== ====Version 8.7==== * [[Lua Hash Functions|VPOP3.SHA1]] * [[Lua Hash Functions|VPOP3.SHA256]] * [[Lua Hash Functions|VPOP3.SHA512]] * [[Lua Hash Functions|VPOP3.MD5]] * [[VPOP3.HMAC]] * [[VPOP3.Base64]]
- VPOP3.HexString
- (eg as returned from the [[VPOP3.HMAC]] or [[Lua Hashing Functions]] It returns a string containing t
- VPOP3.Base64
- (eg as returned from the [[VPOP3.HMAC]] or [[Lua Hash Functions]] It returns a string containing the
- VPOP3.HMAC
- dded in VPOP3 8.7 This function performs a HMAC (Hash-based Message Authentication Code) algorithm on ... upplied text using the supplied key VPOP3.HMAC(hash algorithm, string, key) The function takes three parameters: - Hash algorithm - "SHA1" or "SHA256" - text to hash - key to authenticate the hash The function return
- Lua Hashing Functions
- ======Lua Hashing Functions====== Added in VPOP3 8.7 Four functions have been added to perform hash algorithms on a text string * VPOP3.SHA1(stri... ter, and return a table of numbers containing the hash value (one byte per table entry). The length of
- SMTP Server Lua Scripting
- incoming SMTP message. Each SMTP server instance has its own instance of the SMTPSVR.LUA script. No th... rocessMessage()** - called when an entire message has been received by VPOP3 * **StartMessage()** - (... ()** - (v5+) called when the message terminator . has been received at the end of a message * **Check... P3 after the RBL (Realtime Black List) processing has taken place For this function the standard SMTP