Skip to content

Commit

Permalink
new code support
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 4, 2016
1 parent 370cd1a commit 266cd1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/netius/clients/smtp.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def set_capabilities(self, capabilities, force = True):

def next_sequence(self):
self.sindex += 1
self.sindex = self.sequence.index(self.next) if self.next else self.sindex
self.state = self.next if self.next else self.sequence[self.sindex]
self.next = None

Expand Down

0 comments on commit 266cd1c

Please sign in to comment.