Import imaplib2 instead of imaplib
imaplib2 has slightly different semantics than standard imaplib, so this patch will break the build, but I thought it was helpful to have it as a separate commit. Signed-off-by: Ethan Glasser-Camp <ethan@betacantrips.com> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:

committed by
Nicolas Sebrecht

parent
0a76f0a23d
commit
f9413226b8
@ -16,7 +16,6 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
import imaplib
|
||||
import email
|
||||
import random
|
||||
import binascii
|
||||
|
Reference in New Issue
Block a user