Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   MIME and RFC822
  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
MIME and RFC822

A collection of functions to aid the parsing of MIME and RFC822 messages

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

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

Public Functions and Macros

AddAttachmentsToMail Add attachments to a mail record
AddEmailHeaders Adds email MIME headers to an email
CreateMIMEMailingTopPart Create a top part for a MIME mailing
CreateMimeDecoder Set up a MIME message decoder
CreateNewMessageId This function generates a likely unique message id
DecodeMIMEHeader Decode a mime header
DecodeMimeEncodedWords This function will decode a string with encoded words
EncodeMIMEMessage Encode a message in MIME format
EncodeMIMEWords This function will encode a word when necessary to (=?...?=)
GetMIMEHeader This function will get the first occurance of a field from a MIME header
GetMIMEHeaderParameter This function will get a parameter from a MIME header (like "attachment; filename=image.jpg")
SplitEmailName Split an email receiver or sender into email address and full name parts
TokenizeEmailAddresses Tokenize email addresses
 
Top To top of page