Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
For information on using this class, see MIME Messages.
%Net.MIMEReader inputs a MIME document and represents it by a top-level
|
|
|
Decode a line of the base64 encoded body. The length of the input must be a multiple of 4.
Decode and return the MIME header value passed in input argument according to RFC 2047.
Decode a line of the quoted printable encoded body
Open file that contains the MIME message.
Open stream that contains the MIME message.
ReadMIMEBody parses the MIME body in previously opened file or stream and makes it the body the MIME message represented by message %Net.MIMEPart. Headers for the MIME message are assumed to have been processed and included in message.
ReadMIMEMessage parses the MIME message in previously opened file or stream, and creates a %Net.MIMEPart based on this MIME message.
Read the body of the current message part.
Read the headers of the current message part and create the %Net.MIMEPart.