restrict number of support ticket emails
This commit is contained in:
parent
21aabba167
commit
a2ce2c5b0d
1 changed files with 1 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ class POP3Mailbox:
|
|||
|
||||
self.connect()
|
||||
num = len(self.pop.list()[1])
|
||||
if num > 25: num = 25
|
||||
for m in range(num):
|
||||
msg = self.pop.retr(m+1)
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue