diff options
-rw-r--r-- | Lib/imaplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 85ecd53..08e1520 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py @@ -20,7 +20,7 @@ Public functions: Internaldate2tuple # PROXYAUTH contributed by Rick Holbert <holbert.13@osu.edu> November 2002. # GET/SETANNOTATION contributed by Tomas Lindroos <skitta@abo.fi> June 2005. -__version__ = "2.57" +__version__ = "2.58" import binascii, os, random, re, socket, sys, time |