This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| reference:vpop3.getmessagepart [2013/07/10 10:58] – created paul | reference:vpop3.getmessagepart [2018/11/14 10:45] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| The function returns two values: | The function returns two values: | ||
| - boolean - ' | - boolean - ' | ||
| - | - string - contains the raw text of the requested MIME part (if found, blank otherwise) | + | - string - contains the raw text of the requested MIME part (if found, blank otherwise). This includes the MIME section header as well as the content |
| The returned text is //not// decoded - eg quoted printable decoding or Base64 decoding | The returned text is //not// decoded - eg quoted printable decoding or Base64 decoding | ||