User Tools

Site Tools


reference:vpop3.getmessagepartheader
no way to compare when less than two revisions

Differences

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


Previous revision
reference:vpop3.getmessagepartheader [2018/11/14 10:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +======VPOP3.GetMessagePartHeader=====
 +The [[lua_scripting|Lua]] function 'VPOP3.GetMessagePartHeader' retrieves a MIME section header 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 SMTP server script|SMTPSVR.LUA]] scripts.
 +
 +It takes one parameter:
 +  - The MIME part 'Path' from the MimeStructure parameter to the ProcessMessage function
 +
 +The function returns two values:
 +  - boolean - 'true' if the MIME part was found, 'false' otherwise
 +  - string - contains the raw text of the requested MIME section header
 +
  
reference/vpop3.getmessagepartheader.txt · Last modified: 2018/11/14 10:45 by 127.0.0.1