Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   IMAP library
  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
IMAP library

A collection of functions to access IMAP email accounts

Use the following code in your script to load the library:

  LOADLIB "wh::internet/imap.whlib";

Public Functions and Macros

CloseIMAPAccount This function will close the connection to the IMAP server
CopyIMAPEmail This function will copy an email
CreateIMAPMailfolder This function will create a mail folder on the IMAP server
DeleteIMAPEmail This function will delete an email
DeleteIMAPMailFolder This function will delete a mail folder
GetIMAPEmaillisting This function will get a listing with emails in the specified mail folder
GetIMAPError This function will check and clear the last error that occured (if any)
GetIMAPMailfolders This function will get a listing of available mail folders
MoveIMAPEmail This function will move a mail folder
OpenIMAPEmail This function will open a message (email) from the IMAP server
OpenImapAccount This function will try to login to a IMAP server
OpenSecureImapAccount This function will try to login to a secure IMAP server
RenameIMAPMailFolder This function will rename a mail folder
UploadIMAPBlobMessage This function will send a message-blob to a IMAP-folder.
 
Top To top of page