Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   Internet connectivity
  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
Internet connectivity
WebHare offers native support for all common internet protocols such as POP3, FTP and HTTP.
Besides libraries enabling you to use these open standards in your own modules, this section also includes a low-level TCP/IP library you can use to add your own internet connectivity features.


File transfer (FTP) (wh::internet/ftp.whlib)
These functions allow access to FTP sites.

Hypertext transfer (HTTP) (wh::internet/http.whlib)
These functions allow access to HTTP sites.

IMAP library (wh::internet/imap.whlib)
A collection of functions to access IMAP email accounts

MIME and RFC822 (wh::internet/mime.whlib)
A collection of functions to aid the parsing of MIME and RFC822 messages

POP3 email (wh::internet/pop3.whlib)
These functions allow access to POP3 e-mail accounts

Simple Mail Transfer Protocol (SMTP) (wh::internet/smtp.whlib)
This library offers functions to build messages (including messages with alternative HTML parts and attachments), and send those messages to a mailserver using the SMTP protocol

TCP/IP connections (wh::internet/tcpip.whlib)
These functions allow access to the TCP/IP functions

 
Top To top of page