Remove nonexisting stuff from __all__.
diff --git a/Lib/email/base64mime.py b/Lib/email/base64mime.py
index 5131f8e..28e2542 100644
--- a/Lib/email/base64mime.py
+++ b/Lib/email/base64mime.py
@@ -29,8 +29,6 @@
     'body_encode',
     'decode',
     'decodestring',
-    'encode',
-    'encodestring',
     'header_encode',
     'header_length',
     ]
diff --git a/Lib/email/quoprimime.py b/Lib/email/quoprimime.py
index ca91631..bf28d39 100644
--- a/Lib/email/quoprimime.py
+++ b/Lib/email/quoprimime.py
@@ -32,8 +32,6 @@
     'body_length',
     'decode',
     'decodestring',
-    'encode',
-    'encodestring',
     'header_decode',
     'header_encode',
     'header_length',