• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

function

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (54)
  • how_to (3)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Lua Hashing Functions
  • VPOP3.DeleteMessage Lua function
  • VPOP3.GetFolders Lua function
  • VPOP3.GetMessages Lua function
  • VPOP3.GetUsers Lua function
  • VPOP3.MarkMessageRead Lua function
  • VPOP3.PurgeMessage Lua function
  • VPOP3.RenameFolder Lua function

Fulltext results:

SMTP Server Lua Scripting @reference
41 Hits, Last modified: 3 months ago
=====SMTP Server "Start()"===== ''Start()'' This function is called by VPOP3 when the SMTP Server session s... defined. These can be changed by the **Start()** function if desired: * **RBLServers** - table containing... s()'' (Only supported in VPOP3 Enterprise) This function is called by VPOP3 after the RBL (Realtime Black List) processing has taken place For this function the standard SMTP Server Global Variables will gi
Lua SMTP Relay Control @reference
15 Hits, Last modified: 7 years ago
connected to (set just before the ServerConnected function call) =====Initialisation===== When VPOP3 starts the send process, it calls the function **Start** which takes no parameters, and has no r... s connected to an SMTP relay server, it calls the function **ServerConnected** which takes no parameters and... dServer** global variable is set just before this function call. =====Return Code Handling===== Starting in
Scheduled Task Script @reference
11 Hits, Last modified: 4 years ago
cally to do custom background tasks. It can run a function every minute, 5 minutes, hourly or daily. The Lu... cript global variables will be maintained between function calls. Start() VPOP3 calls this function when the function is first loaded. This function can initialise global variables if necessary. Unload()
Lua SMTP MX Control @reference
11 Hits, Last modified: 2 years ago
r every message which is to be sent VPOP3 calls a function in that script called **CheckFile**. The function signature is: **CheckFile(Filename, Actions, Size, Creat... list of the message header lines in raw form The function returns an Actions object saying what to do with the message. If nothing else, the function should return the Actions parameter. The Actions
Scheduling Management Scripts @reference
11 Hits, Last modified: 7 years ago
s===== ====Start==== VPOP3 calls the ''Start()'' function when the script is loaded when VPOP3 starts. ====Unload==== VPOP3 calls the ''Unload()'' function when the script has been changed and the old version is unloaded. This function can return a string value which will be passed to the ''Reload(str)'' function later. ====Reload==== VPOP3 calls the ''Reload(s
Attachment Processing Script @reference
9 Hits, Last modified: 3 years ago
eded * RewriteAttachment ====NeedsRecode==== function NeedsRecode(filtervariables, attachments_array, m... ents of the whole message ====NeedsRewrite==== function NeedsRewrite(attachmentname, MIMEtype, filtervari... ewrite/rename the attachment ====GetRename==== function GetRename(type, attachmentName, MIMEtype, filterV... /jpeg', etc) ====GetContentDispositionLine==== function GetContentDispositionLine(originalContentDisposit
IMAP4 Server Scripting @reference
8 Hits, Last modified: 4 weeks ago
cripting====== (Added in V6.12) ====DoCapability function==== When the IMAP4 CAPABILITY command is receive... nning and end to make finding words simpler) The function should return a new capabilities string. To do no... , so could lead to email client problems. e.g. function DoCapability(ipaddr, caps) --Remove IDLE from... ", " ") return caps end ====DoListResult function==== if (m_Lua.Call("DoListResult", false, f-
Error Handling Scripting @reference
6 Hits, Last modified: 20 months ago
-grained control ====ProcessMessage3()==== This function is called for each controlled message which is generated. The function can force the message to be sent, even if the set... uppress the message even if it would be sent. The function can also change the message subject, text, recipi... et * sender - email address of the sender The function should return 5 values - new title (subject)
VPOP3.MessageReset @reference
5 Hits, Last modified: 7 years ago
VPOP3.MessageReset===== The [[lua_scripting|Lua]] function 'VPOP3.MessageReset' resets an internal read poin... to the start of the message being processed This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua... TPSVR.LUA]] scripts. It takes no parameters The function returns no value The [[VPOP3.GetMessageLines]] r
VPOP3.GetMessagePartHeader @reference
5 Hits, Last modified: 7 years ago
tMessagePartHeader===== The [[lua_scripting|Lua]] function 'VPOP3.GetMessagePartHeader' retrieves a MIME sec... r of the message currently being processed. This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua... the MimeStructure parameter to the ProcessMessage function The function returns two values: - boolean - '
VPOP3.GetMessagePartBody @reference
5 Hits, Last modified: 7 years ago
GetMessagePartBody===== The [[lua_scripting|Lua]] function 'VPOP3.GetMessagePartBody' retrieves the content ... t of the message currently being processed. This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua... the MimeStructure parameter to the ProcessMessage function The function returns two values: - boolean - '
VPOP3.GetMessagePart @reference
5 Hits, Last modified: 7 years ago
OP3.GetMessagePart===== The [[lua_scripting|Lua]] function 'VPOP3.GetMessagePart' retrieves a MIME part of the message currently being processed. This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua... the MimeStructure parameter to the ProcessMessage function The function returns two values: - boolean - '
Virus Scan Filter Scripting @reference
5 Hits, Last modified: 7 years ago
V6.17) The **VIRUSSCAN.LUA** script has a single function **FilterResult** This function is called for every virus that a VPOP3-integrated (eg VPOP3 AV or Sophos SAV Interface) detects. The function has the opportunity to 'filter' the virus detecti... chment_name, archive_name, filter_variables) The function returns a boolean value to indicate whether the v
User Delivery Script @reference
5 Hits, Last modified: 7 years ago
ed. (Prior to v6.20, only the **DeliverMessage** function is used) =====Global Variables set before functi... t has been called. Any other changes made by this function will be left unchanged and will be processed after the **DeliverMessage** function is called. =====Global Variables which can be set by the PreDeliver function===== * Forwards - email addresses to forward th
VPOP3.MessageSeek @reference
5 Hits, Last modified: 7 years ago
=VPOP3.MessageSeek===== The [[lua_scripting|Lua]] function 'VPOP3.MessageSeek' sets an internal read pointer... ied location of the message being processed This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua... ne parameter: - number - offset to seek to The function returns one value: - true if the internal point
Autoresponder Global Scripting @reference
5 Hits, Last modified: 8 weeks ago
Password Strength Checking Script @reference
4 Hits, Last modified: 7 years ago
VPOP3.GetMessageLines @reference
4 Hits, Last modified: 7 years ago
Bandwidth Control @reference
4 Hits, Last modified: 7 years ago
Signature Script @reference
4 Hits, Last modified: 7 years ago
POP3 Client Lua Scripting @reference
4 Hits, Last modified: 24 months ago
Outgoing Message Scripting @reference
4 Hits, Last modified: 16 months ago
DMARC Reporter Script @reference
4 Hits, Last modified: 21 months ago
LAN Forwarding Scripting @reference
4 Hits, Last modified: 9 months ago
VPOP3.SaveAttachment @reference
4 Hits, Last modified: 7 years ago
Management Scripting @reference
3 Hits, Last modified: 7 years ago
Archive Script @reference
3 Hits, Last modified: 2 years ago
Spam Filter Rules: *IFSUPPORT @reference
3 Hits, Last modified: 7 years ago
VPOP3.SendMessage @reference
3 Hits, Last modified: 4 years ago
User Manager Script @reference
3 Hits, Last modified: 15 months ago
VPOP3Net.GetHTTP @reference
3 Hits, Last modified: 4 years ago
Copy SMTP Rules - Database Query @reference
3 Hits, Last modified: 7 years ago
VPOP3.HMAC @reference
3 Hits, Last modified: 9 months ago
VPOP3.SetSetting @reference
3 Hits, Last modified: 4 years ago
VPOP3.MarkMessageRead Lua function @reference
2 Hits, Last modified: 7 years ago
VPOP3.PurgeMessage Lua function @reference
2 Hits, Last modified: 7 years ago
VPOP3.GetUsers Lua function @reference
2 Hits, Last modified: 7 years ago
VPOP3.GetSetting @reference
2 Hits, Last modified: 7 years ago
VPOP3.PostgresQuery @reference
2 Hits, Last modified: 7 years ago
VPOP3.GetMessages Lua function @reference
2 Hits, Last modified: 7 years ago
os.timedexecute @reference
2 Hits, Last modified: 7 years ago
VPOP3.DeleteMessage Lua function @reference
2 Hits, Last modified: 7 years ago
VPOP3.RenameFolder Lua function @reference
2 Hits, Last modified: 7 years ago
Lua Scripting @reference
2 Hits, Last modified: 8 weeks ago
VPOP3.GetFolders Lua function @reference
2 Hits, Last modified: 7 years ago
VPOP3.UnHexString @reference
1 Hits, Last modified: 9 months ago
VPOP3.UnBase64 @reference
1 Hits, Last modified: 9 months ago
French Webmail Language File @how_to
1 Hits, Last modified: 7 years ago
VPOP3.HexString @reference
1 Hits, Last modified: 9 months ago
VPOP3.Base64 @reference
1 Hits, Last modified: 9 months ago
User Routing Script @reference
1 Hits, Last modified: 2 years ago
German Webmail Language Page @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Assignments @reference
1 Hits, Last modified: 7 years ago
Groups @reference
1 Hits, Last modified: 7 years ago
Attachment Extraction Scripting @reference
1 Hits, Last modified: 7 years ago
Repairing corrupted database @how_to
1 Hits, Last modified: 18 months ago
Webmail Menu bar @reference
1 Hits, Last modified: 7 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki