<div>it seems that 'offlineimap' uses 'imaplib2'. And it seems too that it is 'imaplib2' against python 2.7.</div><div>From the Changelog.md, it seems that the developer is maintaining a minimalist version focusing only on 'offlineimap' needs. As I understand, the host OS does not need the library imaplib2 to be installed. But unfortunately building offlineimap crashes because it does not find it.</div><div> </div><div>Here is the output log:</div><div><div><span style="font-family:monospace"><span style="background-color:#ffffff;color:#000000">Traceback (most recent call last): </span><br /> File "/var/tmp/offlineimap3-8.0.0/setup.py", line 25, in <module><br />   import offlineimap<br /> File "/var/tmp/offlineimap3-8.0.0/offlineimap/__init__.py", line 20, in <module><br />   from offlineimap.init import OfflineImap<br /> File "/var/tmp/offlineimap3-8.0.0/offlineimap/init.py", line 30, in <module><br />   import imaplib2 as imaplib<br />ModuleNotFoundError: No module named 'imaplib2'</span></div></div>