User Tools

Site Tools


reference:imap4_server_script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
reference:imap4_server_script [2025/06/23 11:51] paulreference:imap4_server_script [2026/05/26 17:46] (current) – [GetEncryption function] paul
Line 74: Line 74:
     return enc;     return enc;
   end    end 
 +  
 +====FilterCommand function====
 +(Added in v9.1)
 +
 +Every time an IMAP4 command is received by VPOP3, this function is called, which will allow VPOP3 to filter it out, or replace it with trivial functionality
 +
 +  function FilterCommand(username, selectedMailbox, inputLine, command, parameters, tag, sessionState)
 +
 +returns newCommand, newParameters, returnText
 +
 +If 'newCommand' = 'X-VPOP3-Filtered', then VPOP3 won't run any command, but will send back 'returnText' instead.
reference/imap4_server_script.txt · Last modified: by paul