address commands. See manual page for more information.
"""
-VERSION = "1.1.5"
+VERSION = "1.2"
PLUGIN_INTERFACE_VERSION = "1"
import getopt
if "base64" in text or "BASE64" in text:
import StringIO
for line in StringIO.StringIO(text):
- if line.lower.beginswith("content-transfer-encoding:") and \
+ if line.lower.startswith("content-transfer-encoding:") and \
"base64" in line.lower():
return text
return text + self.template("footer", {})