Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 uid=99(nobody) gid=98(nobody) groups=98(nobody) Safe-mode: OFF (not secure) /opt/doc/python-2.3.4/html/Python-Docs-2.3.4/lib/ drwxr-xr-x | |
| Viewing file: Select action/file-type: 12.9 mimify -- MIME processing of mail messages
Deprecated since release 2.3.
The email package should be used in
preference to the mimify module. This
module is present only to maintain backward
compatibility.
The mimify module defines two functions to convert mail messages to and from MIME format. The mail message can be either a simple message or a so-called multipart message. Each part is treated separately. Mimifying (a part of) a message entails encoding the message as quoted-printable if it contains any characters that cannot be represented using 7-bit ASCII. Unmimifying (a part of) a message entails undoing the quoted-printable encoding. Mimify and unmimify are especially useful when a message has to be edited before being sent. Typical use would be:
unmimify message edit message mimify message send message The modules defines the following user-callable functions and user-settable variables:
This module can also be used from the command line. Usage is as follows: mimify.py -e [-l length] [infile [outfile]] mimify.py -d [-b] [infile [outfile]] If the -l option is given when encoding, if there are any lines longer than the specified length, the containing part will be encoded. If the -b option is given when decoding, any base64 parts will be decoded as well.
See Also:
|
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.016 ]-- |