This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| reference:vpop3.renamefolder [2016/03/10 15:20] – created paul | reference:vpop3.renamefolder [2018/11/14 10:45] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ======VPOP3.RenameFolder Lua function====== | ||
| + | |||
| + | The [[management scripting|Lua management]] function ' | ||
| + | |||
| + | VPOP3.RenameFolder(username, | ||
| + | |||
| * **username** is the username from [[VPOP3.GetUsers]] | * **username** is the username from [[VPOP3.GetUsers]] | ||
| * **folder** is the folder from [[VPOP3.GetFolders]] | * **folder** is the folder from [[VPOP3.GetFolders]] | ||
| + | * **newname** is the new name for the folder. | ||
| + | Note that folder names are in the IMAP4 UTF-7 encoding not plain text (see [[https:// | ||