This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| reference:imap4_server_script [2025/06/23 11:51] – paul | reference: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, | ||
| + | |||
| + | returns newCommand, newParameters, | ||
| + | |||
| + | If ' | ||