Comment 2 for bug 797921

Revision history for this message
MarcoFre (marco-fregapane) wrote :

popper_config is working now, problem is with popper.py. This is the error:

Checking email accounts at: Thu Jun 16 22:06:25 2011
Traceback (most recent call last):
  File "popper.py", line 1219, in <module>
    if __name__ == '__main__': main()
  File "popper.py", line 1209, in main
    indicator.timeout() # immediate check, firstcheck=True
  File "popper.py", line 551, in timeout
    self.mail_list = self.mails.get_mail(self.sort_order) # get all
mails from all inboxes
  File "popper.py", line 278, in get_mail
    mail_total = len(srv.list()[1]) # number of mails on the server
  File "/usr/lib/python2.6/poplib.py", line 216, in list
    return self._longcmd('LIST')
  File "/usr/lib/python2.6/poplib.py", line 159, in _longcmd
    return self._getlongresp()
  File "/usr/lib/python2.6/poplib.py", line 135, in _getlongresp
    resp = self._getresp()
  File "/usr/lib/python2.6/poplib.py", line 128, in _getresp
    raise error_proto(resp)
poplib.error_proto: -ERR Exceeded the login limit for a 15 minute
period. Reduce the frequency of requests to the POP3 server.