Serban Tudor Gabriel

Results 1 issues of Serban Tudor Gabriel

I'm trying to connect on a private IMAP server. ```python # initiate the connection self.imap_connection=EmailBox(self.config.imap_host, self.config.imap_port,self.config.imap_username,self.config.imap_password) # then i run the following code inbox=self.imap_connection.mailfolders # this line throws error print(inbox)...