popper seems to crash on startup on precise

Bug #1000024 reported by pt123
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Popper
Invalid
Undecided
Unassigned

Bug Description

in the configuration it passes the connection test. Using the latest version from PPA

here is the error in the log file
Checking email accounts at: Wed May 16 12:47:43 2012
Traceback (most recent call last):
  File "popper.py", line 1253, in <module>
    if __name__ == '__main__': main()
  File "popper.py", line 1243, in main
    indicator.timeout() # immediate check, firstcheck=True
  File "popper.py", line 549, in timeout
    self.mail_list = self.mails.get_mail(self.sort_order) # get all mails from all inboxes
  File "popper.py", line 233, in get_mail
    status, data = srv.search(None, 'UNSEEN') # ALL or UNSEEN
  File "/usr/lib/python2.7/imaplib.py", line 627, in search
    typ, dat = self._simple_command(name, *criteria)
  File "/usr/lib/python2.7/imaplib.py", line 1070, in _simple_command
    return self._command_complete(name, self._command(name, *args))
  File "/usr/lib/python2.7/imaplib.py", line 825, in _command
    ', '.join(Commands[name])))
imaplib.error: command SEARCH illegal in state AUTH, only allowed in states SELECTED

Revision history for this message
pt123 (pt123) wrote :

it seems to be this
https://bugs.launchpad.net/popper/+bug/700040

changing folders to inbox worked, any chance of not using archive? or be able to catch the error without crashing

Revision history for this message
Ralf Hersel (ralf.hersel) wrote :

Yes, this is a duplicate as mentioned before.

Changed in popper:
status: New → Invalid
Revision history for this message
pt123 (pt123) wrote :

but that bug has been marked as wont fix, but shouldn't there be something to avoid the crash when people don't have Archive in gmail?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.