Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   RenameIMAPMailFolder
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
Internet connectivity
 
File transfer (FTP)
Hypertext transfer (HTTP)
IMAP library
MIME and RFC822
POP3 email
Simple Mail Transfer Protocol (SMTP)
TCP/IP connections
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
 
 
In library 'imap'
CloseIMAPAccount
CopyIMAPEmail
CreateIMAPMailfolder
DeleteIMAPEmail
DeleteIMAPMailFolder
GetIMAPEmaillisting
GetIMAPError
GetIMAPMailfolders
MoveIMAPEmail
OpenImapAccount
OpenIMAPEmail
OpenSecureImapAccount
RenameIMAPMailFolder
UploadIMAPBlobMessage
 
Top To top of page