Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   MoveIMAPEmail
  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
MoveIMAPEmail
  This function will move a mail folder
 
Library wh::internet/imap.whlib
 
Syntax PUBLIC BOOLEAN FUNCTION MoveIMAPEmail (INTEGER connectionid,INTEGER mailid,STRING srcmailfolder,STRING dstmailfolder)
 
Parameters
connectionid ID of the connection (opened by OpenIMAPAccount)
mailid UID of the mail message to copy
srcmailfolder Name of the mail folder to move from
dstmailfolder Name of the mail folder to move to
 
Returns boolean Indicating if the email was moved succesfully
 
 
In library 'imap'
CloseIMAPAccount
CopyIMAPEmail
CreateIMAPMailfolder
DeleteIMAPEmail
DeleteIMAPMailFolder
GetIMAPEmaillisting
GetIMAPError
GetIMAPMailfolders
MoveIMAPEmail
OpenImapAccount
OpenIMAPEmail
OpenSecureImapAccount
RenameIMAPMailFolder
UploadIMAPBlobMessage
 
Top To top of page