summaryrefslogtreecommitdiffstats
path: root/Lib/imaplib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/imaplib.py')
-rw-r--r--Lib/imaplib.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/imaplib.py b/Lib/imaplib.py
index 954ecf6..229e5c6 100644
--- a/Lib/imaplib.py
+++ b/Lib/imaplib.py
@@ -18,6 +18,9 @@ __version__ = "2.39"
import binascii, re, socket, string, time, random, sys
+__all__ = ["IMAP4","error","abort","readonly","Internaldate2tuple",
+ "Int2AP","ParseFlags","Time2InternalDate"]
+
# Globals
CRLF = '\r\n'