mime header related procedures
[MAIN processing library]


Functions

string SetHeader (type args)
 set the mime header token token to value
string GetHeader (type token)
 get the token from the mime header
string DelHeader (type args)
 delete list of token from the mime header
string GetFrom ()
 get the eMail address from the the mime header token From

Function Documentation

string SetHeader ( type  args  ) 

set the mime header token token to value

Parameters:
args list of arguments as token/value pairs
Multiple token/value pairs are supported, a valid token is To, Cc, Bcc, From, Subject ... . If argument is only one single list than this list will be use as list of token/value pairs

string GetHeader ( type  token  ) 

get the token from the mime header

Parameters:
token the mime header token to extract
Returns:
the value of the token or "" if the token is not defined

string DelHeader ( type  args  ) 

delete list of token from the mime header

Parameters:
args list of token to delete
If argument is only one single list than this list will be use as list of token

string GetFrom (  ) 

get the eMail address from the the mime header token From

Returns:
eMail address


Generated on Thu Sep 13 21:19:10 2007 for bid by  doxygen 1.5.0