Fulltext results:
- SMTP Server Lua Scripting
- art()** function if desired: * **RBLServers** - table containing a list of RBL servers to query * **RBLWhitelist** - table containing a list of white-listed servers (wildca... he result of the RBL processing. Also there is a table called **RBLResultInfo** which contains the raw result information in the form of a table of entries indexed on the name of the RBL databas
- User Delivery Script
- be delivered as flagged/starred * Keywords - a table containing a list of keywords to be associated with the message * Folders - a table containing a list of folders for the message to b... to the message * Headers - the message headers (table of string pairs - [1] field name, [2] data * Fo... ards - email addresses to forward the message to (table of strings) * HeaderMods - header modifiers (ta
- POP3 Client Lua Scripting
- he message subject line * <recipient list> is a table containing a list of the recipient email addresse... the RCPT TO envelope) * <current actions> is a table with the following entries * SendToOriginalRe... reason is needed for the action * Recipients table - table containing new/replacement recipients for the message * HeaderModifiers table - list of mess
- Signature Script
- <sender email address>, <subject>) In v6.9+, a table is passed containing the LDAP attributes for the ... address>, <subject>, <LDAP Data>) The LDAP data table is a table of tables which consists of a table where the index is the LDAP attribute name (in upper case), and the
- Autoresponder scripting
- nition==== The Autoresponder global variable is a table with the following fields: * **ID** - the numer... ould be appended to the autoresponse * **To** - table containing the email addresses the autoresponse should go to * **Attachments** - table containing the names of the attachments for the autoresponse * **CopyTo** - table containing email addresses the original message s
- LAN Forwarding Scripting
- e recipient's email address after '@' * rules = table of LAN forwarding rules, each table entry is another table containing * InAddress - address to match * ServerAddress - server addres... ntry) The function can return a modified 'rules' table containing new rules to check while processing th
- Lua Hashing Functions
- l functions take a string parameter, and return 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
- VPOP3Net.GetHTTP
- https://%% The function returns two values - a table containing the result of the GET * Host - the... tname * File - the filename * Headers - a table containing the response headers * Body - a table containing the response body (one line per table row) * ErrorInfo - a string containing error inform
- Groups
- ===== To add a new group, press ''New'' above the table, then enter the group name. The group name must... a group===== To delete a group, select it in the table, and press the ''Delete'' button above the table. =====Editing a group===== To edit a group, you can just use the controls in the group table. Some of the controls are three-state checkboxe
- Calendar.Calendars table
- ======Calendar.Calendars table====== The [[Calendar]].Calendars table contains a list of all 'calendars' created in VPOP3. Each user ac... (Use the [[db_users|users]].[[users_users|users]] table to find the numeric id from the user name) * na... rs on the [[Calendar]].[[calendar_events|Events]] table will automatically update this entry when an even
- VPOP3.HMAC
- to authenticate the hash The function returns a table of numbers (one byte per table entry) containing the hash value. If there is an error, the returned table is empty
- LogDB.Recipients table
- ======LogDB.Recipients table====== The [[LogDB]].Recipients table contains a record of the recipients for messages logged by VPOP3. A... nt, there will be two entries in the 'recipients' table, not just one. ====RcptType values==== * F = L
- VPOP3.PostgresQuery
- PostgreSQL database and returns the results in a table It takes a single parameter which is the SQL que... The function returns two values. The first is a table containing the result, and the second is the result code of the query (0 for success) The result table is: [Rows: <number of rows returned>, 1: [col1:
- VPOP3.GetFolders Lua function
- agement]] function 'VPOP3.GetFolders' retrieves a table containing all the mail folders for a specified u... ser. VPOP3.GetFolders(username); It returns a table where the key is the folder name (in IMAP4 UTF-7 ... 501| RFC 3501]] section 5.1.3) and the value is a table of: * Count - number of messages in this folder
- VPOP3.GetMessages Lua function
- gement]] function 'VPOP3.GetMessages' retrieves a table containing all the mail messages in a specified f... he folder from [[VPOP3.GetFolders]] It returns a table where the key is the message UID and the value is a table of: * Hold - boolean indicating whether the mes