Multipart MIME archive builder
Synopsis
This page describes a small module which builds a multipart MIME archive with a structure conforming to RFC 1341 available at http://www.ietf.org/.
Encoding is by Base64.Encode which is distributed with PC Native Oberon. MimeArchive.Mod should work in any Oberon from the ETH.
Didactic value: procedures are defined local to a procedure.
Error reports and complaints can be sent to me.
... peter_easthope@gulfnet.pinc.com.
Installation and Use
Limitations
RFC 1341 specifies "quoted-printable" encoding in addition to base64. Quoted-printable encoding is not currently available in Oberon. If someone writes a QuotedPrintable.Mod please contribute it.