You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# initiate the connectionself.imap_connection=EmailBox(self.config.imap_host, self.config.imap_port,self.config.imap_username,self.config.imap_password)
# then i run the following codeinbox=self.imap_connection.mailfolders# this line throws errorprint(inbox)
Error obtained AttributeError: 'NoneType' object has no attribute 'groupdict'. Did you mean: '_mailfolders'?
The text was updated successfully, but these errors were encountered:
I'm trying to connect on a private IMAP server.
Error obtained
AttributeError: 'NoneType' object has no attribute 'groupdict'. Did you mean: '_mailfolders'?
The text was updated successfully, but these errors were encountered: