Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   OpenPop3Account
  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
OpenPop3Account
  This function will try to login on a POP3 server
 
Library wh::internet/pop3.whlib
 
Syntax PUBLIC INTEGER FUNCTION OpenPop3Account (STRING server,INTEGER serverport,STRING username,STRING passwd)
 
Description This function tries to login on a POP3 server with a user name and password. When the login is succesful
the ID (>0) of the connection is returned. If -1 is returned by the function a wrong password was received.
IF -2 is returned there was no connection with the POP3 server.
 
Parameters
server String containing the IP address or hostname of the POP3 mail server
serverport Integer of the port of the POP3 mail server
username Username of the acount
passwd Password of the account
 
Returns ID or error code
 
 
In library 'pop3'
AbortPop3Account
ClosePop3Account
DeletePop3Email
GetPop3MailListing
GetPop3MailOverview
GetPop3RawEmailData
OpenPop3Account
OpenPop3Email
OpenPop3EmailHeader
OpenSecurePop3Account
 
Top To top of page