|
|
 |
 |
| RenameIMAPMailFolder |
| |
This function will rename a mail folder |
| |
| Library |
 |
wh::internet/imap.whlib |
| |
| Syntax |
 |
PUBLIC BOOLEAN FUNCTION RenameIMAPMailFolder (INTEGER connectionid,STRING oldpathname,STRING newpathname) |
| |
| Parameters |
 |
| connectionid |
 |
ID of the connection (opened by OpenIMAPAccount) |
 |
| oldpathname |
 |
Old name of the file |
 |
| newpathname |
 |
New name of the file |
 |
|
| |
| Returns |
 |
boolean Indicating if mail folder was succesfully renamed |
| |
|
|
|
|