This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| reference:vpop3.getmessages [2016/03/10 15:15] – created paul | reference:vpop3.getmessages [2018/11/14 10:45] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| VPOP3.GetFolders(username, | VPOP3.GetFolders(username, | ||
| + | |||
| + | * **username** is the username from [[VPOP3.GetUsers]] | ||
| + | * **folder** is the folder from [[VPOP3.GetFolders]] | ||
| It returns a table where the key is the message UID and the value is a table of: | It returns a table where the key is the message UID and the value is a table of: | ||
| Line 24: | Line 27: | ||
| * Attachments - 1 if the message has attachments | * Attachments - 1 if the message has attachments | ||
| * Spam - spam score | * Spam - spam score | ||
| - | |||