Connection error handling and some formatting
[imap-restore-mail] / file_iterator.py
index 3c3c975..5c3512d 100644 (file)
@@ -15,8 +15,6 @@ class FileIterator:
     """This class iterates through the e-mail files."""
 
     # class attributes
-    # mailbox database?
-    mboxdb = None
     # mailboxes created during file traversal
     created_mailboxes = None
     # mailboxes to update during file traversal
@@ -116,7 +114,4 @@ class FileIterator:
                     #print("Done with directory %s and mailbox %s." % (new_filepath, new_mailpath))
         # mark mailboxes that need acl update
         self.acl_mailboxes.append(mailpath)
-        return
-    #
-    #
-    #
\ No newline at end of file
+        return
\ No newline at end of file