Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   GetIMAPMailfolders
  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
GetIMAPMailfolders
  This function will get a listing of available mail folders
 
Library wh::internet/imap.whlib
 
Syntax PUBLIC RECORD ARRAY FUNCTION GetIMAPMailfolders (INTEGER connectionid,STRING mailfolder)
 
Parameters
connectionid ID of the connection (opened by OpenIMAPAccount)
mailfolder
 
Returns RECORD ARRAY of
[[[return.cell name]]] Name of the mail folder, may contain wildcards
 
 
In library 'imap'
CloseIMAPAccount
CopyIMAPEmail
CreateIMAPMailfolder
DeleteIMAPEmail
DeleteIMAPMailFolder
GetIMAPEmaillisting
GetIMAPError
GetIMAPMailfolders
MoveIMAPEmail
OpenImapAccount
OpenIMAPEmail
OpenSecureImapAccount
RenameIMAPMailFolder
UploadIMAPBlobMessage
 
Top To top of page