Fulltext results:
- LAN Forwarding Scripting @reference
- tate) * internal = this is a message generated by VPOP3 itself (eg errors, autoresponders, etc) ... "rule extra data" will be blank, unless specified by the "PreprocessRules" function Target Server is
- VPOP3.UnHexString @reference
- or punctuation, and be two hex digits per result byte. Any pairs of characters which are not valid hex will be 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 value
- VPOP3.HexString @reference
- r VPOP3.HexString(text) or VPOP3.HexString(byte-array) It can be passed either a text string or a table containing one byte per table-entry (eg as returned from the [[VPOP... the Hex encoding of the string - 2 characters per byte, in lower case. If there was an error, it retu
- VPOP3.UnBase64 @reference
- ) It returns a table containing the decoded data bytes - one byte per table entry. If there was an error, it returns a Nil value
- VPOP3.Base64 @reference
- rameter VPOP3.Base64(text) or VPOP3.Base64(byte-array) It can be passed either a text string or a table containing one byte per table-entry (eg as returned from the [[VPOP
- VPOP3.HMAC @reference
- ash The function returns a table of numbers (one byte per table entry) containing the hash value. If
- Lua Hashing Functions @reference
- a table of numbers containing the hash value (one byte per table entry). The length of the returned table are: * SHA1 - 20 bytes * SHA256 - 32 bytes * SHA512 - 64 bytes * MD5 - 16 bytes If there is an error, the returned table is empty
- Move VPOP3 Version 5 (or later) to a new PC @how_to
- abase in the VPOP3 directory so it will be copied by the next step (NB. If you are moving VPOP3 becau... d computer died and you can't do this step, then (by default) VPOP3 makes backups into the VPOP3 direc... VPOP3' option. Sometimes this will not be checked by default during a move operation * At the end of... it exists). This contains settings changes wanted by the installer, but they will overwrite the restor
- SMTP Server Lua Scripting @reference
- called on different callbacks, and may be changed by the Lua script itself in order to change the VPOP... - called when an entire message has been received by VPOP3 * **StartMessage()** - (v5+) called at th... (v5+) called each time a message line is received by VPOP3 * **MessageLine()** - (v5+) called after processing each message line received by VPOP3 * **EndMessage()** - (v5+) called when th
- User Manager Script @reference
- MAIL Submitted username is the user name entered by the user The script will return a single value,
- Outgoing Message Scripting @reference
- me to hold to as defined at message send time (eg by 'FUTURERELEASE') (added in v8.6) * DeleteTimeFr
- Repairing corrupted database @how_to
- xample error message <filename> would be replaced by 512312 If 'kind' is 'i' then the damaged relatio... d IN SELECT msgdataid FROM messages.msgdata ORDER BY msgdataid LOOP curid = curid + 1; if curi... After doing the deletions, re-enable the triggers by doing: ALTER TABLE messages.foldermessages ENA