it also doesn't error msgs to users. It always says success
Also,
2019-07-22 22:05:55 INFO [youps.py:640] [(8715, 'EXPUNGE'), (8819, 'EXISTS')]
2019-07-22 22:05:55 ERROR [youps.py:679] Error while tuple index out of range
Traceback (most recent call last):
File "/home/ubuntu/production/mailx/engine/youps.py", line 643, in handle_imap_idle
result = imap.search('UID %d' % result[0][2][1])
IndexError: tuple index out of range
it also doesn't error msgs to users. It always says success
Also, 2019-07-22 22:05:55 INFO [youps.py:640] [(8715, 'EXPUNGE'), (8819, 'EXISTS')] 2019-07-22 22:05:55 ERROR [youps.py:679] Error while tuple index out of range Traceback (most recent call last): File "/home/ubuntu/production/mailx/engine/youps.py", line 643, in handle_imap_idle result = imap.search('UID %d' % result[0][2][1]) IndexError: tuple index out of range