| 1 | \section{\module{MimeWriter} ---
|
|---|
| 2 | Generic MIME file writer}
|
|---|
| 3 |
|
|---|
| 4 | \declaremodule{standard}{MimeWriter}
|
|---|
| 5 |
|
|---|
| 6 | \modulesynopsis{Generic MIME file writer.}
|
|---|
| 7 | \sectionauthor{Christopher G. Petrilli}{[email protected]}
|
|---|
| 8 |
|
|---|
| 9 | \deprecated{2.3}{The \refmodule{email} package should be used in
|
|---|
| 10 | preference to the \module{MimeWriter} module. This
|
|---|
| 11 | module is present only to maintain backward
|
|---|
| 12 | compatibility.}
|
|---|
| 13 |
|
|---|
| 14 | This module defines the class \class{MimeWriter}. The
|
|---|
| 15 | \class{MimeWriter} class implements a basic formatter for creating
|
|---|
| 16 | MIME multi-part files. It doesn't seek around the output file nor
|
|---|
| 17 | does it use large amounts of buffer space. You must write the parts
|
|---|
|
|---|