The message is then structured into one or more "message parts", using the "Boundary" string as a separator.The following shows an audio attachment to an ordinary text message. Note that non-ASCII data is usually encoded into an ASCII representation.MIME-Version: 1.0 Content-Type: Multipart/Mixed; Boundary=NextBitString_8765r443
--NextBitString_8765r443
Content-Type: text/plain
Ordinary email mesage in plain ASCII text
--NextBitString_8765r443
Content-Type: audio/basic; name="message.au"
Content-Transfer-Encoding: base64
...ASCII encoded data for the audio message
| Lecture 4: Applications #2: Email | Copyright © 2003 P.Scott, La Trobe University Bendigo. |