Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def next(self):
self.curnum += 1
try:
return IMAPMailbox(self.conn,self.mailboxlist[self.curnum].split()[2])
except IndexError:
raise StopIteration