2020-08-27 22:18:19 +02:00
|
|
|
from offlineimap.bundled_imaplib2 import *
|
|
|
|
import offlineimap.bundled_imaplib2 as imaplib
|
2016-06-04 00:49:57 +02:00
|
|
|
|
2020-08-27 22:18:19 +02:00
|
|
|
DESC = "bundled"
|
2016-06-04 00:49:57 +02:00
|
|
|
|
2016-06-11 11:08:02 +02:00
|
|
|
# Upstream won't expose those literals to avoid erasing them with "import *" in
|
|
|
|
# case they exist.
|
2016-06-04 15:20:08 +02:00
|
|
|
__version__ = imaplib.__version__
|
2016-06-11 11:08:02 +02:00
|
|
|
__release__ = imaplib.__release__
|
|
|
|
__revision__ = imaplib.__revision__
|