Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   GetIMAPEmaillisting
  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
GetIMAPEmaillisting
  This function will get a listing with emails in the specified mail folder
 
Library wh::internet/imap.whlib
 
Syntax PUBLIC RECORD ARRAY FUNCTION GetIMAPEmaillisting (INTEGER connectionid,STRING mailfolder)
 
Parameters
connectionid ID of the connection (opened by OpenIMAPAccount)
mailfolder The folder of to get the emaillisting from
 
Returns RECORD ARRAY of
[[[cell.date Date]]] of the email
[[[cell.subject Subject]]] of the email
[[[cell.sender Sender]]] of the email
[[[cell.receiver Receiver]]] of the email
[[[cell.size Size]]] of the email
[[[cell.uid The]]] UID of the email
[[[cell.seen True]]] if the message has been read
 
 
In library 'imap'
CloseIMAPAccount
CopyIMAPEmail
CreateIMAPMailfolder
DeleteIMAPEmail
DeleteIMAPMailFolder
GetIMAPEmaillisting
GetIMAPError
GetIMAPMailfolders
MoveIMAPEmail
OpenImapAccount
OpenIMAPEmail
OpenSecureImapAccount
RenameIMAPMailFolder
UploadIMAPBlobMessage
 
Top To top of page