Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   POP3 email
  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
POP3 email

These functions allow access to POP3 e-mail accounts

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

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

Public Functions and Macros

AbortPop3Account This function will close the connection to the POP3 server without deleting the marked files
ClosePop3Account This function will close the connection to the POP3 server
DeletePop3Email Open a message (email) from the POP3 server
GetPop3MailListing This function will list the emails in the inbox and download their headers
GetPop3MailOverview This function will list the emails in the inbox
GetPop3RawEmailData This function downloads a raw POP3 email message
OpenPop3Account This function will try to login on a POP3 server
OpenPop3Email This function will open a message from the POP3 server
OpenPop3EmailHeader Opens the header of a message from the POP3 server
OpenSecurePop3Account This function will try to login to a secure POP3 server
 
Top To top of page